
/* CSS Document */

/*
	tags definition
*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#homepageBody {
	background-color: #d7e3ef;
	background-image: url(../images/gradient_global.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}

#subpageBody {
	background-color: #d7e3ef;
	background-image: url(../images/gradient_global_subpage.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #165296;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	padding-bottom: 16px;
}

/*
	basic structure
*/

#globalTable {
	width: 100%;
	height: 100%;
}

#globalTable TD.positionCorrect {
	width: 1000px;
}

#globalTable TD.positionCorrect IMG {
	width: 1000px;
	height: 1px;
}

/* homepage version */
#leftGradientTable {
	width: 100%;
	height: 100%;
	background-image: url(../images/gradient_grid_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

/* subpage version */
#leftGradientSubpageTable {
	width: 100%;
	height: 100%;
	background-image: url(../images/gradient_grid_left_subpage.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

/* homepage version */
#rightGradientTable {
	width: 100%;
	height: 100%;
	background-image: url(../images/gradient_grid_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* subpage version */
#rightGradientSubpageTable {
	width: 100%;
	height: 100%;
	background-image: url(../images/gradient_grid_right_subpage.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#centerPageContainer {
	width: 1000px;
	height: 100%;
}

#centerPageTable {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: -1px;
}

/*
	structure
*/

#mainAreaContainer {
	width: 960px;
	height: 100%;
}

#mainAreaTable {
	width: 100%;
	height: 100%;
}

#homepageMotiv {
	width: 100%;
	height: 160px;
}

#homepageMotiv IMG {
	border: none;
}

#subpageMotiv {
	width: 100%;
	height: 85px;
}

#subpageMotiv IMG {
	border: none;
}

/* homepage version */
#mainMenuContainer {
	height: 55px;
	background-image: url(../images/menu_bkg.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 26px;
}

/* subpage version */
#mainMenuContainerSubpage {
	height: 55px;
	background-image: url(../images/menu_bkg_subpage.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 26px;
}

#menuAndSearchContainer {
	width: 100%;
}

#contentAreaContainer {
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	background-color: #2f80d9;
	background-image: url(../images/gradient_contentarea.jpg);
	background-repeat: repeat-x;
}

#contentAreaTable {
	width: 100%;
	height: 100%;
}

/*
	main menu
*/

#mainMenuTable {
	height: 23px;
}

#mainMenuTable TD {
	color: #ffffff;
	font-size: 11px;
	padding-top: 7px;
}

#mainMenuTable TD.separator {
	width: 1px;
	background-image: url(../images/menuitem_separator.gif);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

/*
	folders
*/

#foldersContainer {
	height: 25px;
}

#foldersTable {
	height: 100%;
}

#foldersTable TD {
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 6px;
}

#foldersTable TD.active {
	color: #0033cc;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
}

#foldersTable TD.over {
	color: #1c5fb2;
	background-color: #7eb3db;
	border-right: 1px solid #185bb4;
	cursor: pointer;
	text-transform: uppercase;
}

#foldersTable TD.out {
	color: #1c5fb2;
	background-color: #6699cc;
	border-right: 1px solid #185bb4;
	text-transform: uppercase;
}


/*
	footer
*/

#footerContainer {
	height: 40px;
}

#footerTable {
	width: 100%;
}

#footerLinks {
	color: #0033cc;
	text-align: left;
	padding-top: 15px;
}

#footerContact {
	color: #0033cc;
	text-align: right;
	padding-top: 15px;
}

/*
	search box
*/

#searchBox {
}

#searchBox FORM {
	position: relative;
	left: 0px;
	top: 3px;
}

#searchBox INPUT {
	width: 153px;
	height: 20px; 
	float: left;
	border: 1px solid #4590da;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#searchBox #submitBtnContainer {
	padding-left: 7px;
}

#searchBox DIV.submitBtn {
	width: 76px;
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #1e62b6;
	text-align: center;
}

#searchBox DIV.submitBtnOver {
	width: 76px;
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #dc2121;
	text-align: center;
	cursor: pointer;
}

#searchBox DIV.btnText {
	padding-top: 4px;
}

/*
	section menu P
*/

DIV.section {
	padding: 10px;
	border: 1px solid #cedcef;
	background-color: #e9f2ff;
	margin-bottom: 48px;
}

DIV.section P {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

DIV.section P.active {
	background-color: #7eb3db;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 6px;
	margin-top: 3px;
	cursor: default;
}



