*{
	padding: 0;
	margin: 0;
	border: 0;
}
html{
	height: 100%;
}
body{
	

	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background: #33355C;
}

ul,ol{
	padding:5px;
	padding-left: 25px;
}

input, select, textarea{
    margin:1px;
    padding:1px;
    border: 1px inset;
    background: #eee;
	 font-size: 11px;
}

button{
	padding: 2px;
	margin: 1px;
	border: 1px outset;
	font-size: 11px;
}

p{
	padding: 10px 0 4px 0;
}


blockquote{
	padding: 0 0 0 20px;
}
#site
{
	width: 750px;
	margin: 0 auto;
	background: white url('img/right_shadow.gif') right repeat-y;
	padding: 0 8px 0 0;

}

#menu{
	background: #ddd url(img/menu_bg.gif) repeat-x;
	height: 23px;

	margin-bottom:5px;
	text-align: left;

	
}

#menu a{
	color: navy;
	font-weight: bold;
	margin-top: 3px;
	float: left;
	display:block;
	padding: 0 5px;
	/*background: url(img/)*/
}

#menu a:hover{
	color: navy;
	text-decoration: none;
	
}

#menuRight{
	padding-top: 2px;
}

#menuRight a{
	padding: 0; margin: 0; display: inline;
	float: none;
}

#menuRight a:hover{
	
}

#header{
	font-size: 15pt;
	font-weight: bold;
	background: url(img/top_bg.gif) repeat-x;
	height: 78px;
}

#logo{
	float:left;
}

#loginPanel{
	font-size: 10pt;
	float:right;
}

#langSearch{
	background: url(img/top_menu_bg.gif);
}

#exitLink{
	display: inline;
	float: none;
	padding: 0;
	margin: 0;
}


#content{
	padding:2px;
	margin-top:5px;
}

#footer{
	text-align: right;
	font-size: 9pt;
	color: #979797;
	padding: 5px;
	border-top:1px dashed gray;
}

h4{
	background: url('img/header_bg.gif') repeat-x;
	font-weight: bold;
	font-style: italic;
	border-bottom:1px dotted gray;
	padding: 10px 2px 5px 15px;
	margin-bottom: 6px;	
}

div.error{
	background: #ffeeee;
	border:1px maroon solid;
	padding:10px;
	margin: 2px;
}

label{
	display: block;
	color: #4076A5;
	font-size: 11px;
}


#comments{
	width: 700px;
}

.comm_user_details{
	float: left;
	width: 100px;
	height: 40px;
	border: 1px solid gray;
	padding: 1px;
	margin: 2px;
	text-align: center;
}
.comm_date{
	font-size: 8px;
	color: #777;
}

.commentButt{
	float: right;
	font-size: 9px;
}

div.comm_text{
	margin-left: 115px;
}


div.blog_post{
	padding: 10px 5px;
}

div.blog_title{
	font-weight:bold;
	font-size: 11px;
}
div.blog_title a{
	text-decoration: none;
	color: navy;
	font-size: 1.3em;
}
div.blog_title a:hover{
	text-decoration: underline;
	color: navy;
}

div.commentbar{
	font-size:11px;
	font-weight: bold;
}

div.commentbar a{
	text-decoration: none;
	color: #666;
}
div.commentbar a:hover{
	color: #666;
}


div.blog_cut a{
	font-size: 12px;
	color: #800;
}

.hand{
	cursor: hand;
	cursor: pointer;
}

div.blog_comment{
	text-align: right;
}


table.borderTable{
	background: #444;
}

table.borderTable td{
	background: white;
	margin: 1px 1px 0 0;
	padding: 2px;
}

table.borderTable tr{
	padding: 0; margin: 0;
}




/******* pages **********/
a.prevPage,a.nextPage{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
}
a.prevPage{ padding-right: .5em; }
a.nextPage{ padding-left: .5em; }

.pages{
	padding: .3em 1em;
	text-align: right;
}

a.pageN{
	padding: .2em .5em;
}

a.pageN:hover{
	background: #dd	e;
}

a.curPage,a.curPage:link,a.curPage:visited,a.curPage:hover{
	padding: .2em .5em;
	background: #33355C;
	color: white;
	font-weight: bold;
	text-decoration: none;
}


.gray{
	font-size: .8em;
	color: #666;
}

.gray a{
	color: #666;
}
