body {
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 150%;
}
a {
	color: #0C72A2;
	text-decoration: none;
   }
   
a:visited {
	color: #0C72A2;
	text-decoration: none;
}

a:hover {
	color: #0C72A2;
	background: #F0FDE2;
	border-bottom: 1px solid #0C72A2;
}

.row1 a:link, .row1 a:visited {
	color: #666;
	text-decoration: none;
}

.row2 a:link, .row1 a:visited {
	color: #0C72A2;
	text-decoration: none;
}

.topicname a:link, .topicname a:visited {
	color: #0C72A2;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
}

.row3 {
	font-size: 14pt;
}

img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}

#f-1, #f-2, #f-3, #f-4, #f-5, #f-6, #f-7, #f-8, #f-9, #f-10, #f-11, #f-12, #f-13, #f-14, #f-15, #f-16, #f-17, #f-18, #f-19, #f-20, #f-21, #f-22, #f-23 {
	padding: 15px 0 15px 0;
}

.topicdesc {
	color: #888;
	font-size: 11pt;
	font-style: italic; 
}

/* header area */
#header {
	background: #0C72A2 url(images/head-bg.gif) repeat-x;
	height: 100px;
	border-top: 5px solid #222D2D;
	position: relative;
	color: #0C72A2;
}
#headerimg {
	position: relative;
	padding: 10px 0px 0px 10px;
	height: 60px;
	margin: 0px auto;
	width: 960px;
}

#headerimg .description{
	position: absolute;
     top: 16px;
	 left: 380px;
     width: 400px;
	color: #F6F5EE;
	font-size: 16px;
}

#headerimg  .globe {
	position: absolute;
     top: 0px;
	left: 0px;
	height: 116px;
	width: 190px;
	z-index: 0;
}

#headerimg h1 {
		position: absolute;
		 top: 0px;
		left: 160px;
       margin:0px;
	   width: 200px;
}

#navi {
	height: 30px;
	width: 964px;
	margin: 0px auto;
	text-align: left;
	line-height: normal;
	padding-left:18px;
}
#nav {
	list-style: none;
	margin: 0 3px;
	padding: 0px;
	float: right;
}
#nav li {
	float: left;
	height: 30px;
	background: url(images/navtabr.png) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
}
#nav .page_item a{
	color: #FFFFFF;
	display: block;
	background: url(images/navtabl.png) top left no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
}
#nav li:hover {
	background-position: 100% -36px;
}
#nav .page_item a:hover {
	background-position: 0px -36px;
	border: none;
}

#nav li.current_page_item {
	color: #198CBB;
	text-decoration: none;
	background: url(images/navtabactiver.png) top right no-repeat;
	border-bottom: 1px solid #E3F7FF;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #198CBB;
	text-decoration: none;
	background: url(images/navtabactivel.png) top left no-repeat;
}


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

#wrapper {
	background: #FFFFFF url(images/content-bg.gif) repeat-x;
	border-top: 1px solid #187495;
}
#page {
	margin: 0px auto;
	padding-left: 6px;
	width: 964px;
}

/*search form */
#search {
	float: right;
	margin: -10px 0px 0px 0px;
	width: 200px;
}


#searchbox {
	background-color: #222D2D;
	padding-left: 5px;
}

#searchforum {
	height:18px;
	background-color: #222D2D;
	color: #ffffff;
	font-size: 8pt;
	padding-left: 5px;
}

#searchmore {
	margin: 0px;
	background: url(images/search-bg.png) no-repeat;
	width: 200px;
	height: 20px;
	padding-left: 10px;
	text-align: left;
}


.forumname {
	font-size: 14pt;
	font-weight: normal;
}

.catname {
	font-size: 17pt;
	font-weight: normal;
	color: #0c72a2;
	}
	
.maintitle, .maintitlecollapse {
	padding: 12px 0px 12px 0px;
}

.postauthorrow {
	background: #E3F7FF;
	border-bottom: 1px solid #CCE4EC;
}

#gbl-search-checkbox {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#searchform {
	margin: 3px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 130px;
	height: 17px;
	padding: 3px 5px 0px 5px;
	border: 1px solid #4395BC;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: none;
	border: none;
	height: 16px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}