body{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	color: #000;
	background: url(../images/back.jpg) top left no-repeat;
	background-color:#066bf9;
}


/*-------------------- constants -------------------*/

h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}

a {
	color:#000052; 
	text-decoration:none; 
	font-size:11px;
}

a:hover {
	color:#0C0C0C; 
	text-decoration:none;
}

a.side {
	color:#000052; 
	text-decoration:none; 
	font-size:11px;
}

a:hover.side {
	color:#0C0C0C; 
	text-decoration:none;
}

a.white {
	color:#0567C4; 
	text-decoration:none; 
	font-size:12px;
}

a:hover.white {
	color:#0C0C0C;
	text-decoration:none;
}

form {
	margin:0px 0px 0px 0px;
}



/*-------------------- layout -------------------*/

#container-3col {
	margin: 0 auto;	
}
#container-inner-3col {
	width:962px;
	margin:0 auto;	
	background-color:#ffffff;
}

#container-2col {
	width: 772px;
	margin: 0 auto;	
}
#container-inner-2col {
	width: 772px;
	margin: 0 auto;	
}

#header-3col, #header-2col {
	height:170px;
}
#header-inner-3col, #header-inner-2col {
	height:170px;
	background-image:url(../images/head4.png);	
	background-repeat:no-repeat;
	background-position:right top;
}

#left-bar {
	width:190px;
}
#left-bar-inner {
	width:180px;
	margin-top:5px;
	margin-left:4px;
}

#middle-bar {
	width:580px;
	padding-bottom:10px;
	border-left:solid 1px #CACACA;
	border-right:solid 1px #CACACA;}
#middle-bar-inner {
	width:570px;
	margin-top:5px;
	margin-left:5px;
}

#right-bar {
	width:190px;
}
#right-bar-inner {
	width:180px;
	margin-top:5px;
	margin-left:4px;
}


.clear {
	clear:both;
}


/*-----------------header-----------------*/

.header-title {
	display:none;
}
.header-description {
	display:none;
}


/*-----------------sidebar--------------*/

.side-bar-component {
	width: 180px;
	margin-bottom:10px;
	font-size:11px;
	background-color:#FFFFFF;
	border: solid 1px #555;
}
.side-comp-body {
	padding:5px;
}
#header-inner-3col .side-bar-component, #header-inner-2col .side-bar-component{
	width:auto;
	margin-bottom:0px;
	font-size:11px;
	background-color:inherit;
	border:none;
}

#header-inner-3col .side-comp-body{
padding:0;
}

.side-comp-header {
	height:30px;
	line-height:30px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-image: url(../images/post_bg.png);
	background-position:right;
	background-repeat:repeat-x;
	padding:0px 2px 0px 4px;
}
.side-comp-header a{
	color: #fff;
}
.side-bar-component ul{
	margin:0px;
	padding:0px;
}

.side-bar-component li{
	list-style:none;
	text-indent:8px;
	text-transform:capitalize;
	background-image: url(../images/bullet.gif);
	background-position:2px 5px;
	background-repeat: no-repeat;
	/*white-space:nowrap;*/
color:#000;
}
.side-bar-component li a{
color:#000052;
text-decoration:underline;
}
#com-banner .side-comp-body {
	padding: 0px;
}

/*--------------------- page post --------------------*/

.post {
	background-color:#FFFFFF;
	border: solid 1px #555;
	margin-bottom: 20px;
}
.post-head h2{
	height:30px;
	line-height:30px;
	font-size: 12px;
text-indent:30px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/post_bg.png);
	background-position: left;
	background-repeat:repeat-x;
	padding:0px 2px 0px 4px;
}

.post-head h2 a {
	font-size:12px;
	color: #fff;
}
.post-head h2 a:hover {
	color:#eee;
}
.post-text {
	padding:5px;
}
.post-head {
	margin-bottom:10px;
}
.sum-foot {
	text-indent:5px;
	height:22px;
	line-height:22px;
	font-size:10px;
	margin-top:20px;
	background-color: #72aede;
}
.sum-foot a{
	font-size:10px;
}

.date {
	margin-left:5px;
	font-size:0.9em;
	color:#414141;
}
.day, .time {
	display:none;
}


/*--------------------- page comment --------------------*/

#comments {	
	margin-top: 20px;
}

#comments h3 {
	height:22px;
	line-height:22px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-top:20px;
	background-color: #bbb;
	background-image: url(../images/titlebasic_bg.png);
	padding:0px 2px 0px 4px;
}

#comments h5 {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

#comments p {
	margin: 3px 0 0 0px; 
}

#comments .date {
	border: none;
	padding: 0;
	width: auto;
	color: #0567C4;
	background:none;
}
#comments .time {
	display: inline;
}

#form_add label {
  float:left; display:block;
  width:60px; margin:0px 15px 0px 15px;
}

#form_add {
	width: 500px;
	margin-left: 10px; 
	margin-top:10px;
	border: 1px solid #D6DCC0;
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}

textarea, input {
	font: normal 12px Arial;
	border: #CCCCCC 1px solid;
	margin-bottom: 2px;
}

#form_add textarea { 
	width:450px; height: 100px;
}	

#form_add h3 {
	padding-left: 20px;
	background: url(../images/icons/comment_add.gif) center left no-repeat;

}


/*--------------search--------------*/

#search_form {
	height:auto;
	padding:0px;
	margin:0px;
}

#search_form input {
	height:16px;
	width:111px;
	margin:0;
	vertical-align:middle
}
#search_form .button {
	width:50px;
	height:20px;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	background: #FF6600;
	vertical-align:middle;
	background-image:url(../images/button.gif);
}
table.sanal{
	background-color: #FFFFFF;
}
.side-bar-component #header_logos_panel{
margin-top:133px;
margin-left:310px;
}
