﻿html
{
	height: 100%;
}

body
{
	background-color: #f6ae01;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 10px;
	color: #848484;
	background-image: url(/images/img_background.png);
	background-repeat: repeat-y;
	background-position:left;background-position: center;
	background-attachment:scroll;
}

a
{
	color: #035ca5;
	text-decoration:'underlinge';
}

a:hover
{
	color: #578bb5;
	text-decoration:'underlinge';
}

ul
{
	margin:0px;
	margin-left:15px;
}


.WhiteLink
{
	color: White;
	text-decoration:none;
}
.WhiteLink:hover
{
	color: White;
	text-decoration:none;
}

#Container
{
	height: 100%;
}
#Content
{
	margin: 0 auto;
	position: relative;
	width: 1002px;
	height: 100%;
	height: auto !important;
	min-height: 700px;
}
#Left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 299px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background-image: url(/images/img_background_left.png);
	background-repeat: no-repeat;
}
#Left_Extra_Right
{
	position: absolute;
	top: 0px;
	left: 299px;
	width: 49px;
	height: 240px;
	background-image: url(/images/img_background_left_extra_right.png);
	background-repeat: no-repeat;
	
}
#Left_Extra
{
	position: absolute;
	top: 0px;
	left: -53px;
	width: 53px;
	height: 189px;
	background-image: url(/images/img_background_left_extra.png);
	background-repeat: no-repeat;
}
#Middle
{
	position: absolute;
	top: 0px;
	left: 299px;
	width: 558px;
	height: 100%; /*height:auto;*/ /*background-color:White;*/
}
#Right
{
	position: absolute;
	top: 0px;
	left: 866px;
	width: 137px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background-image: url(/images/img_background_right.png);
	background-repeat: no-repeat;
	overflow:visible;
}
#Right_Extra
{
	position: absolute;
	top: 0px;
	left: 026px;
	width: 67px;
	height: 575px;
	background-image: url(/images/img_background_right_extra.png);
	background-repeat: no-repeat;
	overflow:hidden;
	visibility:hidden;
}

#Welcome
{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 450px;
}
H1
{
	font-family: Verdana;
	font-size: 25px;
	color: #848484;
	margin-bottom: 0px;
	margin-top:5px;
	font-weight: lighter;
}

H2
{
	font-family: Verdana;
	font-size: 14px;
	color: #848484;
	margin-bottom: 0px;
	margin-top:0px;
	font-weight: lighter;
}

.TextBigBlue
{
	font-family: Verdana;
	font-size: 22px;
	color: #848484;
	margin-bottom: 0px;
	font-weight: lighter;
}
P
{
	font-family: Arial;
	font-size: 10px;
	color: #848484;
	margin: 0px 0px 0px 0px;
}
H3
{
	font-family: Verdana;
	font-size: 17px;
	color: #848484;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: lighter;
}

input, select
{
	font-family: Arial;
	border: 1px solid #b3b3b3;
	font-size: 10px;
}

.disabled
{
		border: 1px solid #bbbbbb;
		background-color:#efefef;
}


.breadcrumb
{
	font-family: Arial;
	font-size: 10px;
	color: #848484;
}

.breadcrumb_select
{
	font-family: Arial;
	font-size: 10px;
	color: #cc2847;
}

.Blue
{
	font-family: Arial;
	color: #8ca0a5;
}

.BoxInnerSpacer
{
	position: relative;
	height: auto;
	background-image: url(/images/img_box_spacer.png);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	border: 1px solid #b3b3b3;
}

.BoxInnerContent
{
	position: relative;
	left: 22px;
	top: 0px;
}

.normalrow
{
	/*   background-color:white;*/
	cursor: pointer;
}

.hightlighrow
{
	background-color: #cdcdcd;
	cursor: pointer;
	color: #000000;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.7;
	height: 100%;
}
.watermarked
{
	color: Gray;
}

.filter
{	
	color:#848484;
	text-decoration: none;	
}

.filter:hover
{	
	background-color:#c2c2c2;
	color:White;
	text-decoration: none;	
}
