.background {
	background-color:	#FFFFFF;
	margin-top:			0px;
	background-image: 	url(images/common/background.png);
	background-repeat:	repeat-y;
	background-position:center top;
}

td	{ 
	font-size:			12px;
}

li	{
	padding-top:	3px;
	padding-bottom:	3px;
}

textarea {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			12px;
}

input {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			12px;
}

a {
	text-decoration:	none;
	color:				#226495;
	font-weight:		normal
}
a:hover {
	text-decoration:	underline;
	color:				#990000;
}

.table-bg {
	background-color: 	#B5DAEF;
}


.href-top {
	font-size: 11px;
	color: #C88037;
	text-decoration: none;
}




/* LOATING LAYER */

.cTL {
	background-image: url(images/common/cTL.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cTR {
	background-image: url(images/common/cTR.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.cTH {
	background-image: url(images/common/cTH.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.cBL {
	background-image: url(images/common/cBL.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.cBR {
	background-image: url(images/common/cBR.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.cBH {
	background-image: url(images/common/cBH.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.cRV {
	background-image: url(images/common/cRV.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.cLV {
	background-image: url(images/common/cLV.png);
	background-repeat: repeat-y;
	background-position: right top;
}

/* TOP BARS */


.cTHBar {
	background-image: url(images/common/cTHBar.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.cTLBar {
	background-image: url(images/common/cTLBar.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cTRBar {
	background-image: url(images/common/cTRBar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.cTRBar-close {
	background-image: url(images/common/cTRBar_close.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.cTRBar-hide {
	background-image: url(images/common/cTRBar_hide.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.cTRBar-show {
	background-image: url(images/common/cTRBar_show.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


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


.bg-white { 	background-color: #FFFFFF; }
.bg-666666 { 	background-color: #666666; }
.bg-grey {		background-color: #CCCCCC;}
.bg-grey-2 {	background-color: #EAEAEA;}
.bg-black {		background-color: #000000;}
.bg-blue {		background-color: #38A6CB;}


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



.brd-r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.brd-l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

.brd-t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.brd-t3 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
}


.brd-b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.brd {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}


.brd-2 {
	border: 1px solid #999999;
}


.brd-light {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}


.brd-t-nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

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


.padding-l {
	padding-left: 10px;
}

.padding-r {
	padding-right: 10px;
}

.padding {
	padding: 5px;
}

.padding-h {
	padding-right:	10px;
	padding-left:	10px;
}

.padding-v {
	padding-top:	3px;
	padding-bottom:	3px;
}


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


.row-a {
	background-color: #ACC9D7;	
}

.row-b {
	background-color: #D1E1E9;	
}

.selected{
	border: 1px dotted #FF0000;
}



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



.nav-off {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006699;
	text-decoration: none;
	padding-top: 3px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	*/	
}

.nav-off:hover {
	color: #000066;	
}


.nav-sub-table {
	background-image: url(images/nav/bg-sub-drop.png);
	background-repeat: repeat;
	background-position: left top;
}

.nav-sub {
	font-variant: normal;
	font-size:12px;
	text-transform: capitalize;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


.sub-nav-drop-VL {
	background-image: url(../images/nav/sub-dropshadow-VL.png);
	background-repeat: repeat-y;
	background-position: right bottom;
}

.sub-nav-drop-VR {
	background-image: url(../images/nav/sub-dropshadow-VR.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.sub-nav-drop-HB {
	background-image: url(../images/nav/sub-dropshadow-BH.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.sub-nav-drop-LB {
	background-image: url(../images/nav/sub-dropshadow-LB.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub-nav-drop-RB {
	background-image: url(../images/nav/sub-dropshadow-RB.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.bg-sub-nav {
	background-color: #F1F4F5;
}


