a{
	color: #666666;
}
a:hover{
	color: #CC0000;
	text-decoration: none;
}
.input0{
	font-size: 11px;
	color: #660000;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-bottom: 5px;
}
.input1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
}
.input2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearer{
	clear: both;
}

/* ------------------------------------------------------------------------- */

#mainBox{
	width: 800px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 83px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 5px;
}
#header #path{
	font-size: 10px;
	color: #D69999;
	position: absolute;
	left: 10px;
	bottom: 5px;
	text-align: left;
}
#header #path a{
	text-decoration: none;
	color: #FFFFFF;
}
#header #path a:hover{
	text-decoration: underline;
}
#header #user{
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
#header #user img{
	margin-right: 5px;
}
#header #user strong{}
#header #user form{
	margin: 0px;
	padding: 0px;
}
#header #user input{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
	margin-left: 10px;
}

/* ------------------------------------------------------------------------- */

#content{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#content #col-sx{
	width: 195px;
	float: left;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
#content #col-dx{
	float: right;
	width: 580px;
}
#content #col-sx ul{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content #col-sx ul li{
	list-style-type: none;
	width: 195px;
	padding: 0px;
	margin: 0px;
}
#content #col-sx ul li a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #EAEAEA;
	margin: 0px;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content #col-sx ul li a:hover{
	color: #FFFFFF;
	background-color: #CC0000;
}
#content #col-sx ul li .support{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#content #col-sx ul li .selected{
	color: #000000;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
#content #col-sx ul li .support:hover{
	background-color: #CCCCCC;
	color: #666666;
}
/* ------------------------------------------------------------------------- */

#content #col-sx ul ul{
	background-color: #FFFFFF;
}
#content #col-sx ul ul li{}
#content #col-sx ul ul a{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#content #col-sx ul ul a:hover{
	color: #FFFFFF;
	background-color: #CC0000;
}
#content #col-sx ul ul .selected{
	color: #CC0000;
}

/* ------------------------------------------------------------------------- */

#content #col-sx ul ul ul{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#content #col-sx ul ul ul li{}
#content #col-sx ul ul ul a{
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content #col-sx ul ul ul a:hover{
	color: #FFFFFF;
	background-color: #CC0000;
}
#content #col-sx ul ul ul .selected{
	color: #CC0000;
}

/* ------------------------------------------------------------------------- */

#webmail{
	background-color: #EAEAEA;
}
#webmail form{
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#webmail p{
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 5px;
}
#webmail p strong{
	color: #CC0000;
}
#webmail form .input0{
	color: #666666;
	border: 1px solid #DFDFDF;
	width: 170px;
}

#webmail .input0{
	font-size: 11px;
	color: #660000;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-bottom: 5px;
}
#webmail  .input1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
}

/* ----------------------------------------------------------------------- */

#footer{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/sf-2.gif);
	background-repeat: repeat-x;
	height: 60px;
	position: relative;
	color: #D69999;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
#footer h3{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	top: 3px;
	right: 10px;
}
#footer h4{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#footer h5{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#footer hr{
	display: none;
}
#footer strong{
	color: #FFFFFF;
}
#footer a{
	color: #D69999;
	text-decoration: none;

}
#footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;

}

.smallText{
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;	
}
