@charset "utf-8";
body {
	background: #FFF;
	color: #333;
	font: 14px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
	margin: 0;
	}

/* ~~ Basic selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #333;
}

/*Primary Navigation selectors*/
.PrimaryNav {
	height: 26px;
	width: 1000px;
	color: #000;
	text-align: right;
	padding-top: 12px;
	white-space: pre;
	margin-right: Auto;
	margin-bottom: 0;
	margin-left: Auto;
}
.PrimaryNav a, .PrimaryNav a:link {
	text-decoration: none;
	color: #000;
}
.PrimaryNav a:visited, .PrimaryNav a:hover, .PrimaryNav a:active {
	text-decoration: none;
	color: #33C;
}

#partnername {
	color:#FFF;
	font-size: 200%;
	position: relative;
	width: 600px;
	bottom: 24px;
	left: 50px;
}
.headerInner {
	margin: 0;
	padding: 0;
	position: relative;
	left: 800px;
	bottom: 60px;
	height: 60px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	width: 200px;
}

#username {
	color: #FFF;
	font-size: 85.7%;
	list-style-type: none;
	text-align: right;
	margin-right:15px;
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
	/* [disabled]position: relative; */
	/* [disabled]left: 300px; */
	/* [disabled]bottom: 40px; */
}
#signin {
	color: #FFF;
	font-size: 85.7%;
	list-style-type: none;
	text-align: right;
	margin-right: 15px;
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
	/* [disabled]position: relative; */
	/* [disabled]left: 331px; */
	/* [disabled]bottom: 20px; */
}

/*#signin li {
	 [disabled]float: left; 
	 [disabled]margin: 0; 
}*/

#signin .first {
	border-right: 1px solid #82C2E0;
	margin-right: 12px;
	padding-right: 12px;
}

#signin a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #248FC3;
}

#signin .username {
	font-weight: bold;
}

/*horizontal Navigation selectors*/
#hnav {
	_height: 65px; /* IE6 fix */
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#hnav li {
	display: inline;
}

#hnav a {
	color: #666;
	float: left;
	font-size: 107.1%;
	line-height: 23px;
	margin-right: 15px;
	text-shadow: 0 1px 0 #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-decoration: none;
}

#hnav a:hover {
	color: #33C;
	text-decoration: none;
	border-bottom: 3px solid #33C;
}

#hnav a:active {
	position: relative;
	top: 1px;
}

#hnav .here a,
#hnav .here a:hover {
	border-bottom: 3px solid #AAA;
	color: #000;
}

#hnav .here a:active {
	padding-bottom: 7px;
}

/*Group Page Link for the Left Navigation section*/
.leftnavgrouppage {
	font-size: 120%;
	line-height: 2;
	text-decoration:none;
	color: #666;
}

.leftnavgrouppage a{
	text-decoration: none;
}

.leftnavgrouppage a, .leftnavgrouppage a:visited, .leftnavgrouppage a:link {
	text-decoration: none;
	color:#000;
}

a img { 
	border: none;
}

a:link {
	text-decoration: underline; 
	color: #33C;
}

a:visited {
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

leftImage {
	margin-right: 0px;
	margin-left: 0px;
}

.dialogButton {
	padding: .2em 1.7em .2em 1.7em;
	width: 80px;
}
.hnavContainer {
	line-height: 23px;
	/* [disabled]margin-top: 5px; */
	margin-bottom: 10px;
	height: 45px;
	background-image: url(Graphics/bg3.gif);
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
/*	width: 1000px;   */
	background: #FFF;
	padding-left: 15px;
	margin: 0; /* the auto value on the sides, coupled with the width, centers the layout */
	/* margin: 0 auto;  the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	background-color: #455A99;
	height: 74px;
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	background-color: #FFF;
}
.content {
	width: 780px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.widecontent {
    float: left;
    width: 1520px;
    padding: 0 0 10px;
}
.testsimulatorcontainer {
    padding-left: 15px;
}
/* Breadcrumbs         --------------------------------------------------- */

#breadcrumbs {
	color: #888;
	font-size: 85.7%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 15px;
}
#breadcrumbs a {
	color: #33C;
}

#h2left {
	padding-left: 5px;
}

/* Shadowbox
--------------------------------------------------- */

.shadowbox {
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 5px #DDD;
	-webkit-box-shadow: inset 0 0 5px #DDD;
	box-shadow: inset 0 0 5px #DDD;
	float: left;
	clear: both;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1.5em;
	margin-left: 1em;
}

.shadowbox-inner {
	padding-top: 20px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 19px;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}

