/**********************************
* Setting up basic HTML elements *
**********************************/
*
{
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}

body
{
font-size: 12px;
text-align: center;
background-color: #F1EFE2;
color: #484848;
}

input, select, textarea
{
padding: 4px;
margin: 4px;
color: #484848;
background: #fff url('/images/input.png') repeat-x top left;
border: 1px solid #CCCCCC;
border-top-color: #BDBDBD;
border-bottom-color: #DDDDDD;
font-size: 12px;
}

.radinputbox
{
margin: 2px !important;
border: solid 1px #CCCCCC !important;
color: #484848 !important;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

/* IE fix */
input[type="checkbox"], input[type="radio"], input[type="image"]
{
border: 0px;
background: none;
}

input[type="submit"]
{
cursor: pointer;
}

table, td
{
font-size: 12px;
border: 0px;
}

img
{
vertical-align: middle;
border: 0px;
}

h1
{
font-size: 20px; /*background-color: #ECF1FE;*/
padding: 3px;
color: #606060;
font-family: Trebuchet MS;
margin: 2px;
}

h2
{
font-size: 18px; /*background-color: #EFEFEF;*/
padding: 2px;
color: #606060;
font-family: Trebuchet MS;
margin: 2px;
}

h3
{
font-size: 16px; /*background-color: #EFEFEF;*/
padding: 2px;
color: #606060;
font-family: Trebuchet MS;
margin: 2px;
}

a
{
text-decoration: none;
color: #404040;
}

a:hover
{
text-decoration: underline;
}

/********************************
* Setting up basic css classes *
********************************/

.clear
{
clear: both;
}

.item_wrapper
{
margin: 10px;
}

.item_content
{
padding-top: 5px;
margin-top: 5px;
}

.message
{
padding: 10px;
margin: 4px;
}

.success
{
border: solid 2px #366F47;
background-color: #ABD3B8;
color: #0B5723;
}

.error
{
border: solid 2px #CB0000;
background-color: #E78282;
color: #8F0D0D;
}

.warning
{
border: solid 2px #D5D700;
background-color: #EEEFA8;
color: #727327;
}

.notification
{
border: solid 2px #004175;
background-color: #77B7E7;
color: #23465F;
}

.validator
{
color: #8F0D0D;
}

.small_info
{
font-style: italic;
}

h1 span
{
color:#808080;
font-size:16px;
font-weight:normal;
}

/*********************************
* Setting up structure elements *
*********************************/

#wrapper
{
background: #fff url(/images/content-right.png) 100% 0 repeat-y;
padding-right: 10px;
}

#wrapper2
{
background: #fff url(/images/content-left.png) repeat-y;
padding-left: 10px;
}

#header
{
height: 100px;
vertical-align: bottom;
}

#middler
{
clear: both;
min-height: 500px;
text-align: left;
}

#footer
{
background: url("/images/footer-bg.png") repeat-x scroll 0 0 #F1EFE2;
border: 0 none;
color: #999999;
height: 40px;
margin-left: -10px;
margin-right: -10px;
margin-top: -4px;
padding: 0;
text-align: right;
}

#footer .bgl
{
background: url("/images/footer-left.png") no-repeat scroll 0 0 transparent;
height: 40px;
}

#footer .bgr
{
background: url("/images/footer-right.png") no-repeat scroll 100% 0 transparent;
height: 40px;
padding-top: 22px;
padding-right: 30px;
}


/*******************************
* Setting up #header elements *
*******************************/

#top_strip
{
clear: both;
height: 20px;
padding-bottom: 2px;
background-color: #2C4056;
}

#user_options_menu
{
float: right;
padding: 0 10px 0 0;
}

#user_options_menu li
{
float: left;
padding: 1px 3px 0px 3px;
margin: 1px 5px 0 5px;
list-style-type: none;
color: #CCCCCC;
}

#user_options_menu li a
{
color: #CCCCCC;
}

#bottom_strip
{
clear: both;
height: 70px;
background-color: #507AAA;
color: #FFFFFF;
}

#bottom_strip h1
{
float: left;
background-color: inherit;
position: relative;
top: 0px;
left: 10px;
font-size: 22px;
color: #FFFFFF;
}

#left_menu_wrapper
{
float: left;
padding: 4px 5px 5px 20px;
text-align: left;
}

#left_menu_wrapper li
{
float: left;
list-style-type: none;
}

#left_menu_wrapper a
{
padding: 5px;
margin: 5px;
}

#right_menu_wrapper
{
float: right;
padding: 4px 20px 5px 5px;
text-align: left;
}

#right_menu_wrapper li
{
float: left;
list-style-type: none;
}

#right_menu_wrapper a
{
padding: 5px;
margin: 5px;
}

.top_menu
{
position: relative;
top: 10px;
}

.top_menu a
{
background-color: #507AAA;
}

.top_menu li a
{
color: #FFFFFF;
}

.top_menu a:hover
{
background-color: #BFDEFF;
color:#000000;
}

.top_menu a:hover
{
text-decoration: none;
}

#top_menu_selected a
{
background-color: #FFFFFF;
}

#top_menu_selected a
{
color: #555555;
text-decoration: none;
}
#top_menu_selected a:hover
{
background-color: #EEEEEE;
}

#top_menu_selected a:hover
{
text-decoration: none;
}

/*******************************
* Setting up #middler elements *
*******************************/

#middler_table
{
width:100%;
}

#full
{
background-color: #FFFFFF;
}

#content
{
vertical-align:top;
background-color: #FFFFFF;
margin:5px;
padding:5px;
}

#leftcol
{
vertical-align:top;
width: 20%;
margin:5px;
padding:5px;
}

#content h1, #leftcol h1, #full h1
{
margin: 0 10px 0 10px;
border-bottom: solid 1px #DDDDDD;
}

#content h2, #leftcol h2, #full h2
{
border-bottom: solid 1px #DDDDDD;
}

.toolbox
{
border-bottom:dotted 1px #CCCCCC;
padding:4px 4px 8px 4px;
margin: 0px 0 12px 0;
}

.toolbox a
{
margin: 0 4px 0 4px;
padding: 8px;
}

.toolbox a:hover
{
background-color: #BFDEFF;
text-decoration: none;
}

.module_wrapper
{
margin:0px 0px 10px 10px;
border:solid 1px #AAAAAA;
}

.module_header
{
background-color:#efefef;
padding:6px;
border-bottom:solid 1px #AAAAAA;
font-weight:bold;
}

.module_content
{
padding:6px;
}

#content .module_wrapper
{
margin:0px 0px 10px 0px;
}
/******************************
** Setting up form elements **
******************************/

.long_textbox
{
width: 300px;
}

.very_long_textbox
{
width: 500px;
}

.form_container
{
width: 100%;
}

.leftcol
{
width: 12%;
text-align: right;
}

.rightcol
{
text-align: left;
}

.assist
{
color: #000000;
font-weight: bold;
}

.info
{
cursor: help;
}

.assist:hover
{
text-decoration: none;
}

.assist img
{
vertical-align: text-bottom;
}

.panel_wrapper
{
text-align: center;
background-color: #FFFFFF;
padding: 50px;
border: solid 2px #606060;
}

.inrow
{
margin: 1px;
border: 1px solid #aaaaaa;
text-align: left;
}

.inrow img
{
vertical-align: middle;
}

.inrow span.label
{
display: inline-block;
width: 28px;
font-weight: bold;
}

.grid
{
border: solid 1px #CCCCCC;
}

.grid td
{
padding: 5px;
border: solid 1px #CCCCCC;
}

.row
{
}

.header_row
{
}

.alt_row
{
background-color: #EEEEEE;
}

.pager_row a
{
margin: 4px;
}

tr.row:hover
{
background-color: #DADADA;
}

tr.alt_row:hover
{
background-color: #DADADA;
}

.reports_footer
{
font-weight: bold;
}

.text_field
{
text-align: left;
}

.numeric_field
{
text-align: right;
}

.reports_header
{
font-weight: bold;
font-size: 10pt;
}

.reports_table
{
text-align: center;
}

.reports_table td
{
text-align: center;
border: solid 1px #CCCCCC;
}

/******************************
** Setting up login elements **
******************************/

#login_form
{
margin:0px auto;
padding:10px 0 0 0;
width:630px;
height:340px;
background:url('/images/login-case.png') no-repeat;
}

#login_form h3
{
margin:0 0 0 20px;
}

#login_form_bottom
{
width:630px;
margin:0px auto;
background:url('/images/login-footer.png') no-repeat;
}

#login_logo
{
text-align:center;    
}