* { 
	margin: 0px; 
	padding: 0px;
	
}

html, body{
	font-family:Arial;
	font-size:12px;
	color:#333;
	height:100%;
	min-width:790px;
}

body { 

	background:url(../img/header.jpg) center bottom repeat-x #EEF3F7;
 }
 
.sortContainer
{
	width:500px;
	border:1px solid #c9c9c9;
	font-size:10px;
	text-align:left;
}

.handle
{
	cursor:pointer;
}

	
/* -------------------------------------------------------------------------- 	*/
/*  TEXT STYLES */

h1 { 
	font-size: 16px; 
	margin: 10px; 
	color:#CC0000;
}

h2 { 
	font-size:12px;
	font-weight:bold;
	color:#0069B3;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin:10px 10px 0 10px;
}
h3 { 
	font-size: 12px; 
	margin: 10px; 
	color:#0099CC;
}

h4 { 
	font-size:16px;
	font-weight:bold;
	color:#0069B3;
	margin:10px 0px;
}

p {	
	font-size: 12px; 
	margin: 10px; 
}

b{
	color:#333;
}

ul{
	font-size: 12px; 
	margin-left:20px; 
}

.tags a {
	font-family:verdana;
	font-size:9px;
}

a img{
	border: none; 
}

strong {color:#333;}



.article{
	width:750px; 
	margin:10px auto; 
	text-align:left; 
	border:1px solid #eee; 
	border-bottom:2px solid #eee; 
	padding:10px;
}

.article h2 { 
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin:10px 5px 0 5px;
}

.article p { 
	font-size:12px;
	font-weight:normal;
	padding-bottom:15px;
	line-height:1.5em;
	margin:10px 5px;
}

.details
{
	font-family:verdana;
	font-size:9px;
	color:#999;
	margin:2px 5px;
	padding:2px;
	background:#f5f5f5;
}
.details a{color:#666;}

#thumbnails{
	text-align:center;
}

#thumbnails img{
	margin:5px;
}
#attachments{
	text-align:left;
}

/* --------------- HEADER ------------------------------------*/

#header{
	min-width:300px;
	height:80px;
	border-top:1px solid #EEF3F7;
	border-bottom:5px solid #006EB9;
	background:url(../img/header.jpg) center top repeat-x #EEF3F7;
	text-align:center;
}

#header .logo{
	text-align:left;
	margin:5px -10px 10px 5px;
	float:left;
	width:150px;
}


/* --------------- HEADER RIGHTBOX ------------------------------------*/

#header .rightbox{
	font-size:11px;
	text-align:right;
	height:20px;
	margin:45px 5px 0px -10px;
	float:right;
	color:#666666;
	width:150px;
	
}
#header .rightbox a, a:visited{
	color:#CC6730;
}
#header .rightbox a:hover{
	text-decoration:none;
}
#header .rightbox a b{
	color:#CC6730;
}

/* --------------- HEADER MENU ------------------------------------*/

#header .menu{
	
	margin:0px auto 0px auto;
}


#header .menu a{
	background:url(../img/tab.gif) center top repeat-x #59AAD6;
	height:28px;
	padding:4px 2px;
	line-height:30px;
	margin-right:1px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #006EB9;
	border-bottom:none;
}

*html #header .menu a{
	height:22px;
	line-height:15px;
}

#header .menu a:hover{
	background:#006EB9;
	color:#ffffff;
	border:1px solid #006EB9;
	border-bottom:none;
}

/* --------------- HEADER HEADING ------------------------------------*/

#header  .heading{
	height:17px;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px;
}

#header  .heading b{
	color:#000000;
}

/* --------------- CONTENT ------------------------------------*/

#content{
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
	border-top:1px solid #fff;
}


.tagbox{
	margin:0px auto;
	margin-top:10px;
	text-align:left;
	padding:10px;
	border:1px solid #37AF37;
	background-color:#ECF7EC;
}

.article .tagbox{
	border:2px solid #ECF7EC;
	background-color:#fff;
	color:#37AF37;
}
.article .tagbox a{
	color:#37AF37;
}
.tagbox p{
	margin:0px 15px;
	display:inline;
}

