html, body { 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	margin: 0px 0px 10px 10px; 
	padding: 0px 0px 0px 0px; 
	background-color: #fff; 
	width: 1024px;
	height:100%;
    color: #666666;
    FONT-SIZE: 10px; 
}
hr { 
	width:100%; 
	border-style:none; 
	background:#fff;
	color:#fff;
	border-top:1px dotted gainsboro;
	margin:0 0 5px 0;
}

form { padding: 0; margin: 0; }
select, textarea, table { font-size: 10px;  FONT-FAMILY: Verdana, Helvetica, sans-serif; color: #666666}
input {
	border-width: 1px;
	border-color: #D8ECEC;
	border-style: solid;
	font-size: 10px;  
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

fieldset
{
	border-width: 1px;
	border-color: #D8ECEC;
	border-style: dotted;
	background-color: white;
	font-size: 10px;  
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

button 
{
	border-width: thin;
	background-color: #F0F8FF;
	border-style: solid;
	padding: 2 2 2 2;
	}
	
button:hover
{
	border-width: thin;
	background-color: white;
	border-style: solid;
	padding: 2 2 2 2;
	}

img { border: 0px; }
table { border: 0; padding: 1 1 1 1; width: 100%;} 
li { list-style-type: circle; list-style-position: inside; height:10px; padding-left: 10px; }


/* link styles */
A:link, A:visited	{	
	text-decoration:	none;
	color:	#666666;
	FONT-SIZE: 10px; 
	}	
	
A:active	{	
	text-decoration:	underline;
	color:	#666666;
	FONT-SIZE: 10px; 
	}	
		
A:hover, a:focus{	
	text-decoration:	none;
	color:	#000000;
	FONT-SIZE: 10px; 
	}
	
table.moduletable {
	width: 100%;
	background-color: White;
	border-width: 1px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
}

table.moduletable2 {
	width: 100%;
	background-color: white;
	border-width: 1px;
	border-color: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal;
}


/* colors */
.white { color:#ffffff !important }
.orange { color:#ff7612 !important }
.blue { color:#336699 !important }
.lightblue { color:#c4e5fe !important }
.grey { color:#888888 !important }
.black { color:#333333 !important }
.red { color: #CC0000; }

/* alignment */
.textright { text-align: right; }
.textcenter, .centered { text-align: center; }
.floatleft {float: left; }
.floatright {float: right; }


/* text size */
h1 { font-size:280%; color: #333333; margin: 0 0 10px 0; padding: 0; font-weight:bold; }
h2 { font-size:140%; color: #ff6600; margin: 0 0 10px 0; padding: 0; }
h3 { font-size: 137%; color: #333333; margin: 0 0 10px 0; padding: 0; font-weight:bold; }
h4 {font-size: 110%; color: #ff6600;  margin: 0 0 2px 0; padding: 0; font-weight:bold;  }
h5 { font-size: 88%; color: #888888; margin: 0 0 10px 0; padding: 0; font-weight:normal; }
h6 { font-size: 240%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0; font-weight:normal; }
h6 { font-size: 240%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0; font-weight:normal; }

.frame { 
	width:935px; 
	margin-left:auto; 
	margin-right:auto; 
	overflow:auto; 
	padding:0 5px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #333333; 
}

/* Rounded Corners*/

.roundedPanel
{	
	width:200px;	
	background-color:#F0F8FF;	
	font-weight:normal;	
}


/*Textbox Watermark*/
.unwatermarked {
	height:18px;
	width:148px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.unwatermarkedtext {
	height:18px;
	width:248px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
}

.watermarkedtext {
	height:20px;
	width:250px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.unwatermarkedbigtext {
	height:18px;
	width:398px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
}

.watermarkedbigtext {
	height:20px;
	width:400px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.unwatermarkedint {
	height:18px;
	width:48px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
}

.watermarkedint{
	height:20px;
	width:50px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.handleText
{
	width:20px;
	height:20px;
	background-image:url(~/images/HandleGrip.png);
	overflow: scroll;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

/* Footer */

	
.footerbrandbox	
{
	padding: 3px 3px 3px 3px;
	border-left: dotted 1px #F5F7F8;
	border-right: dotted 1px #F5F7F8;
	width: auto;
	margin: 0px 0px 0px 0px; 
	
	}	
/******************************************
NAVIGATION & BUTTONS
*******************************************/

/* Square dots list and orange active */
ul.dots li { list-style:none; background:url(~/images/list-dots.gif) center left no-repeat; margin:0 0 5px 0; padding:0 0 0 15px; }
ul.dots li.active a, ul.dots li.active a:visited { color:#ff7612; font-weight:bold; }

ul.nolist { margin: 0; padding: 0;}  
ul.nolist li { list-style:none;  padding:0 0 5px 0;}

.textnormalerror
{ 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold;
	color: red;
	text-align: left;
	vertical-align: top
}
.textnormal
{ 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal;
	text-align: left;
}

.textnavi
{ 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal;
	text-align: left;
}

.textnavi:hover
{ 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal;
	text-align: left;
	background-color:#F5F7F8;
}


/*Hover Menu*/
.popupMenu: {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
}

.popupHover {
	/*background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;*/
	background-color:#F5F7F8;
}

/*Textbox Watermark*/

.unwatermarkedmultiline {
	height:58px;
	width:398px;
	color:gray;

}

.watermarkedmultiline {
	height:60px;
	width:400px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.unwatermarkedsingleline {
	height:18px;
	width:398px;
	color:gray;

}

.watermarkedsingleline {
	height:20px;
	width:400px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.UpdateProgress1 {
      color: orange;
      font-size: 10px;  
	  font-family : Verdana, Helvetica, sans-serif;
}



#jq-header {
	height: 170px;
	padding: 0px 0px 0px 0px;
	width: 1024px;
}

.jq-headerspacer 
{
	height: 20px;
	padding: 2px 2px 2px 2px;
	background: #E6E9EB;
	border-bottom: dotted 1px gainsboro;
	border-top: dotted 1px gainsboro;
	width: 100%;
	margin: 0px 0px 0px 0px; 
}

.jq-headerspacer_shop 
{
	height: 20px;
	padding: 0px 0px 0px 0px;
	background: gainsboro;
	border-left: dotted 1px gainsboro;
	border-top: dotted 0px gainsboro;
	border-right: dotted 1px gainsboro;
	width: 100%;
	margin: 0px 0px 0px 0px; 
}

.jq-headerspacerfooter
{
	height: 20px;
	padding: 0px 0px 0px 0px;
	background: #E6E9EB;
	border-bottom: dotted 1px gainsboro;
	border-top: dotted 1px gainsboro;
	width: 100%;
	margin: 0px 0px 0px 0px; 
}


#jq-primaryNavigation {
float: right;
background: #E6E9EB ;
width: 500px;
margin: 0px 0px 0px 0px; 

}

#jq-primaryNavigation a {
float: left;
padding: 0 1em;
line-height: 15px;
color: #666666;
text-decoration: none;
margin-bottom: 2px;
}

#jq-primaryNavigation a:hover {
color: #fff;
border-bottom: 1px solid #4082ae;
margin-bottom: 0;
}
.jq-clearfix { content: "."; display:block; height:0; clear:both; visibility:hidden; }

.jq-clear { height:0; clear:both; }
