/**********************************
* Setting up basic HTML elements *
**********************************/
*
{
font-family: 'Open Sans', 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 repeat-x top left;
border: 1px solid #CCCCCC;
font-size: 12px;
border-radius:4px;
box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

html body.innet .RadInput_Default .riTextBox, html body.innet .RadInputMgr_Default {border: 1px solid #CCCCCC;}

input:focus, textarea:focus{
border-color: #AAAAAA;
box-shadow: inset 0 1px 3px #CCC, 0 0 12px #CCC;
outline:none;
}

input.disabled {
background: none repeat scroll 0 0 #F5F5F5;
border-color: #CCCCCC;
box-shadow: none;
opacity:1;
}

input[type=image]
{
box-shadow:none;
}

.radinputbox
{
margin: 2px !important;
border: solid 1px #CCCCCC !important;
color: #484848 !important;
}

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

input[type="submit"]
{
box-shadow: none; 
cursor: pointer;
background-image: -moz-linear-gradient(#049CDB, #0064CD); 
background-image: -o-linear-gradient(#049CDB, #0064CD); 
background-image: -webkit-linear-gradient(#049CDB, #0064CD); 
background-image: -ms-linear-gradient(#049CDB, #0064CD); 
background-image: -pie-linear-gradient(#049CDB, #0064CD); 
background-image: linear-gradient(#049CDB, #0064CD); 
background-color: #0064CD;
color: #FFFFFF;
padding: 6px 4px;
border-radius:4px;
}

input[type="submit"].inline {
padding: 3px 2px;
background-image: -moz-linear-gradient(#5BC0DE, #339BB9); 
background-image: -o-linear-gradient(#5BC0DE, #339BB9); 
background-image: -webkit-linear-gradient(#5BC0DE, #339BB9); 
background-image: -ms-linear-gradient(#5BC0DE, #339BB9); 
background-image: linear-gradient(#5BC0DE, #339BB9); 
}

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 0px;
border-radius:4px;
background: url("/images/button_bg.png") repeat scroll 0 0 transparent;
}

.message.inline
{
display:inline;
}

.success
{
background-color: #ABD3B8;
color: #0B5723;
}

.error
{
background-color: #E78282;
color: #8F0D0D;
}

.warning
{
background-color: #EEEFA8;
color: #727327;
}

.notification
{
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: 72px;
background-color: #507AAA;
color: #FFFFFF;
overflow:hidden;
}

#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 img
{
margin:0px 2px 4px 0px;
}

.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%;
border-width:0px;
}

.form_container td {
padding:4px 0px;
}

.leftcol
{
width: 15%;
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;    
}

.preview_wrapper .preview{
display:inline-block;
overflow:hidden;
}

.more_button {
margin:0px;
padding: 0px;
border-radius: 0 0 5px 5px;
border-width: 0 0 1px;
height: 18px;
width: 100%;
background: -webkit-gradient(linear, center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6; 
background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;    
cursor:pointer;
}

.more_button:hover {
color:#339BB9;
box-shadow:0px 0px 2px 0px #339BB9;
}

.tooltip {
display: none;
background: transparent url(/images/livemedia/black_arrow.png);
font-size: 12px;
height: 70px;
width: 160px;
padding: 25px;
color: #fff;
z-index: 5;
font-size:11px;
}

