/*
 * Cascading Style Sheet(CSS), for Trellis Desk
 * Author: Aaron Draczynski
 * Copyright: 2007 ACCORD5, All Rights Reserved
 *
 */

/*
======================================
General styles
======================================
*/

body {
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(/images/site/bg.gif);
	line-height: 16px;
	margin: 0px;
	text-align: center;
	font: 11px Geneva, Helvetica, Arial, sans-serif;
	color: #6b6b6b;
	background-color: #E1E1E1;
}
.dbwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
.dbheader {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/site/headerBg.gif);
	height: 121px;
	overflow: hidden;
	background-color: #CCCCCC;
}
.dbheader .lang {
	right: 42px;
	padding: 0px;
	margin: 0px;
	top: 25px;
	position: absolute;
	list-style-position: inside;
	list-style-type: none;
}
.dbheader .lang li {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	display: inline;
}
.dbmenu {
	text-align: left;
	position: absolute;
	right: 41px;
	top: 60px;
}
.dbmenu ul {
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
}
.dbmenu li {
	float: left;
	overflow: hidden;
	height: 25px;
}
.dbmenu a:link, .dbmenu a:visited {
	display: block;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(/images/site/menuBg.gif);
	background-repeat: no-repeat;
	background-color: #47896d;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 22px;
	padding-right: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height: 14px;
	color: #f9f9f9;
	font-size: 110%;
	text-decoration: none;
}
.dbmenu a:hover, .dbmenu a:active {
	color: #d0d8d0;
}
.dbcontent {
	margin: 0px;
	text-align: justify;
	background-color: #FFFFFF;
	background-image: url(/images/site/contentBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 100%;
}
.dbcontent .pad {
	padding-right: 56px;
	padding-left: 56px;
}
.dbfooter {
	background-repeat: no-repeat;
	overflow: hidden;
	height: 50px;
	font-weight: normal;
	background-color: #CCCCCC;
	background-image: url(/images/site/footerBg.gif);
}

table th {
	background-color: #94C0E8;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	color: #3E5F84;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
}

table th a {
	color: #3E5F84;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #233040;
	text-decoration: underline;
}

a:hover, a:active {
	color: #4c607d;
	text-decoration: underline;
}p {
	margin: 0px;
	padding: 4px 1px 2px 1px;
}

ul {
	padding: 0px 0px 0px 28px;
}

ol {
	padding: 0px 0px 0px 36px;
}

li {
	padding: 0px 0px 2px 0px;
}

h1 {
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	color: #3C608A;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

#hold_left {
	float: left;
	padding-top: 2px;
	width: 77%;
}

/*
======================================
Header styles
======================================
*/

#header {
	height: 60px;
}

#header a {
	display: block;
}

#right_links {
	position: relative;
	float: right;
	top: 40px;
}

#right_links a {
	display: inline;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#menu {
	margin: -2px 0px;
	padding-top: 0px;
	padding-bottom: 46px;
	padding-left: 0px;
	padding-right: 0;
	background: transparent url(../../images/default/_header_lower.jpg) left top no-repeat;
        font-size: 11px;
        font-weight: bold;
        font-family: "Lucida Grande";
}

#menu #menucenter {
	width: 100%;
	float: left;
	padding: 11px 0px 12px 0px;
	background: transparent url(../../images/default/menu_bg.jpg) left top repeat-x;
	font-weight: bold;
}

#menu #menuleft {
	display: none;
	float: left;
	padding: 11px 0px 26px 10px !important;
	background: transparent url(../../images/default/menu_left.jpg) left top no-repeat;
}

#menu #menuright {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 26px;
	padding-top: 11px;
	display: none;
	float: left; !important;
	background: transparent url(../../images/default/menu_right.jpg) right top no-repeat;
}

#menu a {
	padding: 0 18px 16px 13px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #c3e8f8;
}

#navbar {
	display: none;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 6px;
	border: 2px solid #8EB95D;
	background-color: #FFF;

	padding-top: 0;
}

#navbar a {
	color: #608339;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

#navbar_inline {
	margin: 2px;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../../images/default/infobar_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #ADD074;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #608339;
}

/*
======================================
Content styles
======================================
*/

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #fff;
}

.boutline {
	border: 2px solid #B1CCE4;
}

.content_block {
	border-style: none;
	margin: 5px 0px;
	border: #B1CCE4;
	padding: 0px;
	background: #fff;
}

.content_block .date {
	margin: 0px;
	color: #555;
	font-size: 11px;
	font-weight: normal;
}

#print_wrap .date {
	font-size: 11px;
}

