/* CSS Document for InItMedia website */
/* whole document*/
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000}
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#CC0000}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #000000}
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#0000CC}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FF0000; font-style:italic}
p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000;}
/* Header*/
#header {
height:140px;
width:auto;
}
/* Main Menu */
body {margin:25px; font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.chromestyle{
width: 99%;
font-weight: bold;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #494949;
padding: 4px 16px 4px 24px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg-over2.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
/* Sub Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#glowingtabs{
width:100%;
line-height:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
overflow: hidden;
border-top: 0px solid #7e9fff; /*Add border strip to bottom of menu*/
}
#glowingtabs ul{
float:left;
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}
#glowingtabs li{
display:inline;
margin:0;
padding:0;
}
#glowingtabs a{
float:left;
background:url(images/glowtab-left.gif) no-repeat left bottom;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}
#glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.gif) no-repeat right bottom;
padding: 2px 27px 4px 19px;
font-weight:bold;
color:#999999;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */
#glowingtabs a:hover span {
color:#CC0000;
}
#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -61px; /*Shift background image up to start of 2nd tab image*/
}
#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -61px; /*Shift background image up to start of 2nd tab image*/
color:#CC0000;
}
#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -61px; /*Shift background image up to start of 2nd tab image*/
}
#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -61px; /*Shift background image up to start of 2nd tab image*/
}
/* formval.css */
  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }
  .formtab TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top; font-size: 90%; }
/* checkboxes */
  .checkcl    { text-align: right; }
  .checkbox   { clear: right; float: right; margin: 0 0.5em; }
  .formtab2 TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top;  }
/* Links in content*/
.content a:link, .content a:visited, .content a:active {color: blue; text-decoration: none; display:inline;}
.content a:hover {text-decoration: underline; color: red;}
/* Content*/
#content {
padding-left:10px;
line-height:2;
margin-top:10px;
list-style-position:inside;
font-family:Verdana, Arial, Helvetica, sans-serif;
left: 5%;
text-align:left;
}
/* Footer*/
#footer {
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align:right;
vertical-align:middle;
font-size:11px;
font-weight:bold;
color:#000000;
}