

* {padding: 0; margin: 0;}




		
		.toplinkshold		{
			border-style: none;
			padding: 10px 1px 10px 1px;
			text-align: Center;
			font-family: Verdana;
			text-decoration:none;
			font-size: 11px;
			/*Float: Left; */
			Width: 100%;
			color: white;
			background-color:#90897a; 
			text-transform:uppercase;
			
			
		}
		
		.toplinksfocus		{
			border-style: none;
			padding: 10px 1px 10px 1px;
			text-align: Center;
			font-family: Verdana;
			text-decoration:none;
			font-size: 11px;
			/*Float: Left; */
			Width: 100%;
			color:white;
			background-color: green;
			text-transform:uppercase;
			

			
		}
		
	
	
div.newtab {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
		
div.newtab span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

div.newtab:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

div.newtab:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
		
	
.tab { 
	
	font-family: verdana,sans-serif; 
	font-size: 11px;
	//width: 100%;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	cursor: pointer;
		
	}

.tabhold { 
	background-color: white;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:15px;
	margin-bottom: 15px;
	width:25%;
	color: black;
	}
.tabfocus { 
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 3px;
	background-color: black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:15px;
	margin-bottom: 15px;
	width:25%;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	height: 100%;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*
	float: left;
	*/
	}
	

  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
html, body {
	margin: 0;
	padding: 0;
	}




.glossymenu{
	position: relative;
	padding: 0 0 0 0;  /*sets where the tabs are placed in the screeen*/
	margin: 0 0 0 0;
	//background: url(../images/menupu_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	width:100%;
	
}

.glossymenu li{
	float:left;
	display: inline;

}

.glossymenu li span.buttonbox{
	float: left;
	display: inline;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	width:55px;
	line-height: 46px;
	
	cursor: default;
	
}


.glossymenu li span.buttonbox b{
	float: left;
	display: inline;
	padding: 0 0 0 0; /*Padding of menu items*/
}

.glossymenu li div.current span.buttonbox /*,  .glossymenu li span.buttonbox:hover */
{
	color: #fff;
	background: url(../images/menupu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li div.current span.buttonbox b /* , .glossymenu li span.buttonbox:hover b */
{
	color: #fff;
	background: url(../images/menupu_hover_right.gif) no-repeat right top; /*right tab image path*/
}


.pointer{
cursor: pointer;
}

#userDataCapture
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
   /*background-color: #d6e5f4;*/
    padding: 10px;
	
}

#userDataCapture input[type="text"], #userDataCapture textarea
{
	font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    /* width: 300px; */
    background-color: #EDF2F7;
} 

#userDataCapture select
{
	font-family: Arial, Sans-Serif;
    font-size: 13px;
    width: 300px; 
	padding: 1px;
	border: solid 1px #85b1de;
	margin-bottom: 5px;
    background-color: #EDF2F7;
} 


#readonly
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
   /*background-color: #d6e5f4;*/
    padding: 10px;
	width:500px;
}

#readonly input[type="text"], #readonly textarea
{
   font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
    background-color: #EDF2F7;
} 