/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a { outline:none; color:#23C1E4; }

html,body{
	margin:0;
	padding:0;
}

/* begin */

body {
	margin: 20px;
	padding: 0px;
	background: #FAFAFA;
	font-size: 13px;
	font-family:Calibri,Arial,Tahoma;
	text-align:left;
	color:#999999;
}

#wrap { 
	margin:0 auto 0 auto; 
	width:800px; 
}

.clearfix{
	clear:both;
	width:100%;
}

pre {text-indent: 30px}

#logo{
	text-align:center; 
	margin-bottom:30px;
}

#tabmenu {
	color: #666;
	margin: 12px 0px 30px 0px;
	padding: 0px;
	z-index: 1;
	text-align:left}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin-right:20px;
}

#tabmenu a {
	color: #999;
	padding: 4px 0px;
	margin: 0;
	text-decoration: none;
	font-size:14px;
}

#tabmenu a.active {
	color:#23C1E4;
	background: #FFF;
	border-bottom: 1px solid #23C1E4;
	margin: 0px;
	text-decoration: none; 
	}
	
#tabmenu a:hover {
	border-bottom: 1px solid #999;
}

#tabmenu a.active:hover {
	background: #fff;
	color: #999999; }

#content {
	text-align: justify;
	background: #fff;
	padding: 15px;
	border-top: none;
	z-index: 2;}

#content p{
	text-align:left;
	width: 550px;
	clear: left;
	margin: 0;
	padding: 4px 0 4px 0;
	padding-left: 220px; /*width of left column containing the label elements*/
	border-bottom: 1px dotted #E6E6E6;
}

#content label{
	float: left;
	margin-left: -220px; /*width of left column*/
	width: 220px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #666666;
}

#content a{
	text-decoration:none;
	color:#23C1E4;
}
#content a:hover{
	text-decoration:underline;
}

#content span{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
	color:#999999;
}
#content .pagination{ list-style-type:none; }
#content .pagination li a{
	padding:5px 10px; 
	text-align:center; 
	margin-right:8px; 
	float:left;
	display:block;
	border:1px solid #cccccc;
	color:#999999;
	background:none;
}
#content .pagination li a.pag-active{
	border:1px solid #23C1E4  !important; 
	background-color:#23C1E4; 
	color:#FFFFFF !important;
}
