html {
	min-height:100%;
}

body {
	background:#fff;
	overflow-y:scroll;
	color:#666;
	margin:0;
	font-family:Arial,Verdan,sans-serif;
    font-size:13px;
    text-align:center;	
}

img, table{border:0;font-size:13px;}
table{margin:0;padding:0;}
form{margin:0;padding:0;display:inline;}
label{cursor:pointer;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.left50{float:left;width:49%;}
.right50{float:right;width:49%;}
.center{text-align:center;}
.align_left{text-align:left;}
.align_right{text-align:right;}
.bold{font-weight:bold;}
.border_none{   
    border:none;
    background:none;
}
a{color:#666; text-decoration:underline;}
a:hover{color:#000; text-decoration:underline;}

h1, h2, h3, h4{
    font-size:24px;
    font-weight:bold;
    color:#444;
    margin:0 0 10px 0;
    padding:0;
    text-align:left;
}
h2{font-size:18px;}
h3{font-size:15px;}
h4{font-size:14px;}

.error{
	border:1px solid #7c0505;
	background:#9F7777;
	color:#000;
	padding:3px 4px;
}

.msg_success, .msg_error, .msg_warning{
    margin:5px 20px;
    padding:5px;
    width:auto;
    text-align:center;
	color:#000;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	zoom:1;
}

.msg_error{
    border:1px solid #7c0505;
    background:#ffcece;
}
.msg_success{
    border:1px solid #006600;
    background:#f2ffe1; 
}

.msg_warning{
    border:1px solid #EFDC0E;
    background:#FFFBCF; 
}

.msg_success ul, .msg_error ul, .msg_warning ul{
    margin:0;
    padding:10px;
}

.msg_error ul li{
    list-style-image: url(../img/icons/cross.png);
    padding-left:3px;
	display:list-item;
}

.msg_success ul li{
    list-style-image: url(../img/icons/accept.png);
    padding-left:3px;
}

.msg_warning ul li{
    list-style-image: url(../img/icons/warning.png);
    padding-left:3px;
}

textarea,input{ 
    border:1px solid #999;
    padding:3px 4px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#eee;
	color:#444;
	margin:0 2px;
}

#main{
	position:relative;
	text-align:left;
	margin:0 auto;
	width:945px;
	z-index:10;
}

ul#menu_left{
	padding:5px;
	margin:0;
	display:block;
	border:2px solid #A9AAAB;
	margin-bottom:30px;
}

ul#menu_left li{
	display:inline;
	padding:0;
	margin:0;
}


ul#menu_left li a{
	display:block;
	color:#999;
	border-bottom:1px solid #ddd;
	padding:7px 0 7px 20px;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

ul#menu_left li a:hover{
	color:#fff;
	background:url(../img/menu_item.gif) repeat-x center center;
}

#page_left{
	float:left;
	width:224px;
}

#content{
	float:left;	
	width:508px;
	margin:0 5px;
	height:auto!important;
	height:300px;
	min-height:300px;
}

#page_right{
	float:left;
	width:192px;
}

#footer{
	margin-top:20px;
	border-top:4px solid #D8D9DB;
	color:#2165A4;
}
