/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  /*line-height: 170%;*/
  font-family: Verdana;
  font-size: 11px;
  color: #000;
}
/* Table */
table {
  font-size: 11px;
  font-family: Verdana;
  bgcolor: #FFFFFF
}

/*tr {
  height: 20px;
}*/

/*div {
  font-size: 12px;
  font-family:  Arial,Verdana;
}
*/
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.7em;

  font: 400 12px Arial,Verdana;
  color: #536C71;
  /*border-bottom: 12px solid #ddd;*/
}

h2 {
  font-size: 1.3em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
/*.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}
*/

/* Links */
a {
  text-decoration: none;
  font-family:Verdana;
  color: #CC0066; /* #026AB9; */
  font-size: 11px;
}

a:hover {
  color: #B90220; 
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Lists */


ol li {
  font-weight: bold;
  color: #668FA3;
}

/*ol li span {
  font-weight: normal;
  color: #444;
}
*/


/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
/*label {
  float: left;
  width: 25%;
  vertical-align: top;
}*/

input,
textarea,
select {
  padding: 1px;
  font: 400 11px Verdana;
  color: #000;
  background: #FFF;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 10px Verdana;
  font-weight:bold;
  cursor: pointer;
  color: #000; 
  background: #C0C0C0; 
  border-width: 1px;
  border-style: solid;
  border-color: #999;
}

input.radio {
  background: none;
  border: 0px;
}



A.menulink {
display: block;
width: 180px;
text-align: left;
text-decoration: none;
font-family:Verdana;
font-size:11px;
color:  #B90220;
}

A.menulink:hover {
font-family:Verdana;
font-size:11px;
color:  #FFFFFF;
background:  #66A7CE;
}


A.menutop {
display: block;
width: 90px;
text-align: center;
text-decoration: none;
font-family:Verdana;
font-size:11px;
color:  #FFFFFF;
}

A.menutop2 {
display: block;
width: 90px;
text-align: center;
text-decoration: none;
font-family:Verdana;
font-size:11px;
color:  #000000;
}

span.clock {
text-align: center;
text-decoration: none;
font-family: Verdana;
font-size:11px;
font-weight:bold;
color:  #FFFFFF;
}

A.menutop:hover {
font-family:Verdana;
font-size:11px;
color:  #0000FF;
background:  #C0E1FA;
}

#popitmenu{
position: absolute;
background-color: #B8C9F5;/*#F0F0FF; */
border:1px solid #6699CC; /*#FF99CC;*/
font: normal 11px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
width: 218px;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #0099FF;
color: #FFFFFF;
}

.main {
width:195px;
/*border:1px solid black;*/
}

.month {
background-color:#CCCCCC;
font:bold 11px Verdana;
color:blue;
}

.daysofweek {
background-color:#EEEEEE;
font:bold 11px Verdana;
color:black;
}

.days {
font-size: 11px;
font-family:Verdana;
color:black;
background-color: #EEEEEE;
/*padding: 1px;*/
}

.days #today{
font-weight: bold;
font-family:Verdana;
color: red;
}


#list_table {
    background: #FFFFFF;
	padding: 0;
	spacing: 1;
	border: 1;
	align: center;
}

td.list_table_formheader {
	padding: 1;
	spacing: 1;
	border: 0;
	font: bold 12px Verdana;
	color: #0000CC;
	background: url(../images/bg_tab.gif) repeat #CCCCCC;
	/*border:solid 1px #999; */
	text-align: left;
	height: 25;
}

td.list_table_pageheader {
	font: bold 14px Verdana;
	color: #000000;
	background: #ffffff;  
	text-align: center;
	padding: 0;
	height: 20;
}

td.list_table_header {
	font: bold 11px Verdana;
	color: #0000CC;
	background: url(../images/bg_tab.gif) repeat #CCCCCC;
	/*border:solid 1px #999; */
	text-align: center;
	height: 25;
}

#form_table_outer {
   background: #FFFFFF;
	padding: 0;
	spacing: 0;
	border: 0;
	align: center;
}

#form_table_inner {
   background: #C0E1FA;
	padding: 3;
	spacing: 0;
	border: 0;
	align: center;
}

td.form_table_header {
	font: bold 11px Verdana;
	color: #FFFFFF;
	background: #66A7CE url(../images/bg2.gif);
	text-align: left;
}

