body {
        background-color: #FFFFFF;




}

/* General font families for common tags */
font,th,td,p,center,body { font-family: Arial, Helvetica, sans-serif; color: 330066; font-size: 12px;}
a:link,a:active,a:visited { color : #330066; }
a:hover                { text-decoration: underline; color : #CC99CC; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.address {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color : #330066;
}

.errormessage {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #FF0000;
}

.red12 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #FF0000;
}

.black12 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #000000;
        font-weight: bold;
}

.red14 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color : #FF0000;
}

.green12 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #008000;
}

.green14 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color : #008000;
}


.white11 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color : #FFFFFF;
        font-weight: normal;
}

.white12 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #FFFFFF;
        font-weight: bold;  
}
.white14 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color : #FFFFFF;
        font-weight: bold;
}

.white20 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color : #FFFFFF;
        font-weight: bold;
}


.white25 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 25px;
        color : #FFFFFF;
        font-weight: normal;
}

input {
	font-family: arial;	
	border: 1px solid #CCCCCC;
}

.inputfield {
        font-family: arial;
	        border: 1px solid #CCCCCC;
		        background-color: #FFFFFF;
			}
			

.inputfield1 {
        font-family: arial;
	border: 1px solid #990099;
	background-color: #FFFFFF; 
}		


.inputfieldred {
        font-family: arial;
	border: 1px solid #FF0000;
	background-color: #FFFFFF; 
}		



.input_rounded {
border: 0px;
background: url('form_input.png') no-repeat;
height: 10px;
width: 130px;

}






input.checkboxstyle {
      border: 0px;
}

select {
	font-family: arial;
	border: 1px solid #CCCCCC;	
}

textarea {
	font-family: arial;
	border: 1px solid #CCCCCC;
}


.button{ background-color: #FFFFFF color: #87CEFA; font-weight: bold; font-size: 11px; }

.button2 {
background-color: #FF3300;
color: #000000;
font-size: 11pt;
font-family: arial;
font-style: normal;
font-weight: bold;
}


.buttongreen {
background-color: #32CD32;
color: #000000;
font-size: 11pt;
font-family: arial;
font-style: normal;
font-weight: bold;
}



.dropfield {
        font-family: arial;
	        border: 1px solid #CCCCCC;
		        background-color: #FFFFFF;
			}



.gsb {
	font-family: tahoma, Arial,verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3e3933;
}









.Navlink {COLOR: #0000FF; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
		a:link.Navlink  {color : #0000FF;}
		a:visited.Navlink  {color : #0000FF;}
		a:active.Navlink  {text-decoration: none;}
		a:hover.Navlink  {text-decoration: underline;color : black;}



.Navlinkwhite {COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
		a:link.Navlinkwhite  {color : #FFFFFF;}
		a:visited.Navlinkwhite  {color : #FFFFFF;}
		a:active.Navlinkwhite  {text-decoration: none;}
		a:hover.Navlinkwhite  {text-decoration: underline;color : yellow;}

.Navlinkblack {COLOR: #000000; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
		a:link.Navlinkblack  {color : #000000;}
		a:visited.Navlinkblack  {color : #000000;}
		a:active.Navlinkblack  {text-decoration: none;}
		a:hover.Navlinkblack  {text-decoration: underline;color : blue;}













#demo-status
{
	background-color:		#F9F7ED;
	padding:				10px 15px;
	width:					420px;
}
 
#demo-status .progress
{
	background:				white url(../../assets/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
#demo-list
{
	list-style:				none;
	width:					450px;
	margin:					0;
}
 
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(../../assets/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(../../assets/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(../../assets/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(../../assets/failed.png);
}
 
#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}





A.menulink {
display: block;
width: 200px;
height: 21px;
text-align: left;
line-height: 20px;
text-decoration: none;
font-family:arial; 
font-size:12px;
font-weight:bold;
color: #FFFFFF;
border: 1px solid #FFFFFF;
background-color:#0000FF;
}

a:visited.menulink  {color : #FFFFFF;
}



A.menulink:hover {
border: solid 1px #FFFFFF;
background-color:darkgrey;
color: #FFFFFF;
font-weight:bold;
text-decoration: none;
}






#menu1 {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:auto;
}
#menu1 li {
	float: left;
	
        font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu1 a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	width2: 200px;
        height2: 10px;
        float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
        font-family: arial;
        font-size:12px;
        font-weight:bold;
}
#menu1 a:hover {
	background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;


}






#menu2{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:25px;
	text-transform:uppercase;
	font-size:12px;
        font-weight:bold;
	background:transparent url("../images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu2 li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	height:25px;
}

#menu2 li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:6px 13px 0 13px;
	height:25px;
	}

#menu2 li a:hover {
        height:25px;
	background:transparent url("../images/black.jpg") repeat-x top left;	


}







#menu3{
	margin:0;
	padding:0;
	list-style-type:none;
	width:300px;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
        font-weight:bold;
	background:transparent url("../images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu3 li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	height:40px;
}

#menu3 li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:13px 15px 0 15px;
	height:40px;
	}

#menu3 li a:hover{
        height:40px;
	background:transparent url("../images/black.jpg") repeat-x top left;	


}

















