/* CSS Document */



/*
==========================================================
	Definitions of standard elements
==========================================================
*/
body {
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	color: #5c5c5c;
}


p {
	margin: 0px;
	padding: 0 0 10px 0;
}

a {
	/*color: #0b57a5;*/
	color: #0858a5;
	text-decoration:none;
}

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


h1 {
	color: #df6f01;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

h2,h3,h4,h5,h6 {
	color: #df6f01;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size:13px;
	font-weight:bold;
}



input {
	cursor:pointer;
	line-height:1.4em;
	/*margin:0.5em 0.4em 0.5em 0;*/
	margin-right:0.4em;
	overflow:visible;
	padding:0.2em 0.6em 0.3em;
}


/*
==========================================================
	To make the white background with a drop shadow
==========================================================
*/

#pageTop {
	position:relative;
	width: 938px;
	height: 45px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image:url(/images/template/page_top.jpg);
}

#pageMiddle {
	position:relative;
	width: 868px;
	margin: 0px auto 0px auto;
	padding: 0 35px 20px 35px;
	background-image:url(/images/template/page_mid.jpg);
}

#pageBottom {
	position:relative;
	width: 938px;
	height: 45px;
	margin: 0px auto 0px auto;
	background-image:url(/images/template/page_bottom.jpg);
}


/*
==========================================================
	The page header - 'hot news' and Logo
==========================================================
*/
#pageHeader {
	padding: 25px 0px 0 28px;
	position:relative;
	overflow:visible;
	height: 80px;
}

#pageHeader #whatsNew {
	position:relative;
	float:left;
	width: 156px;
	height: 79px;
	border: 1px solid #b4b1ae;
	padding: 0px;
	margin: 0 10px 0 0;
}
#pageHeader #whatsNew a{
	display:block;
	width: 156px;
	height: 79px;
	background-image:url(/images/template/whats_new.gif);
	background-repeat:no-repeat;
}

#pageHeader #whatsNew a:hover{

	background-position:-180px 0;
}




#pageHeader #logoBox {
	position:relative;
	float:left;
	overflow:visible;
	border: 1px solid #b4b1ae;
	height: 79px;
	width: 642px;
}

#pageHeader #logoBox img {
	position:absolute;
	right: -18px;
	top: -37px;
}



/*
==========================================================
	The navigaton bar and drop down menus
==========================================================
*/

#navBar {
	position:relative;
	clear: both;
	padding: 18px 0px 0 28px;
	height: 30px;
}

#navBar a {
	display:block;
	float: left;
	height: 30px;
	line-height: 23px;
	width: 131px;
	background-image:url(/images/template/nav_button.png);
	background-repeat:no-repeat;
	background-position:0 -40px;
	margin-right: 5px;
	text-decoration:none;
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding-top: 0px;
}

#navBar a:hover {
	/*background-position:0 0px; this functionality is done in init.js */
}


#navBar a.navButtonOn {
	background-position:0 0px; 
}



.dropDownMenu, .dropDownMenuLeftClone {
	display:none;
	z-index: 4000;
	position:absolute;
	width: 129px;
	border: 1px solid #a5a5a5;
	background-color:#caccc9;
}

.dropDownMenu a, .dropDownMenuLeftClone a {
	display:block;
	
	height: 21px;
	width: 129px;
	margin-right: 5px;
	text-decoration:none;
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding-top: 4px;
	background-image:url(/images/template/menu_button_bg.png);
	background-repeat:no-repeat;
	background-position:-200px 0px;
}

.dropDownMenu a:hover, .dropDownMenuLeftClone a:hover {
	background-position:0 0px;
}



.leftMenu {
	display:relative;
	width: 129px;
	margin: 0px 0 10px 0;
}

.leftMenu a {
	display:block;

	width: 129px;
	margin-right: 4px;
	text-decoration:none;
	color: #5F5F5F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-top: 4px;

}

