/* 
Document   : style.css
Created on : Aug 31, 2009, 2:27:18 AM
Author     : Owner
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.textLabel{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;}
.title{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;

}

#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 10px;
}

#inputArea input[type="text"], #inputArea textarea, #inputArea select, #inputArea input[type="password"],#inputArea input[type="submit"]
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
}
.activeField
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}
.idle
{
    border: solid 1px #85b1de;
    background-image: url( 'images/blue_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

BODY
{

    margin-top:0px;
}

#main
{
    margin:0px 10% 0px 10%;
    height:auto;
    background-color:#CCCCCC;
    border:1px solid #666666;
}
#header{
    /*position:relative;*/
    height:60px;
    width:100%;
    background-color:#E3E3E3;
    color:#003366;
    font-family: Tahoma;
    font-size: 13px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
}

#menu{
    background-color:#666666;
}
.button{
    background:#999999;
    padding:2px 4px 2px 4px;
    font-family: Tahoma;
    color:black;
    font-size: 11px;
    font-weight:bold;
    margin-left:1px;

}

#ClientSelection
{
    font-family:Tahoma;
    font-weight:bold;
    font-size:11px;
    background-color:#FFCC00;
}

.lightoff
{
   background-color:#000000;
    opacity: 0.75;
    -moz-opacity:0.70;
    -khtml-opacity:0.70;
    filter:alpha(opacity=70);

}

.error
{
    color:RED;
}


.formstyle{
	border: thin solid #666666;
	border-width: 1px;
	/*background: url('/ReportManager/images/css_gradient.gif') 0% 0% repeat-x;*/
	font-family: Calibri;
	font-size: 10px;

}


#mainmenu{
    /*position:relative;*/
    height:22px;
    width:100%;
    background-image:url('/ReportManager/images/headermenu_bg.gif');
    background-repeat:repeat-x;
}

#mainmenu ul
{
  margin:0;
  padding:0;
  list-style:none;
    
}

#mainmenu li
{
 font-family:Tahoma;
 font-weight:bold;
 font-size:11px;
 background-color:#666666;
 float:left;
 margin:2px 2px 2px 2px;
 padding:2px 2px 2px 2px;
}

#mainmenu a:link
{
 color:#FFFFFF;
 text-decoration:none;
}

#mainmenu a:visited
{
color:#FFFFFF;
text-decoration:none;
}
#mainmenu a:hover
{
color:#FFCC00;
text-decoration:underline;
}

#mainmenu a:active
{
color:#FFFFFF;
text-decoration:underline;
}

.activated
{
font-size:12px;
font-family: Calibri;
background-color:#E9EFF5;
}

.notactivated
{
font-size:12px;
font-family: Calibri;
background-color:#FFEDA6;
}

.disabled
{
font-size:12px;
font-family: Calibri;
background-color:#FFBBBB;
}


.tableheader
{
font-size:13px;
font-weight:bold;
font-family: Calibri;
color:#FFFFFF;
height:25px;
background-color:#666666;
}

.superscript{
    color:RED;
    font-weight:bold;
    font-size:xx-small;
    vertical-align:top;
}