.attachbox{
	margin:10px auto;
	text-align:left;
	padding:10px;
	border:1px solid #ffdbdb;
	background-color:transparent;
}

.attachbox p{
	margin:0px 15px;
	display:inline;
}

.attachbox h3{
	background-color:transparent;
	margin:0;
	padding:0px;
	color:#333;
	display:inline;
}

.searchresults .tagbox h1{
	background-color:transparent;
	padding:0px;
	display:inline;
}
.tagbox h3{
background-color:transparent;
	margin:0;
	padding:0px;
	color:#333;
	display:inline;
}
.loginbox
{
	border:1px solid #FF9933; 
	background-color:#FBF9F1;
	width:550px; 
	margin:0px auto;
}




*html #content .searchbox2 .gobutton img{
	margin-bottom:-3px;
}

/* --------------- CONTENT  SEARCH BOX ------------------------------------*/

.searchbox{
	margin:10px auto;
	margin-top:40px;
	text-align:center;
	height:120px;
	width:580px;
	border:1px solid #FF9933;
	background-color:#FBF9F1;
	padding:10px 10px 20px 10px;
}

.seachtextbox {
	font-size:15px;
	font-weight:bold;
	width:200px;
	padding:0px 3px;
	border:1px solid #999;
	color:#555;
	display:block;
	float:left;
}
.searchbox .seachtextbox {
	margin:12px 5px;
}
.searchbox2 .seachtextbox {
	margin:12px 5px;
	width:150px;
}
.searchbox .searchlinks{
	width:290px;
	margin:0px auto;
	text-align:right;
}

.searchbox .searchlinks a{
	color:#CC0202;
	text-decoration:none;
	margin:0px 5px;
}

.searcharticles {
	display:block;
	float:left;
	margin:15px 0px 15px 10px;
}
.searchbox .searcharticles {
	margin-left:45px;
}
a.go_button {
	display:block;
	float:left;
	margin:10px 2px;
}

.trans_img {
	margin:6px 2px;

}

.searchbox .searchlinks a:hover{
	text-decoration:underline;
}

.searchbox .searchlinks a b{
	color:#CC0202;
}

.searchbox2{
	margin:0px auto;
	text-align:center;
	border:1px solid #FF9933;
	background-color:#FBF9F1;
}

#articles_view .searchbox2{
	width:760px;
	padding:5px;
	margin:10px auto;

}

.searchbox2 .searchlinks{
	display:inline;	
}



*html #content .searchbox .gobutton img{
	margin-bottom:-3px;
}


/* ----------------------- CONTENT LATEST NEWS -----------------------------*/

.latestnews{
	margin:30px auto 0px auto;
	width:490px;
	text-align:left;
	line-height:18px;
}

#content .latestnews p{
	color:#005A9C;
}
/* ----------------------- About us -----------------------------*/

.aboutus{

	width:750px; 
	margin:10px auto; 
	text-align:left; 
	border:1px solid #eee; 
	border-bottom:2px solid #eee; 
	padding:10px;

}

.aboutus p{
	color:#333;
}


/* ----------------------- CONTENT SEARCH RESULTS -----------------------------*/
#content .searchresults{
	margin:30px auto 0px auto;
	width:90%;
	text-align:left;
	min-width:500px;
}

.searchresults h1{
	background-color:#f5f5f5;
	margin:0px;
	padding:7px 12px;
}

#content .searchresults .searchitems{

	border-top:1px solid #efefef;
}

#content .searchresults .searchitems tr{
	
}


/* ----------------------- CONTENT SEARCH RESULTS RIGHT BOX-----------------------------*/

.searchitems td h1{
	color:#0069B3;
}

.searchresults .searchitems td{
	padding:0px 10px;
	border-top:1px solid #efefef;
}


.searchresults .searchitems td a{
	color:#006EB9;
}

.searchresults .searchitems td a:hover{
	color:#000;
}

.searchresults .searchitems td h1{
	background:none;
	font-size:14px;

}

.searchresults .searchitems td p a{
	color:#CB0100;
}

#content .searchresults .searchitems td p{
	color:#000;
	margin:5px 0px;
}

.added{
	font-family:verdana;
	font-size:9px;
	color:#999;
	margin:5px 0px;
}

/* ----------------------- CONTENT SEARCH RESULTS TAGS -----------------------------*/

