/*---general stuff------------------------------------*/
HTML,BODY {
	margin: 0;
	padding: 0;
	background-color: white;
	height: 100%;
}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT,ul,li {
	
	font-family: Verdana,Helvetica,Arial,Trebuchet MS;
	font-size: 12px;
	color: black;
}
INPUT,TEXTAREA {
}
HR {
	border: 0px;
	color: #333333;
	background-color: #333333;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 3px 0px;
	padding: 0px;
}
UL {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
A {
	color: black;
	text-decoration: none;
	outline: none; 
}
A img {
	outline: none; 
	border: 0;
}
A:link {
}
A:visited {
}
A:hover {
	text-decoration: underline;
}
A:hover img {
	text-decoration: none;
}
A:active  {
	text-decoration: none;
}
A.active  {
	color: #c9000f;
}
H1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #666666;
}
H2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #666666;
}
H3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666666;
}
FORM {
	margin: 0;
	padding: 0;
}
TABLE,IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
P {
	padding: 0;
	margin: 5px 0px;
}

fieldset {
	position: relative;
	border: 0px;
	border-top: 5px solid #6d6e60;
	border-left: 1px solid #6d6e60;
	margin-bottom: 9px;
	padding: 6px;
}
legend {
	margin-left: 10px;
	color: #333333;
	font-size: 15px;
}
fieldset .fieldset_icon {
	position: absolute;
	right: 3px;
	top: 1px;
	vertical-align: text-bottom;
}

/*---Main IDs and Classes-------------------------------------*/
#container {
	margin: 0 auto;
	width: 970px;
	position: relative;
	padding: 0px;
}

#header {
	height: 110px;
	position: relative;
}
#header_img {
	position: absolute;
	bottom: 10px;
	left: 60px;
	width: 282px;
	height: 72px;
	background-image: url('../img/logo.png');
}
#header_img img {
	width: 282px;
	height: 72px;
}
#header_menu {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
	width: 600px;
	color: #c9000f;
	font-size: 10px;
}
#adminbar {
	background-color: #bada55; /* ;-) */
	padding: 3px;
	border-bottom: 1px dotted #3a3a3a;
}
#main {
	position: relative;
}

#main_top {
	height: 280px;
	padding: 0px 60px;
	position: relative;
}
.padded_top {
	padding-left: 190px;
}
.padded_bottom {
	padding-left: 225px;
}
.red_line {
	font-weight: bold;
	font-size: 20px;
	color: #c9000f;
}
.black_line {
	font-size: 20px;
	color: black;
}


#main_bottom {
	color: white;
	height: 190px;
	padding: 15px 25px;
	background-color: #c9000f;
	border-top: 2px solid white;
	position: relative;
}
#main_bottom a,#main_bottom div,#main_bottom  span,#main_bottom h1,#main_bottom td {
	color: white;
}
.bottom_button{
	position: absolute;
	bottom: 17px;
	right: 25px;
}

.bottom_form td {
	padding-bottom: 12px;
}
.bottom_form input, .bottom_form select {
	border: 0;	
}
.bottom_form .input {
	width: 250px;
}


#big_logo {
	width: 190px;
	height: 280px;
	position: absolute;
	top: 60px;
	left: 20px;	
	background: transparent url('../img/big_logo.png') no-repeat scroll top left;
}

#footer {
	font-size: 10px;
	padding-top: 10px;
	color: #c9000f;
	text-align: right;
}
#just_some_button {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 0px;
	cursor: help;
}

/* main layout IDs */
/* - HOME - */


/* usefull stuff */

.red {
	color: #ed1c24;
}
.silver {
	color: #606060;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.star {
	color: #ed1c24;
	font-weight: bold;
}

.admin_box {
	width: 90px;
	float: right;
	text-align: right;
}

.translate {
	border-bottom: 1px dashed #28aeda;
	cursor: pointer;	
	/*background-color: #98d8f5;*/
}

.link { /* give an element a hand icon to fake a hyperlink */
	cursor: pointer;	
}

.icon_button {
	width: 18px;
	height: 18px;
	background: transparent url('../img/icon_button.gif') no-repeat scroll top left;
	margin: 3px;
	margin-right: 0px;
	vertical-align: text-bottom;
}

