/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/


/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	
	float: left;
	position: relative;
	z-index: 1;
	
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; margin-left: 0!important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #69C502;
	border-bottom:none;
	margin-right: -1px;
	border-collapse:collapse;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 12px;
	list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	color:#666;
	background: #749C29;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.ui-tabs-nav li a:hover {
	background: #749C29;
	color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #6eac2c;
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #6eac2c;
	color: #ffffff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #69C502;
	margin-top:-1px;
	border-collapse:collapse;
	background: #fcfdfd;
	
	
	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}




/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */


.blog {
margin-top:20px;
width:200px;
}
.title-main{
background:url(greenbar.png) no-repeat;
height:26px;
width:140px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:20px;
}
.title-main a {
position:relative;
top:5px;
font-weight:bold;
color:#ffffff;
}

.blog .blogposts {
margin:0;
padding:0;
}
.blogposts li {
color:#616D7E;
float:left;
list-style-type:none; 
margin: 0 5px;
padding: 0; 
text-align:justify; 
vertical-align:top;
margin-bottom:20px;
width:100%;
}
.blogposts li h2 {
font-size:12px; 
margin:0; 
padding:0;
}
.blogposts p {
margin: 5px 0px;
}
.blogposts li + li {
border-top:1px solid;
padding-top:10px;
}
.blogposts a:hover, #tabs a:hover{
color:#003399;
}