ul.supportPage {
	padding-top: 0;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 0px !important;
}
table.supportPage {
	border: none;
	width : 700px
}


/* ~~ Left side navigation selectors ~~ */
ul.leftnav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	color: #666;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BBB;
}
ul.leftnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}
.leftnav .here a,
.leftnav .here a:hover
{
	background: #F7F7F7;
	color: #000;
	font-weight: bold;
}
ul.leftnav a { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	/* [disabled]width: 200px; */  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	/* [disabled]background-color: #FFF; */
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.leftnav a:hover, ul.leftnav a:active, ul.leftnav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #33C;
	background-color: #FFF;
}

/* ~~ The footer ~~ */
/*.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	/*clear: both;*/ /* this clear property forces the .container to understand where the columns end and contain them *
	/*background-color: #D1E0FF;
}*/

.footer {
	height: 66px;
	width: 1000px;
	font-size: 90%;
	color: #000;
	text-align: center;
	padding-top: 12px;
	white-space: pre;
	margin-right: Auto;
	margin-bottom: 0;
	margin-left: Auto;
	position: relative;
	clear: both;
}
.footer a, .footer a:link {
	text-decoration: none;
	color: #000;
}
.footer a:visited, .footer a:hover, .footer a:active {
	text-decoration: none;
	color: #33C;
}


/* ~~ miscellaneous float/clear classes  ~~ */

/*Not yet used*/
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.meta {
	color: #666;
	font-size: 85.7%;
}

/* FORMS
======================================================================= */

form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0px;
}

.callout form {
	margin: 0;
}

fieldset {
	/* [disabled]border: none; */
	/* [disabled]padding-top: 0; */
	/* [disabled]padding-right: 0; */
	/* [disabled]padding-bottom: 0; */
	/* [disabled]padding-left: 0px; */
	/* [disabled]left: -20px; */
	/* [disabled]margin-top: 0; */
	/* [disabled]margin-right: 0; */
	/* [disabled]margin-bottom: 0; */
	/* [disabled]margin-left: -20; */
}

legend {
	display: none;
}

/* Labels
--------------------------------------------------- */

label {
	display: block;
	font-size: 85.7%;
	font-weight: bold;
	padding-bottom: 2px;
}

label.invalid {
	color: #DF0000;
	font-weight: normal;
}

.choices label {
	display: inline;
	font-weight: normal;
}

label.small 
{
    font-size: 75%;
    font-weight: bold;
    color: Red;
}

