body {
	scrollbar-face-color: #DFDFDF; 
	scrollbar-highlight-color: #E9F2F8;
	scrollbar-shadow-color: #D6D6D6; 
	scrollbar-3dlight-color: #E5E5E5;
	scrollbar-arrow-color: #FF8C00; 
	scrollbar-track-color: #7590AA;
	scrollbar-darkshadow-color: #778C9D;
}

p{
	background : none;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*color: #28313A;*/
}

a:link, a:visited, .link {
	color: #4279B7;
	text-decoration: none;
}
a:active {
	color: #FF8C00;
	text-decoration: none;
}
a:hover {
	color: #FF8C00;
	text-decoration: underline;
}

.footerText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4279B7;
}
.smallText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #173D64;
}
.description {
	padding-left: 5px;
}

.description2 {
	padding-right: 5px;
}

.date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F768B;
}

a.orangetext, a.orangetext:link, a.orangetext:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8C00;
}

.whitetext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.whitetext, a.whitetext:link, a.whitetext:visited {
	color: #FFFFFF;
}
a.whitetext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5F768B;
}


.hline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4689DB;
	border-right-color: #4689DB;
	border-bottom-color: #4689DB;
	border-left-color: #4689DB;
}
.outline,.outlineBR,.outlineBR1,.outlineTR,.outlineTR1,.outlineTR2,.outlineTR3,.outlineBL,.outlineTL  {
	background-color: #CFCFCF;
}

.fill,.fillBR,.fillTR,.fillBL,.fillTL,.fillTR1,.fillTR2,.fillTR3,.fillBR1  {
	background-color: #FFFFFF;
}

.fill2BR,.fill2BL,.fill2 {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F768B;
}

body {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-color: #173D64;
	margin: 0px;
}

/* Non NS4 compatible styles */
.outlineBL,.fillBL,.fill2BL {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.outlineBR,.outlineBR1,.fillBR,.fillBR1,.fill2BR {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.outlineTR,.outlineTR1,.outlineTR2,.outlineTR3,.fillTR,.fillTR1,.fillTR2,.fillTR3,.fillTRa {
	background-repeat: no-repeat;
	background-position: right top;
}
.outlineTL,.fillTL {
	background-repeat: no-repeat;
	background-position: left top;
}

.outlineBL	{ background-image: url(../images/c_bl.gif); }
.outlineBR	{ background-image: url(../images/c_br.gif); }
.outlineBR1 { background-image: url(../images/c_br_1.gif); }
.outlineTL	{ background-image: url(../images/c_tl.gif); }
.outlineTR	{ background-image: url(../images/c_tr.gif); }
.outlineTR1 { background-image: url(../images/c_tr_1.gif); }
.outlineTR2 { background-image: url(../images/c_tr_2.gif); }
.outlineTR3 { background-image: url(../images/c_tr_3.gif); }
.fillBL,.fill2BL 	{ background-image: url(../images/c_bli.gif); }
.fillBR,.fill2BR 	{ background-image: url(../images/c_bri.gif); }
.fillBR1	{ background-image: url(../images/c_bri_1.gif); }
.fillTL		{ background-image: url(../images/c_tli.gif); }
.fillTR,.fillTRa { background-image: url(../images/c_tri.gif); }
.fillTR1	{ background-image: url(../images/c_tri_1.gif); }
.fillTR2	{ background-image: url(../images/c_tri_2.gif); }
.fillTR3	{ background-image: url(../images/c_tri_3.gif); }

input, textarea, select { border : 1px solid #333333; }



/* Form elements */
input,textarea, select {
	color : #333333;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #B4B4B4;
	background : #E0E0E0;
}

/* The text input fields background colour */
input.lineInput, textarea.lineInput, select {
	background-color : #E4E4E4;
}

input { text-indent : 2px; }

/* The buttons */
input.button {
	background-color : #E2E2E2;
	color : #333333;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	cursor: hand;
}

input { text-indent : 2px; }


.bigPrice {
	font: bold 19px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #013366;
}

.bagblue {
	color: #4073A2;
}

.errorField {
	background: #AFD8ED;
	border: 1px solid #000000;
}

.adminField {
	background: #E5E5E5;
}

.adminValue {
	background: #E7E7E7 repeat-y;
}

.blank {
	border: none;
	background: none;
}