/**********************************
* Setting up basic HTML elements *
**********************************/

body
{
margin: 0;
padding: 0;
color: #484848;
background-color: #FFFFFF;
text-align: left;
}

body,label,input,select,textarea,.btn, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover
{
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover{font-size: 12px;}

html body.innet .RadInput_Default .riTextBox, html body.innet .RadInputMgr_Default {border: 1px solid #CCCCCC;}

input[type=image]
{
-webkit-box-shadow: none;
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: 0;
background: none;
}

table, td
{
font-size: 12px;
border: 0;
}

img
{
vertical-align: middle;
border: 0;
}

h1
{
font-size: 20px; /*background-color: #ECF1FE;*/
color: #606060;
font-family: Trebuchet MS;
margin: 2px 0;
padding: 3px 0;
}

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:hover
{
text-decoration: underline;
}

/********************************
* Setting up basic css classes *
********************************/

.clear
{
clear: both;
}

.item_wrapper
{
margin: 10px;
}

.item_content
{
padding-top: 5px;
margin-top: 5px;
}

.validator
{
color: #8F0D0D;
}

.small_info
{
font-style: italic;
}

h1 span
{
color:#808080;
font-size:16px;
font-weight:normal;
}

/*********************************
* Setting up structure elements *
*********************************/

#wrapper
{
background: url(/images/content-right.png) 100% 0 repeat-y #fff;
padding: 0 10px 0 0;
}

#wrapper2
{
background: #fff url(/images/content-left.png) repeat-y;
padding-left: 10px;
}

#header
{
height: 100px;
vertical-align: bottom;
}

#middler
{
min-height: 500px;
/*max-width:1200px;*/
}

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 *
*******************************/

header
{
margin-bottom:20px;
}

#top_strip
{
clear: both;
height: 30px;
background-color: #2C4056;
}

#user_options_menu
{
float: right;
padding: 2px 10px 0 0;
}

#user_options_menu li
{
float: left;
padding: 1px 3px 0 3px;
margin: 1px 5px 0 5px;
list-style-type: none;
color: #CCCCCC;
}

#user_options_menu li a
{
color: #CCCCCC;
}

#bottom_strip
{
clear: both;
height: 80px;
background-color: #507AAA;
color: #FFFFFF;
overflow:hidden;
}

#bottom_strip h1
{
background-color: inherit;
font-size: 22px;
color: #FFFFFF;
margin-left:25px;
}

#left_menu_wrapper
{
padding: 3px 5px 5px 0;
text-align: left;
}

#left_menu_wrapper li
{
float: left;
list-style-type: none;
}

#left_menu_wrapper a
{
padding: 8px 8px 5px 8px;
}

#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
{
}

.top_menu a
{
background-color: #507AAA;
}

.top_menu li a
{
color: #FFFFFF;
}

.top_menu a:hover
{
background-color: #BFDEFF;
color:#000000;
text-decoration: none;
}

#top_menu_selected a
{
background-color: #FFFFFF;
color: #555555;
text-decoration: none;
}
#top_menu_selected a:hover
{
background-color: #EEEEEE;
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 h2, #leftcol h2, #full h2
{
border-bottom: solid 1px #DDDDDD;
}

.toolbox
{
border-bottom:dotted 1px #CCCCCC;
padding:4px 0 8px 0;
margin: 0 0 12px 0;
}

.toolbox > a:not(.btn)
{
margin: 0 6px 0 0;
padding: 8px;
}

.toolbox a img
{
margin:0 2px 4px 0;
}

.toolbox a:not(.btn):hover
{
background-color: #BFDEFF;
text-decoration: none;
}

.module_wrapper
{
margin:0 0 10px 0;
border:solid 1px #DDDDDD;
}

.module_header
{
background-color:#F9F9F9;
padding:6px;
border-bottom:solid 1px #DDDDDD;
font-weight:bold;
}

.module_content
{
padding:6px;
}

#content .module_wrapper
{
margin:0 0 10px 0;
}
/******************************
** Setting up form elements **
******************************/

.long_textbox
{
width: 300px;
}

.very_long_textbox
{
width: 500px;
}

.form_container
{
width: 100%;
border-width:0;
}

.leftcol
{
width: 15%;
text-align: right;
vertical-align:top;
padding: 8px 0 0 0;
}

.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:0 auto;
padding:10px 0 0 0;
width:630px;
}

#login_form h3
{
margin:0 0 0 20px;
}

#login_logo
{
text-align: center;
margin: 10px 0 0 0;
}

.preview_wrapper .preview{
display:inline-block;
overflow:hidden;
}

input.more_button {
margin:0;
padding: 0;
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;
-webkit-box-shadow: 0 0 2px 0 #339BB9;
box-shadow: 0 0 2px 0 #339BB9;
}

.innet
{
background-color: #F1EFE2;
color: #484848;
}

ul, ol
{
list-style-position: inside;
}

.innet .grid_header a:hover, .innet .grid_row a:hover, .innet .grid_alt_row a:hover, .innet .grid_footer a:hover
{
text-decoration: underline;
}

.grid_header
{
text-align: left;
}

.grid_header a
{
color: #443266;
}

.grid_header th
{
padding: 3px;
background-color: #C6C6C6;
color: #443266;
border-right: solid 1px #505050;
text-align: left;
}

.grid_row td
{
padding: 3px;
background-color: #F1F0FF;
color: #443266;
border-right: solid 1px #505050;
}

.grid_alt_row td
{
padding: 3px;
background-color: #EFF2FF;
color: #443266;
border-right: solid 1px #505050;
}

tr.grid_row:hover
{
background-color: #C6C6C6;
}

th.grid_action, td.grid_action
{
text-align: center;
}

.grid_action input
{
}

.grid_footer
{
}

.RadTreeView_Default a
{
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
}

.RadTreeView_Default a:hover
{
text-decoration: none;
}

.container
{
padding: 4px;
margin: 4px;
border: solid 1px #CCCCCC;
}

.container_item input
{
margin: 4px;
}

.container_item
{
text-align: left;
margin: 4px;
}

.seperator hr
{
border: 0;
color: #7A7263;
background-color: #7A7263;
height: 1px;
}

.template_repeater
{
float: left;
width: 230px;
height: 240px;
padding: 2px 5px 2px 5px;
text-align: center;
}

.watermark
{
color: #AAAAAA;
font-style: italic;
}

textarea.textbox
{
float: left;
margin: 4px;
padding: 4px;
height: 16px;
overflow: auto;
}

.notification_item
{
padding: 6px 0 6px 0;
border-bottom: dotted 1px #CCCCCC;
clear: both;
}

.anotification_item:hover
{
background-color: #EEEEEE;
}

.new
{
font-weight: bold;
}

h1 .domain
{
color: #DEDEDE;
font-size: 12px;
margin-left: 6px;
}

.reModule input, .reModule select, .reModule textarea
{
margin: 0;
padding: 0;
}

.code
{
font-family: Courier New;
font-size: 12px;
}

.inline label {display:inline; margin:0 5px; position:relative; top:2px;}

.controls label.control-label
{
display: inline-block;
margin: 0 20px 5px;
float:none;
width:auto;
}

img.rtbIcon
{
max-width:inherit;
}

td .input-append, td .input-prepend
{
margin-bottom:0;
}

#preview{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
display:none;
color:#fff;
}

#preview img{
max-height:300px;	
max-width:500px;	
}

.restricted
{
opacity:0.5;
}