.leftMenu a:hover {
	color: #df6f01;
}



/*
==========================================================
	The main page content containers
==========================================================
*/

#pageContent {
	padding: 0 0 0 28px;
	margin: 12px 0 0 0;
}




#leftBox {
	float: left;
	position:relative;
	width: 131px;
	margin: 0 5px 13px 0;
}

#leftBackground {
	min-height:325px;
 	height:auto !important;
  	height:325px;
	padding: 0px;
	margin: 0px;
	background-image:url(/images/template/left_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightBox {
	float: left;
	position:relative;
	width: 675px;
}

#rightBox #aboveRightBox {
	height: 55px;
}

#rightBox #boxedContent {
	border: 1px solid #9d9d9d;
	padding: 10px 10px 0 10px;
	min-height:325px;
 	height:auto !important;
  	height:325px;
	
}

#rightBox #belowRightBox {
	margin-top:10px;
	font-size:10px;
}


#leftBox a.leftButton {
	display:block;
	height: 40px;
	padding-top: 4px;
	width: 132px;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;

	background-image:url(/images/template/left_col_button.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin: 0 0 11px 0;
}

#leftBox a.leftButton:hover {
	background-position:0 -60px;
}


/*
==========================================================
	Pretty tables
==========================================================
*/
/* Pretty table - nice headers and footers etc */
table.prettyTable {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 13px;
	width: 100%;
	text-align: left;
}
table.prettyTable thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 2px solid #FFF;
	padding:4px;
	margin: 0px;
}
table.prettyTable thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
}
table.prettyTable tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.prettyTable tbody tr.odd td {
	background-color:#F0F0F6;
}

table.prettyTable thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

/* boring padded table */
table.paddedTable {
	margin:10px 0pt 15px;
	text-align: left;
}


table.paddedTable td,th {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
}

/* no padding on this table */
table.noPaddedTable {

}

table.noPaddedTable td,th {
	padding: 0px;
	margin: 0px;
}

/* really boring padded table */
table.paddedTableSm {

}
table.paddedTableSm td,th {
	padding: 2px;
}


table.clientsTable {
	/*background-color: #CDCDCD;*/
	margin-top:10px 0pt 15px 0px;
	font-size: 13px;
	width: 100%;
	text-align: left;
	border-spacing: 0px;
    

}


table.clientsTable tbody td.odd {
	padding: 0px 0 25px 0;
	border-spacing: 1px;
	vertical-align: top;
	width: 25%;
	margin: 5px;
	border-bottom: 1px solid #b2b2b2;

}

table.clientsTable tbody td.even {
	padding: 10px 0 0px 0;
	border-spacing: 1px;
	vertical-align: bottom;
	width: 25%;
	margin: 5px;

}

table.clientsTable a {
	display:block;
}

table.clientsTable a.subLink {
	display:block;
	margin-left: 10px;
	font-weight:bold;
	color: #5c5c5c;
	/*color: #0858a5;*/
}

table.clientsTable a.subLink:hover {
	color: #df6f01;
	text-decoration:underline;
}




/*
==========================================================
	Useful classes that can be applied to any element
==========================================================
*/

.marginTop {
	margin-top: 15px;
}

.clearBoth {
	clear:both;
}

.lighter {
	color: #ebb27b;
}


/* used in jquery ui dialogs when we remove the buttons to do something ajaxy*/
.dialogWorking {
	text-align: right;
	line-height:1.4em;
	margin:0.5em 0.4em 0.5em 0;
	padding:0.2em 0.6em 0.3em;
}

.workingIcon {
	display: none;
}

.imageLink {
	background-color:none;
	border: none;
	text-decoration:none;
}

.imageLink img {
	border: none;
}

.imageLink:hover: {
	background-color:none;
	border: none;
	text-decoration:none;
}
#leftBoxmk {
	float: left;
	position:relative;
	width: 131px;
	margin: 0 5px 13px 0;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	height: 200px;
}