.date a:link,
.date a:visited,
.date a:active,
.date a:hover {
	color: #555;
}

.content_block p {
	margin: 8px;
	padding: 1px;
	line-height: 16px;
}

#print_wrap p {
	margin: 7px 0;
	padding: 0px;
}

.sidebar {
	margin: 0px;
	border-style: none;
	text-align: left;
	float: right;
	border: #B1CCE4;
	padding: 0px;
	background: #fff;
	width: 140px;
	font-size: 11px;
}

.sidebar p { margin: 0px; padding: 4px 5px 2px 5px; }

.sidebar h2 {
	background-color: #6593C0;
	border-bottom: 1px solid #4C73A0;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 6px;
	padding-bottom: 5px;
	color: #FFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
}

.sidebar h2 a {
	color: #fff !important;
	text-decoration: none;
}

#copyright {
	padding: 5px 0px;
	color: #777;
	font-size: 10px;
	text-align: left;
}

#copyright a {
	color: #777;
	text-decoration: underline;
	line-height: 170%;
}

/*
======================================
Option stack styles
======================================
*/

.groupbox {
	background-color: #6593c0;
	border-bottom: 1px solid #4C73A0;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}

.groupbox a {
	color: #FFF;
}

.subbox,
.subboxstaff {
	background-color: #94C0E8;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	color: #3E5F84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

.subbox a {
	color: #3E5F84;
}

.subbox .links,
.subboxstaff .links {
	 font-size: 11px;
	 vertical-align: middle;
}

.subboxstaff {
	background-color: #B8D97F;
	color: #49701B;
}

.option1 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
	background-color: #E5EFFD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A79A0;
}

.option1-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #E5EFFD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A79A0;
}

.option1-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #E5EFFD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5A79A0;
}

.option2 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
	background-color: #D5E7FD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A79A0;
}

.option2-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #D5E7FD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A79A0;
}

.option2-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #D5E7FD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5A79A0;
}

.row1 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
	background-color: #E5EFFD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A79A0;
}

.row1-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #E5EFFD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A79A0;
}

.row1-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #E5EFFD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A79A0;
}

.row2 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
	background-color: #D5E7FD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A79A0;
}

.row2-med {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	background-color: #D5E7FD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A79A0;
}

.row2-mini {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-color: #D5E7FD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A79A0;
}

.formtail {
	text-align: center;
	background-color: #9ECAE9;
	border-top: 1px solid #5881A6;
	padding: 3px;
}

.blbig {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4D7299;
	font-size: 15px;
}

.blbig a {
	text-decoration: none;
	color: #4D7299;
}

/*
======================================
Form styles
======================================
*/

form {
	padding: 0;
	margin: 0;
}

INPUT, TEXTAREA, SELECT, OPTION {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;
}

.button, .radio, SELECT {
	width: auto;
}

.ckbox {
	width: auto;
}

.fake_button {
	background: #FFF url(../../images/default/input_bkg.gif) no-repeat;
	margin: 1px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #5F88AB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #3E6592;
}

.fb_pad {
	padding: 4px;
}

/*
======================================
Alert message styles
======================================
*/

.alert {
	background-color: #F6F0CA;
	border: 1px dashed #8D7330;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #815E38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.critical {
	background-color: #EED4D2;
	border: 1px dashed #A94637;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #AC241A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

/*
======================================
Drawer styles
======================================
*/

.infopop {
	margin-bottom: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 8px;
	background: #EEF5FD url(../../images/default/infopop_bkg.gif) repeat-x;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A79A0;
	border-bottom: 3px solid #9ECAE9;
}

.infopop img {
	margin-bottom: -1px;
	margin-right: 4px;
}

.infopop a {
	color: #5783B9;
	text-decoration: none;
}

.infopop a:hover {
	color: #99B4D9;
	text-decoration: none;
}

.linkpop {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #5783B9;
}

#info1 div, #info2 div, #info3 div, #info4 div, #info5 div,
#info6 div, #info7 div, #info8 div, #info9 div, #info10 div,
#info11 div, #info12 div, #info13 div, #info14 div, #info15 div,
#info16 div, #info17 div, #info18 div, #info19 div, #info20 div {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 8px 8px 4px 4px;
	line-height: 18px;
}

.plink {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #EEE;
}

.plink a {
	color: #7B7B7B;
}

.plinkc {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #EEE;
}

.disabled {
	color: #999;
}

.small {
	font-size: 11px;
	font-weight: normal;
}

a img {
	border-style: none;
}

.righty {
	display: none;
}

.descb {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

