label {
	float:left; 
	width: 100px;
	margin-right:0.5em; 
	padding-top: 2px;
	text-align:right
}

form input.submit {
	margin-left:135px;
	margin-bottom: 0px;
}

.error {
	color: #F00;
}

.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 10px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
cursor:pointer;cursor:hand
}

#nav_main a.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}

#tabs a:visited, #tabs a, #tabs a:link {
    color: #888;
    text-decoration: none;
}

#tabs{
	margin: 10px;
    color: #888;
    text-decoration: none;
	box-shadow: 0 5px 5px #E8E8E8;
}

#news a{
	font-size: 1.2em;	
}
#news {
}

.mHeading {
	width: 99%;
	padding: 0px;		
	margin: 0px;	
	text-align: center;
	color:#FFF;
	padding-top: 10px;
	padding-bottom: 15px;
}

#default .mHeading H5{	
	background-color: #333;
	color:#FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 3px 5px #989898;
}

.story{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 45px;
	overflow: hidden;
}

.story img{
	float: left;
	padding-right: 5px;
}

#display{
	clear: right;
    float: right;
    max-width: 300px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
	cursor: pointer;
	position: relative;
	display: none;
}
#display img.mag{
	top: 4px;
	right: 18px;
	position: absolute;
}
.overlay div.details p{
	font-size: 12px;
}

#default H5 {
    font-family: georgia;
	font-size: 20px;
}

#default H7 {
    font-family: georgia;
	font-size: 10.5px;
}

#default #tabs-1 P,  #default #tabs-2 P{	
    clear: both;	
}

#tabs .ui-state-default a:visited, #tabs .ui-state-default a, #tabs .ui-state-default a:link {
    color: #fff;
    text-decoration: none;
}

#tabs .ui-tabs-selectd a:visited, #tabs .ui-tabs-selected a, #tabs .ui-tabs-selected a:link {
    color: #000;
    text-decoration: none;
}

.rss_icon {
	padding-right: 5px;;
}

#default .module ul li {
    list-style-image: none;
    margin-left: -0.5em;
    padding-right: 0.5em;
}
#tabs .ui-state-default a:visited, #tabs .ui-state-default a, #tabs .ui-state-default a:link {
    color: #000000;
}

.overlay {
 
    /* initially overlay is hidden */
    display:none;
 
    /* growing background image */
    background-image:url(/_graphics/slices/trans.gif); 
    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    
    /* some padding to layout nested elements nicely  */
    padding:0px;

 
    /* a little styling */
	background-color:#FFF;
    font-size:11px;
	border-radius: 6px 6px 6px 6px;
    display: none;
    font-size: 11px;
    padding: 25px 20px 20px;
}
 
.overlay img{
	width: 100%;
}
 
/* default close button positioned on upper right corner */
.overlay .close {
    background-image:url(/_scripts/jqueryTools/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
#default .module ul li {
    margin: 0em;
}
.ui-widget-header {
    background: none;
	border:none;    
    color: #EEEEEE;
	background-color: #333;
    font-weight: bold;
}
#news div img{
	width: 50px;
}