@CHARSET "UTF-8";

html,body,div,table,p,ul,li,form,input,label {
	margin: 0px;
	padding: 0px;
}

html,body {
	text-align: left;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #676767;
}

div#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 10px 0px 10px 0px;
}

#logo {
	float: left;
}

#mainMenu {
	float: right;
}

#mainBody {
	padding: 35px 0px 0px 13px;
	background-color: #4e879e;
	color: #e9f0f6;
}

#mainBodyLeft {
	float: left;
	width: 250px;
	padding: 0px 5px 0px 0px;
}

#mainBodyRightBlue {
	float: right;
	width: 665px;
	padding: 0px 30px 0px 35px;
}

#mainBodyRightWhite {
	float: right;
	width: 665px;
	padding: 0px 30px 0px 35px;
	background-color: #ffffff;
	color: #444444;
}

#footer {
	clear: both;
	padding: 10px 5px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #cacaca;
}

.bluePanelMiddle {
	width: 213px;
	background-image: url('../images/blue_panel_middle.png');
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 15px 0px 15px;
}

.yellowPanelMiddle {
	width: 213px;
	background-image: url('../images/yellow_panel_middle.png');
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 15px 0px 15px;
}

.grayPanelUp {
	width: 155px;
	height: 8px;
	background-image: url('../images/gray_panel_up.png');
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}

.grayPanelDown {
	width: 155px;
	height: 8px;
	background-image: url('../images/gray_panel_down.png');
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}

.grayPanelMiddle {
	width: 125px;
	background-image: url('../images/gray_panel_middle.png');
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 15px 0px 15px;
}

.headerBlueTxt {
	color: #c9e2f5;
}

.boxInfoPanle {
	width: 210px;
	float: left;
}

div.yellowButton {
	background-image: url("../images/button_yellow.png");
	background-repeat: no-repeat;
	width: 143px;
	height: 24px;
	padding: 8px 0px 0px 8px;
}

div.yellowButton a {
	color: #ffffff;
}

div.yellowButton:hover {
	background-image: url("../images/button_gray_blink.png");
	background-repeat: no-repeat;
}

/*================================================*/
input[type="text"],input[type="password"],textarea,select {
	background-color: #efefef;
	/*	background-image: url();*/
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #C0C0C0;
	color: #000000;
}

input[type="submit"]:hover,input[type="button"]:hover {
	background-image: url("../images/button_gray_blink.png");
	background-repeat: no-repeat;
}

input[type="submit"],input[type="button"] {
	background: none;
	border: none;
	background-image: url("../images/button_blue.png");
	background-repeat: no-repeat;
	padding: 7px 4px;
	text-align: left;
	width: 151px;
	color: #d4d5c1;
	font-weight: bold;
}

div.itemCommentsForm form input.button {
	background: none;
	border: none;
	background-image: url("../images/button_blue.png");
	background-repeat: no-repeat;
	padding: 7px 4px;
	text-align: left;
	width: 151px;
	color: #d4d5c1;
	font-weight: bold;
}

div.itemCommentsForm form input.button:hover {
	background-image: url("../images/button_gray_blink.png");
	background-repeat: no-repeat;
}

p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

div#mainBodyRightWhite p {
	line-height: 140%;
}

img {
	border: 0;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

a {
	color: #676767;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#sidebar a
{
	color: #E9F0F6;
	font-size: 12px;

}

a:visited {
	color: #676767;
	text-decoration: none;
}

a:active {
	color: #676767;
	text-decoration: none;
}

a:hover {
	color: #4e879e;
	text-decoration: none;
}
/*!PK*/
div.title
{
	font-size: 20px;
	margin: 0px;
	color: #c9e2f5;
	text-align: center;
	font-weight: 700;
}
	