.tags{
	margin-top:5px;
	font-size:18px;
}

.tags a{		
	color:#5FB2DD;
}

.tags a:hover{		
	color:#000;
}


/* ----------------------- CONTENT SEARCH RESULTS LEFT BOX-----------------------------*/

#content .searchresults .searchitems th{
	text-align:center;
	border-top:1px solid #efefef;
	background-color:#f5f5f5;
}

#content .searchresults .searchitems th p{
	margin:0px;
}


#content .searchresults .searchitems th img{
	margin-top:15px;
}

#content .searchresults .searchitems th a{
	font-size:10px;
	color:#666;
	display:block;
	margin:3px auto 0px auto;
	padding:2px;
	background-color:#f5f5f5;
	text-decoration:none;
	border:1px solid #ccc;
	width:50px;
}

#content .searchresults .searchitems th a:hover{
	background-color:#666;
	color:#fff;
}

#content .resulted{
	margin:0px 3px;
	float:left;
}

/*----------------------- COLOR STYLES -----------------------*/

.ltgrey{
	color:#aaa;
}
.grey{
	color:#666666;
}

.green{
	color:#007800;
}

.red{
	color:#CA0000;
}

.NB{
	font-weight:bold;
}


/* --------------- FOOTER ------------------------------------*/

#footer{
	text-align:center;
	height:20px;
	color:#000;

}

#footer b{
	color:#2F84BF;
}

#footer .backbutton{
	height:15px;
	border-bottom:1px solid #ADB0B3;
	background:url(../img/backbut_back.jpg) center bottom no-repeat #ffffff;
	text-align:center;
	margin-bottom:20px;
	padding:3px 0px;

}


#footer .backbutton a{
	color:#000;
	text-decoration:none;
	font-family:verdana;
	font-size:9px;
}

#footer .credit{
	line-height:30px;
	color:#666;
}

#footer .credit a{
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

/* ------------------------------------ FORM ELEMENTS ----------------------------*/

label {
	display:block;
	font-weight:bold;
}

/* ------------------------------------ CAKE ----------------------------*/
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em auto;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

dt{
	color:#CC0202;
}

dd a{
	color:#CC0202;
}

table{
	margin:0px auto;
}

td {
padding:4px;
border:1px solid #eee;
border-collapse:collapse;
}

th {
padding:4px;
border:1px solid #eee;
border-collapse:collapse;
background:#eee;
}

div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

.auto_complete ul {
      margin:0;
      margin-top:10px;
      padding:0;
      list-style-type: none;
      width:250px;
      cursor:pointer;
      text-align:left;
      font-size:13px;
      color:#777;
    }
	
	
/* ----------------------- CONTENTS-----------------------------*/


table.searchitems td{
	padding:0px 10px;
	border-top:1px solid #efefef;
}


table.searchitems td a{
	color:#006EB9;
}

table.searchitems td a:hover{
	color:#000;
}

table.searchitems td h1{
	background:none;
	font-size:14px;
	padding:7px 12px;
	margin-bottom:-5px;
	margin-left:-11px;
}

table.searchitems td p a{
	color:#CB0100;
}

table.searchitems td p{
	color:#000;
	margin:0px;
}

table.searchitems td span{
	font-size:10px;
}

table.searchitems th{
	text-align:center;
	border-top:1px solid #efefef;
	background-color:#f5f5f5;
}

table.searchitems th p{
	margin:0px;
}


table.searchitems th img{
	margin-top:15px;
}

table.searchitems th a{
	font-size:10px;
	color:#666;
	display:block;
	margin:3px auto 0px auto;
	padding:2px;
	background-color:#f5f5f5;
	text-decoration:none;
	border:1px solid #ccc;
	width:50px;
}

table.searchitems th a:hover{
	background-color:#666;
	color:#fff;
}

table.searchitems{
	margin:0px auto 0px auto;
	text-align:left;
	min-width:490px;
}

.table1{


}
.address{
	border-bottom:1px solid #ddd;
	padding:10px;
}

#admin-subnav td{
	padding:10px 20px;
}
#admin-subnav td a{
	padding:0px 10px;
	border-right:1px solid #ccc;
}
	
	.clear{clear:both;}