/* Inputs and Textareas
--------------------------------------------------- */
input[type=texttiny],
input.texttiny
{
 border: 1px solid;
 border-color: #7C7C7C #C3C3C3 #DDD;
 font-family: inherit;
 font-size: inherit;
 margin: 0;
 padding: 2px 0 2px 3px;
 width: 80px;
 -moz-transition: border-color 0.2s linear;
 -webkit-transition: border-color 0.2s linear;
 transition: border-color 0.2s linear;
}
input[type=textsmall],
input.textsmall
{
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0 2px 3px;
	width: 127px;
	-moz-transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
input[type=textmed],
input.textmed
{
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0 2px 3px;
	width: 180px;
	-moz-transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
input[type=textlarge],
input.textlarge
{
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0 2px 3px;
	width: 257px;
	-moz-transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
input[type=password],
input[type=text],
input.text,
textarea {
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0 2px 3px;
	width: 268px;
	-moz-transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
* html input.text,
* html textarea {
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0 2px 3px;
	width: 268px;
}

input[type=password]:focus,
input[type=text]:focus,
input.text:focus,
textarea:focus {
	border-color: #666;
}
* html input.text:focus,
* html textarea:focus { border-color: #666; }

input[type=checkbox],
input[type=radio] {
	position: relative;
	top: 0.143em;
}

.buttons input {
    padding: 0.3em 1em;
    background-color :#7FBFFF;

	

	border: 1px solid #7FBFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 93%;
    width: 80px;
    margin-left: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#7FBFFF');/*For IE7-8-9*/ 
    background-image: -moz-linear-gradient(#FFFFFF, #7FBFFF);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(127,191,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(#FFFFFF,#7FBFFF); /* IE10+ */
    }
/* Layout
--------------------------------------------------- */

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form li {
	margin: 0 0 1em;
}

form .hrule {
	border-bottom: 1px solid #DDD;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

/* Layout: Sidelabel
--------------------------------------------------- */

.sidelabel label {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	width: 150px;
}

.sidelabel .buttons,
.sidelabel .choices,
.sidelabel label.invalid {
	padding-left: 160px;
}

.sidelabel label.invalid {
	float: none;
	margin-right: 0;
	text-align: left;
	width: auto;
}

.sidelabel .choices label {
	float: none;
	margin-right: 0;
}

.sidelabel .choices label.invalid {
	display: block;
	padding-left: 0;
}

/* Layout: Form3col
--------------------------------------------------- */

.form3col ul {
	overflow: hidden;
	width: 100%; /* IE6 fix */
}

.form3col li {
	float: left;
	height: 4em;
	margin: 0;
	padding: 0 10px 0 0;
	width: 31%;
}

.form3col input.text,
.form3col select {
	width: 98%;
}

.form3col .buttons {
	margin-top: 0.5em;
}
/* Fixed
--------------------------------------------------- */
#main:after, .group:after,
.grid2col:after, .grid3col:after, .grid4col:after,
.grid2col-fluid:after, .grid3col-fluid:after, .grid4col-fluid:after,
.grid2col-boxed:after, .grid3col-boxed:after,
.grid4col-boxed:after, .grid4col-boxes:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#main, .group,
.grid2col, .grid3col, .grid4col,
.grid2col-fluid, .grid3col-fluid, .grid4col-fluid,
.grid2col-boxed, .grid3col-boxed,
.grid4col-boxed, .grid4col-boxes {
	zoom: 1; /* IE6, IE7 fix */
}

.col {
	float: left;
	_overflow-x: hidden; /* IE6 fix */
}

.col-first {
	clear: both;
}

.grid2col .col { margin-right: 3px; width: 49.5%; }

.grid2col .col-last {
	/* [disabled]margin-right: 0; */
}
/*beginning of added changes 1*/
.shadowboxform {
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 5px #DDD;
	-webkit-box-shadow: inset 0 0 5px #DDD;
	box-shadow: inset 0 0 5px #DDD;
	float: left;
	clear: both;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	width: 780px;
}

.shadowboxform-inner {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 10px;
}

ul#contentlist,
ul#contentlist li {
	margin: 0;
	padding: 0;
}
ul#contentlist li {
	display: inline-block;
	width: 200px;
	min-height: 40px;
	vertical-align: top;
}

formlabel {
	width: 150px;
}
formlabelheading {
	width: 200px;
	font-size: 140%;
}
formlabelheading2 {
	font-size: 115%;
	line-height: 1.5em;
}
formlabeldropdown {
	width: 300px;
	left: 10px;
	margin-left: 76px;
	margin-right: 19px;
}
.formlabel {
	width: 150px;
}
.formlabelheading {
	width: 200px;
	font-size: 140%;
}
.formlabelheading2 {
	font-size: 115%;
	line-height: 1.5em;
}
.formlabeldropdown {
	width: 300px;
	left: 10px;
	margin-left: 76px;
	margin-right: 19px;
}

#formp {
	width: 600px;
	margin-left: 10px;
	/* [disabled]color: #333; */
	margin-bottom: 0px;
}

.formfieldcheckbox {
	width: 17px;
}

.formfield{
    width: 100px;
}

.buttonsright {
	float: right;
	margin-right: 10px;
}
.buttonsleft {
	float: left;
	margin-right: 10px;
}
.groupcontents {
	margin-left: 25px;
	padding-right: 40px;
	font-size: 12px;
}
.groupcontents2 {
	margin-left: 25px;	
}

/*tab selectors */
#tabheader {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	background-color: #DAE0D2;
	background-image: url(Graphics/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#tabheader ul {
    margin:0;
	padding:10px 10px 0;
    list-style:none;
    }
#tabheader li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(Graphics/norm_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tabheader a {
	float:left;
	display:block;
	padding:5px 15px 4px;
	background-image: url(Graphics/norm_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	/* [disabled]font-weight:bold; */
	color:#000000;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #tabheader a {float:none;}
  /* End IE5-Mac hack */
  
#tabheader a:hover {
      color:#2A1FAA;
}
#tabheader #current {
	background-image:url(Graphics/norm_right_on.gif);
}

#tabheader #current a {
	background-image:url(Graphics/norm_left_on.gif);
	padding-bottom:5px;
    color:#000000;
}

.messagetabheader {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	background-color: #DAE0D2;
	background-image: url(Graphics/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.messagetabheader ul {
    margin:0;
	/*padding:10px 10px 0;*/
    list-style:none;
    }
.messagetabheader li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(Graphics/norm_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.messagetabheader a {
	float:left;
	display:block;
	padding:5px 10px 4px;
	background-image: url(Graphics/norm_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	/* [disabled]font-weight:bold; */
	color:#000000;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.messagetabheader a {float:none;}
  /* End IE5-Mac hack */
  
.messagetabheader a:hover {
      color:#2A1FAA;
}
.messagetabheader #current {
	background-image:url(Graphics/norm_right_on.gif);
}

.messagetabheader #current a {
	background-image:url(Graphics/norm_left_on.gif);
	padding-bottom:5px;
    color:#000000;
}

.tabbox {
	float: left;
	width: 750px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-color: #2A58CC;
	clear: both;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2A58CC;
	border-bottom-color: #2A58CC;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	/* [disabled]margin-right: 2px; */
}

.buttonslistbox input {
    padding: 0.3em 1em;
    background-color :#7FBFFF;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(127,191,255,1) 100%); /* Chrome10+,Safari5.1+ */
	border: 1px solid #7FBFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 93%;
    width: 80px;
    margin-right: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#7FBFFF');/*For IE7-8-9*/ 
    background-image: -moz-linear-gradient(#FFFFFF, #7FBFFF);
}

form.example .buttonslistbox input {
    background-color: #7FBFFF;
    background-image: -moz-linear-gradient(#FFFFFF, #7FBFFF);
    border: 1px solid #7FBFFF;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 93%;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(127,191,255,1) 100%); /* Chrome10+,Safari5.1+ */
    margin-right: 2px;
    padding: 0.3em 1em;
    width: 80px;
}

.buttonslistboxgroup {
	margin-top: 5px;
	margin-left: 155px;
}
.buttonslistboxgroup2 {
	margin-top: 5px;
	margin-left: 10px;
}
.supportsection {
	padding-left: 15px;
}
.partnersection {
}
.error li 
{
    color:Red;
    margin-bottom: 0px;
    font-weight: bold;
}
.error 
{
    color:Red;
    font-weight: bold;
}

.errorNoBullet {
	color: Red;
	margin-bottom: 0px;
	font-weight: bold;
}

.errorNoBullet ul {
	list-style-type: none;
	font-weight: bold;
}

/* end of tab section */

/*end of added changes 1*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.testind {
	color: #FFF;
	float: right;
	font-size: 107.1%;
	line-height: 23px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #A00;
}

.grayedOut
{
    background-color: #cccccc;
}
.dashboardcontainer {
 padding-left: 15px;
 width:1630px;
}
.webGrid
{
    border: 1px;
    border-style: solid;
    border-width: 1px;    
    text-align: left;
    width: 380px;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
	font:"Helvetica Neue",Arial,Helvetica,sans-serif;
}
.webGridWide
{
    border: 1px;
    border-style: solid;
    border-width: 1px;    
    text-align: left;
    width: 760px;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
	font:"Helvetica Neue",Arial,Helvetica,sans-serif;
}
.webGridHeader
{
     text-align: left;
     color: #000000;     
}

.webGridRowStyle          
{   
    margin: 0;
    padding: 0;
    height: 8px;
    font-family: Helvetica;
	font:"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.fixedwidth {
    font-family: Helvetica;
	font:"Helvetica Neue",Arial,Helvetica,sans-serif;
	}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
form.example input {
	background: Url("Graphics/Text Box.jpg") no-repeat 0;
	border: none;
	width: 260px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

form.example input:focus {
	background-color: transparent;
}

form.example div.fileinputs {
	position: relative;
	height: 34px;
	width: 330px;
}

form.example input.file {
	width: 330px;
	margin: 0;
}

form.example input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.example div.fakefile {
	position: absolute;
	/* [disabled]height: 30px; */
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

form.example div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}
reqfield {
	color:#F00;
}
.reqfield {
	color:#F00;
}
.treegroup {
	width: 745px;  
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
/*	overflow: scroll; */
}
.tablegrid {
	width: 1520px;  /* auto? */
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.tablegrid2 {
	width: 740px;  /* auto? */
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.actiongroup {
	width: 750px;  
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height:12px;
	font-size:12px;
}

.xmlverb-default  {
    color: #333333; 
    background-color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-small;
}
.xmlverb-element-name     { color: #990000 }
.xmlverb-element-nsprefix { color: #666600 }
.xmlverb-attr-name        { color: #660000 }
.xmlverb-attr-content     { color: #000099; font-weight: bold }
.xmlverb-ns-name          { color: #666600 }
.xmlverb-ns-uri           { color: #330099 }
.xmlverb-text             { color: #000000; font-weight: bold }
.xmlverb-comment          { color: #006600; font-style: italic }
.xmlverb-pi-name          { color: #006600; font-style: italic }
.xmlverb-pi-content       { color: #006666; font-style: italic }

.searchheader {
 float: left;
}
.searchleft {
 float: left;
 width:1150px;
}.searchright {
 float: left;
 width:350px;
 margin-top:30px;
}
.buttonslarge input {
    padding: 0.3em 1em;
    background-color :#7FBFFF;

	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(127,191,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(#FFFFFF,#7FBFFF); /* IE10+ */
	border: 1px solid #7FBFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 130%;
    width: 130px;
    margin-left: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#7FBFFF');/*For IE7-8-9*/ 
    background-image: -moz-linear-gradient(#FFFFFF, #7FBFFF);
    
    }
 
 .rocbuttonsgreenlarge input {
    padding: 0.3em 1em;
    background-color :#DB0202;

    border : 1px solid #008040;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    font-size: 130%;
    width: 130px;
    margin-left: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#008040');/*For IE7-8-9*/
    background-image: -moz-linear-gradient(#FFFFFF, #008040);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,128,64,1) 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(#FFFFFF,#008040); /* IE10+ */
    }
    
 .rocbuttonsredlarge input {
    padding: 0.3em 1em;
    background-color: #DB0202;
    border: 1px solid #AA00000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 130%;
    width: 130px;
    margin-left: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#DB0202');/*For IE7-8-9*/
    background-image: -moz-linear-gradient(#FFFFFF, #DB0202);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,2,2,1) 100%);/* Chrome10+,Safari5.1+ */
    background: linear-gradient(#F00,#A00); /* IE10+ */
}
    
.searchInput::-ms-clear {
    display: none;
}

#ui-datepicker-div { display: none; }

.logindetailsbox {
	background:#D3D3D3;	
	background: -moz-linear-gradient(#E2E4E4, #D3D3D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#E2E4E4), to(#D3D3D3));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E2E4E4', endColorstr='#D3D3D3');/*For IE7-8-9*/
	background: -ms-linear-gradient(top, rgba(226,228,228,1) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(226,228,228,1) 0%,rgba(211,211,211,1) 100%); /* W3C */ 
	border: 1px solid #D3D3D3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 5px #D3D3D3;
	-webkit-box-shadow: inset 0 0 5px #D3D3D3;
	box-shadow: inset 0 0 5px #D3d3d3;
	float: left;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;	
}

.logindetailsbox-inner {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.boldrow td 
{
    font-weight : bold !important
}

.normalrow td 
{
    font-weight : normal !important
}

ul.leftnav a.supportonly {
     color: dodgerblue;
}
ul.leftnav a.supportonly:hover {
    color: #33c;
}

.supportonly {
     color: dodgerblue;
}


#solutionsGrid #gbox_solutionList #gview_solutionList .ui-state-default {
    background: #68c4ff none repeat scroll 0 0;
    color: black;
}
#notesGrid #gbox_notesList #gview_notesList .ui-state-default {
background: yellow;
color: black;

}
#ErrorSummaryGrid #gbox_ErrorSummaryList #gview_ErrorSummaryList .ui-state-default {
    background: red;
    color: white;
}

details {border: 1px solid #E1E1E1; border-radius: 5px; box-shadow: 0 1px 4px rgba(0, 0, 0, .4); color: #363636; margin: 0 8px .4em 0px; padding: 1%; }
/* details[open] {background: #E1E1E1;}  */
summary {border-radius: 5px; cursor: pointer; font-size: 16px; font-weight: bold; margin: -1%; padding: 4px 0 3px; position: relative; width: 102%;list-style:none;}
/*  background: -webkit-linear-gradient(top, #FAFAFA 50%, #E1E1E1 50%);   */
summary:hover, details[open] summary {background: #E1E1E1;}
summary::-webkit-details-marker {display: none}
summary:before{border-radius: 5px; content: "+"; color: #363636; display: block; float: left; font-size: 16px; font-weight: bold; margin: 0px 10px 0 10px; padding: 0; text-align: center; width: 20px;}
details[open] summary:before {content: "-"; margin-top: 0px;}

.submit-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 6em;
  padding-top: 2.3em;
  /* The following rules are the
     ones most likely to change */
  width: 20em;
  /* Set 'margin-left' to a negative number
     that is 1/2 of 'width' */
  margin-left: -10em;
  padding-left: 2.1em;
  background-color: Gray;
  color: white;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
  -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
  -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}


