/* CSS Document */
#headingpad{
height:50px;
vertical-align:middle;
}


.tabbed-box {
	width: 740px;
	background: #fff url(/upload/Images/tabbed-body-bg2.jpg) repeat-x bottom;
	border: 1px solid #ddd;
	margin: 0;
}

.tabbed-box ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabbed-box .tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.tabbed-box .tabs li a {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	background: #fff url(/upload/Images/tabbed-tab-bg2.jpg) repeat-x bottom; 
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font: 11px verdana;
}

.tabbed-box .tabs li:first-child a {
	border-left: none;
}

.tabbed-box .tabs li a:hover {
	color: #333;
}

.tabbed-box .tabs li a:focus {
	outline: none;
}

.tabbed-box .tabs li a.active {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
}

.tabbed-content {
	display: none;
	margin: 10px;
}

.tabbed-content h4 {
	clear: both;
	font: 20px verdana; 
	color: #333;
	margin: 0px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E9E9E9;
	padding-bottom: 5px;
}


#curvedbox{
font-size:x-small;
background: #fff;
padding: 8px 8px;
height:auto;
margin-top:10px;
border:dotted thin;
border-color: #CCCCCC;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;

}


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */





#padding{
padding-left:10px;
padding-right:10px;
padding-top:10px;}
}

#toppadding{
height:10px;}

.dottedline{
border-top: 1px dotted #CCCCCC;
margin:10px;
height:20px;
}


.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #21418e;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}

.tabletext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
}

.tabletextheading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}


#quickbar {display: none;}
#loggedinuserdiv {display: none;}
#wrapper {
margin: 0px auto; 
width:982px;


	}
#header, #center, #left, #contentfloatholder, #footerdiv, #LogGenerator{
	background: #fff;
}
body {


background: #13B0FF url(../upload/_images-newsite/bg-reverseblue.jpg) top left repeat-x;

}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(media/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/    Visiting Times Tabs */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 75% verdana;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: blue;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 0px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}



<!--[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}

<![endif]-->



