@charset "utf-8";

#container {

	width: 964px;

	background-color: #E5E5E5;

	margin-right: auto;

	margin-left: auto;

	padding: 8px;

}

#container #mainImage {

	padding: 10px;

	height: 281px;

}

#container #menu {

	border-top-width: 5px;

	border-bottom-width: 5px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #E5E5E5;

	border-bottom-color: #E5E5E5;

}

#container  #menu  #item {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #E5E5E5;

	color: #999999;

	text-transform: capitalize;

	font-family: Tahoma, Verdana, Arial;

	font-size: 12px;

	padding: 10px;

}



#container  #menu  #itemEnd {

	padding: 10px;

}

#container #sidebar {

	padding: 10px;

}

#container #contentHeader {

	padding: 10px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #E5E5E5;

}

#container #textArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 4px;

}

#separator {

	background-color: #E5E5E5;

	height: 5px;

}





#container #footer {

	font-family: Tahoma, Verdana, Arial;

	font-size: 10px;

	text-transform: uppercase;

	color: #A2A2A2;

	padding-top: 2px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 10px;

}

#container #footerMenu {

	font-family: Tahoma, Verdana, Arial;

	font-size: 10px;

	text-transform: uppercase;

	color: #A2A2A2;

	padding-top: 2px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 10px;

}

.blueText {

	color: #00ADEE;

}

.tabFrame {

	padding: 3px;

	border: 1px solid #A2A2A2;

}

.statusOk {

	padding: 5px;

	border: thin dashed #006600;

	font-weight: bold;

	background-color: #B9FFB9;

}

.statusError {

	padding: 5px;

	border: thin dashed #FF0000;

	font-weight: bold;

	background-color: #FFD2D2;

}













a.greyBlue:link {

	color: #A2A2A2;

	text-decoration: none;

}

a.greyBlue:visited {

	color: #A2A2A2;

	text-decoration: none;

}

a.greyBlue:hover {

	color: #00ADEE;

	text-decoration: none;

}

a.greyBlue:active {

	color: #A2A2A2;

	text-decoration: none;

}



a.greyBlueUnderline:link {

	color: #A2A2A2;

	text-decoration: underline;

}

a.greyBlueUnderline:visited {

	color: #A2A2A2;

	text-decoration: underline;

}

a.greyBlueUnderline:hover {

	color: #00ADEE;

	text-decoration: underline;

}

a.greyBlueUnderline:active {

	color: #A2A2A2;

	text-decoration: none;

}



a.BlueUnderline:link {

	color: #00ADEE;

	text-decoration: none;

}

a.BlueUnderline:visited {

	color: #00ADEE;

	text-decoration: none;

}

a.BlueUnderline:hover {

	color: #00ADEE;

	text-decoration: underline;

}

a.BlueUnderline:active {

	color: #00ADEE;

	text-decoration: none;

}