.clear {
	clear: both;
}

.text_img {
	vertical-align: text-bottom;
}

.valign_top {
	vertical-align: top;
}
.valign_middle{
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
}

/*---tooltips-------------------------------------*/
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 180px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/* 6 lines and still only works in half off the browsers, but its soooo pretty! */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  	
	-webkit-box-shadow: 10px 10px 20px #ccc;  
	-moz-box-shadow: 10px 10px 20px #ccc;  
	box-shadow: 10px 10px 20px #ccc;  	
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	width: 15px;
	height: 15px;
	background: transparent url('../img/tooltip_arrow.png') no-repeat scroll top left;
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid #333333;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

/*---messageboxes-------------------------------------*/
.msgbox {
	margin: 0 auto;
	border: 8px solid white;
	width: 500px;
	padding-left: 45px;
	min-height: 45px;
	cursor: pointer;
	background: #f6f6f6 url('../img/icon_message.png') no-repeat scroll 5px 5px;
}
.errbox {
	background-image: url('../img/icon_error.png');
	color: #ed1c24;
}
.warnbox {
	background-image: url('../img/icon_warn.png');
}
.msgbox_close {
	width: 13px;
	height: 13px;
	float: right;
	padding: 8px;
	background: transparent url('../img/msgbox_close.gif') no-repeat scroll 5px 5px;
}
/*---messageboxes-------------------------------------*/

/* image button */
a.squarebutton{
	background: transparent url('../img/imgbtn_l.png') no-repeat scroll top left;
	display: block;
	float: left;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}
a.squarebutton span{
	background: transparent url('../img/imgbtn_r.png') no-repeat scroll top right;
	display: block;
	padding: 4px 19px 4px 10px; /*Set 2nd value below to match value of 'padding-left' value above, the exta 10 makes the button wider*/
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/* /image button */

/*---datepicker-------------------------------------*/	
.dpDiv { /* the div that holds the date picker calendar */
}
.dpTable { /* the table (within the div) that holds the date picker calendar */
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid silver;
}
.dpTR { /* a table row that holds date numbers (either blank or 1-31) */
}
.dpTitleTR { /* the top table row that holds the month, year, and forward/backward buttons */
}
.dpDayTR { /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
}
.dpTodayButtonTR { /* the bottom table row, that has the "This Month" and "Close" buttons */
}
.dpTD { /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD { /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}
.dpTDHover { /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #ed1c24;
}
.dpTitleTD { /* the table cell that holds the name of the month and the year */
}
.dpButtonTD { /* a table cell that holds one of the forward/backward buttons */
}
.dpTodayButtonTD { /* the table cell that holds the "This Month" or "Close" button at the bottom */
}
.dpDayTD { /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}
.dpTitleText { /* additional style information for the text that indicates the month and year */
	color: gray;
	font-weight: bold;
}
.dpDayHighlight { /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	color: #4060ff;
	font-weight: bold;
}
.dpButton { /* the forward/backward buttons at the top */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}
.dpTodayButton { /* the "This Month" and "Close" buttons at the bottom */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
/*---datepicker-------------------------------------*/	

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	height: 21px;
	line-height: 21px;
	list-style-type: none;
	text-align: center;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	padding: 1px 7px;
	background: white url('../img/bg_tabcontent.gif') top left no-repeat;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url('../img/bg_tabcontent_active.gif');
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

.tbl_lined {
	border-top: 1px solid silver;
}
.tbl_lined td {
	border-bottom: 1px solid silver;
	padding-right: 6px;
}
.tbl_lined th {
	padding: 0px 6px;
	background-color: silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* ######### / CSS for Shade Tabs. ######### */

/* -------------- scrollbar -------------- */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 11px;
	background-image: url('../img/bg_scroll_bar.gif');
}
.vscrollerbar {
	width: 11px;
	height: 11px !important;
	background-image: url('../img/bg_scroll_handle.png');
}
.hscrollerbase {
	height: 10px;
	background-color: #e0e0e0;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
#scrollbox {
	width: 280px;
	height: 370px;
	overflow: auto;
	position: relative; /* IE overflow fix, position must be relative or absolute*/
	padding: 0px;	
	padding-right: 6px;
}
 
/* -------------- /scrollbar -------------- */