#ptjform_table_outer {
   background: #CCCCCC;
	padding: 1;
	spacing: 0;
	border: 0;
	align: center;
}

#ptjform_table_inner {
   background: #FFFFFF;
	padding: 0;
	spacing: 0;
	border: 0;
	align: center;
}

td.ptjform_table_header {
	font: bold 11px Verdana;
	color: #FFFFFF;
	background: #66A7CE url(../images/bg2.gif);
	text-align: left;
}

#imagelist{
position: relative;
background-color: #B8C9F5;/*#F0F0FF; */
border:1px solid #6699CC; /*#FF99CC;*/
font: normal 11px Verdana;
width: 300px;
line-height: 18px;
padding: 2px;
visible: none;
}

.floatright
{
float: right;
margin: 0 0 5px 5px;
border: none;
padding: 2px;
}

.menuOut {cursor:pointer; margin:1px; background: url(../images/menu_bg.gif) no-repeat #FFFFFF; color:#0000FF; width:200px; border:1px solid #CCCCCC; padding:2px; text-align:left; font-family:verdana; font-size:11px; }
.menuOver {cursor:pointer; margin:1px; background-color:#66A7CE; color:#ffffff; width:200px; border:1px solid #CCCCCC; padding:2px; text-align:left; font-family:verdana;font-size:11px; }
.submenu {width:195px;  font-family:verdana; font-size:11px; border:1px solid #CCCCCC}

.submenu ul{
margin: 2px 2px;
padding-left:15px;
background: #E8EEFA;
list-style-type: none;
width: 195px; /* Width of Menu Items */
}
	
.submenu ul li a {
color: #0000CC;
list-type: none;
text-decoration: none;
width: 180px;
border-bottom: solid 1px #CCCCCC;
}

.submenu ul li a:hover{
background-color: #66A7CE;
color: #FFFFFF;
}

.menuTop {cursor:pointer; margin:1px; background: url(image/menu_bg.gif) no-repeat #FFFFFF; border:1px solid #CCCCCC; color:#000000; width:200px; padding:2px; text-align:left; font-family:verdana; font-size:12px; }

td.toolbar_select {
 border-right:solid 1px #999999; 
 background:#E8EFFC;
 border-top:solid 1px #999999; 
 border-left:solid 1px #999999; 
}

td.toolbar_select_middle {
 border-right:solid 1px #999999; 
 background:#E8EFFC;
 border-top:solid 1px #999999; 
}

td.toolbar_normal {
  border-bottom:solid 1px #999999; 
  background: #FFFFFF;
  border-right:solid 1px #999999; 
  border-top:solid 1px #999999;
  background: url(../images/bg_tab.gif) repeat;
}

td.toolbar_normal_first {
  border-bottom:solid 1px #999999; 
  background: #FFFFFF;
  border-right:solid 1px #999999; 
  border-left:solid 1px #999999; 
  background: url(../images/bg_tab.gif) repeat;
  border-top:solid 1px #999999;
}

.tab_panel {
 /*border-top:solid 1px #999999;*/ 
 border-right:solid 1px #999999; 
 border-left:solid 1px #999999; 
 border-bottom:solid 1px #999999; 
 background:#E8EFFC;
 font: bold 10px Verdana;
 color: #000000;

}

.rb_survey {
 border:none; 
 background:#E8EFFC;
}
.form_header {
  background: url(../images/form_header.gif) repeat #FFFFFF;
  height:30px;
  border-top:solid 1px #7FCBF9;
  border-bottom:solid 1px #7FCBF9;
  border-left:solid 2px #7FCBF9;
  border-right:solid 2px #7FCBF9;
  /*background-color: #4593C0;*/
  font-size:14px;
  font-weight:bold;
  /* color:#1B2EBF; */
   color:#D7441F; 

}	

.form_label {
 font-weight: bold;
 background-color:#CFE6FB;
 padding:2;
 height: 25px;
 color:#000000;
 border-top:solid 1px #E8EFFC;
 border-bottom:solid 1px #E8EFFC;
}
.form_label2 {
 font-weight: bold;
 background-color:#E8EFFC;
 padding:2;
 height: 25px;
 color:#009900;
 border-top:solid 1px #E8EFFC;
 border-bottom:solid 1px #E8EFFC;
}

.form_readonly {
 font-weight: bold;
 color:#0000CC;
  padding:2;
  height: 25px;
}

