/* HTML TAGS */


/* IDs */
.point {
	cursor:pointer;
}
#GGsForm fieldset{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0.5em 0.5em 0.5em;
	border: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
color: #666666;
}

#GGsForm fieldset.radio{
	margin: 0.5em 0 2em 0;  /* top right bottom left */
	border:solid 0 transparent;
}

#GGsForm fieldset.radio input{
	clear: both;
	float: left;
	width: auto; /* was auto */
}

#GGsForm fieldset.radio label{
	/*font-weight: bold;*/
	width: 145px; /* was 14em*/
}

#GGsForm input{
	display: block;
	/*width: 15em;*/
	font-size: 1em;
}
#GGsForm textarea{
	display: block;
	/*width: 15em;*/
	/*font: 80%;*/
	font-family:Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
	font-size: 105%;
	white-space: pre;
}

#GGsForm input.submit{
	/*clear: both;*/

}

#GGsForm label {
	float: left;
	display: block;
	margin: 6px 0  0; 
/*	margin: 1em 1em 0 0;  130809 to tidy review form*/
	/*font-weight: bold;*/
	font-size: 85%;
font-weight: bold;
	font-variant: small-caps;
}

#GGsForm select{
/*	display: block;*/
	font-size: 1em;
}

#GGsForm label.first{
	padding-top: 1em;
}

#GGsSignIn fieldset{
	float: left;
	display: block;
	width: 12em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #CCCCCC;
	/*border-top: 1px solid #000000; */
		font-size: 70%;
}

#GGsSignIn fieldset.radio{
	margin: 1em 0 2em 0;
}

#GGsSignIn fieldset.radio input{
	clear: both;
	float: left;
	width: auto; /* was auto */
}

#GGsSignIn input{
	display: block;
	/*width: 15em;*/
	/*font: 80%;*/
}


#GGsSignIn input.submit
{
	/*clear: both;*/
}

#GGsSignIn label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;

}

#GGsSignIn select
{
/*	display: block;*/
}

#GGsSignIn label.first
{
	padding-top: 1em;
}
/* from mib margin form */
#adminForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

#adminForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#adminForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#adminForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#adminForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#adminForm input
{
	position: relative;
	top: -1.4em;
	left: 9em;
	display: block;
}

#adminForm input.submit
{
	clear: both;
	top: 0;
}

#adminForm label
{
	clear: left;
	float: left;
	display: block;
	width: 9em;
	margin-top: -1em;
	font-weight: bold;
}

#adminForm label.first
{
	margin-top: 1em;
}

#adminForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}
.divider
{
	display: block;
	margin: 1em 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #b7b7b7;
	padding: 0 0 0 0;

}
/* Tables */
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	/*border: 1px solid #963;*/
	height: 800px;
	overflow: auto;
	width: 756px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 756px;
}
/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 740px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 756px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block;
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%;
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 200px;
}

html>body thead.fixedHeader th + th {
	width: 240px;
}

html>body thead.fixedHeader th + th + th {
	width: 316px;
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 200px;
}

html>body tbody.scrollContent td + td {
	width: 240px;
}

html>body tbody.scrollContent td + td + td {
	width: 300px;
}
/* CLASSES */
.clearer
{
	clear: both;
	height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}
#priority
{
	position: absolute;
	z-index: 600;
}
#interests
{
	position: absolute;
	z-index: 200;
}
.left
{
	float: left;
}

.right
{
	float: right;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-right: 2px;
}
.columns
{
	float: left;
	display: block;
	width: 14em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;

}
input.btnOval
{
   font-size:80%;
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   color:#000000;
   width:107px;
   height:19px;
   background-image:url(back06a.gif);
   border-style:none;
}
input.btn
{
   font-size:100%;
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   height:26px;
   background-color:#779999;
   background-image:url(back03.gif);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
}
button.btn
{
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   height:26px;
/*   background-color:#779999;
   background-image:url(back03.gif);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;*/
}
.mybutton {
	
	border: 1px solid #c0c0c0; 
	border-bottom: 1px solid #9b9b9b; 
	padding: 0.1em 0.2em 0.2em 0.2em; 
	background: #fff url(../../include/js/dojotoolkit/dijit/themes/tundra/images/buttonEnabled.png) repeat-x bottom left;
	font-size: 16px;
}
.dojoxScrollWindow {
	position:relative;
	overflow:hidden;
}

.dojoxScrollHelper .helperInner {
	visibility: hidden;
}

.dojoxScrollHelper {
	border:1px solid #b7b7b7;
	width:4px;
	background:#ededed;
	height:4px;
	position:absolute;
	top:4px;
	left:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.dojoxScrollWrapper {
	border: 0;
}
  table.fooBar td {
   /* width:50px; */
    border-right:1px solid #b7b7b7;
    padding: 0 5px 2px 5px;
   cursor:pointer;
   font-size: 95%;
  }
  .foo { float:left; }
  #vertList li {
   cursor:pointer;
	 }
.foo { float:left; }
    p.special { width:800px; }
table.inner td {
   /* width:50px; */
   border-right: none;
    padding:1px;
   cursor:pointer;
  }
table.inner img {
	max-height:125px;
	max-width:auto;
}
table.inner h3 {
font-size:105%;
font-weight:bold;
line-height:1.5em;
margin-bottom:0;
margin-top:0.5em;
text-align: center;
color: #04aae1;
}
.top {
	height: 45px;
	vertical-align: top;
}
#altStyle .dojoxScrollHelper {
     -moz-border-radius:3pt;
       background:#b7cdee;
       border:1px solid #fd9930;
        width:3px;
}
img.srch {
padding: 6px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
display:block;
margin-left:auto;
margin-right:auto;
}
.occsFieldset{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0.5em 0.5em 0.5em;
	border: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
color: #666666;
}
