body {
    margin:0;
    pdading:0;
    color:#322e2d;
    font:normal 12px "Helvetica Neue", Helvetica, sans-serif;
    background:#f2f2f2;
    min-width: 1000px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align: baseline;
}

a {
    color:#22B3E6;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h4 {
    padding-bottom:2px;
    border-bottom:solid 1px #BDC7D8;
    font-weight:bold;
}

span.clear {
	clear:both;
}
.clear {
	clear:both;
}
img {
	border:none;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}

#layout_wrap {
    background:#fff;
    padding-bottom:20px;
}

#layout {

}

.cfw {
    width:986px;
	margin:0 auto;
}

.vcenter_outer {
    display: table;
    height: 100%;
    #position: relative;
    overflow: hidden;
}

.vcenter_inner {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

.vcenter_content {
    #position: relative;
    #top: -50%;
}

#header_wrap {
    background:#3ea8e4 url(/static/images/m1/header_sprite.png) scroll repeat-x bottom left;
    height:42px;
    border-bottom:solid 1px #0c6588;
}

#header {
    
}

#header .logo {
    padding-top:6px;
    width:105px;
    height:30px;
    float:left;
}

#header .logo img{
    display:block;
    height:33px;
}

#header .top_head {
    width:360px;
    float:left;
    padding-top:15px;
    padding-left:76px;
    color:#b2e0f3;
    text-transform:uppercase;
    font-size:12px;
}

#header .top_head select {
    margin-top: -3px; 
}

#header .link {
    padding-top:15px;
	float:right;
}
#header .link ul {
	list-style:none;
	float:right;
}
#header .link li {
    color:#b2e0f3;
	font-size:12px;
	float:left;
    padding:0 15px;
}

#header .link li a {
	color:#fff;
	text-decoration:none;
}
#header .link li a:hover {
	text-decoration:underline;
}

#header_shadow {
    background:#fff url(/static/images/m1/header_sprite.png) scroll repeat-x top left;
    height:20px;
}

.breadcrumbs {
    margin-bottom:10px;
}

.breadcrumbs .crumb {
    float:left;
}

.breadcrumbs .crumb_delim {
    padding:0 5px;
}

#body_container {
	width:986px;
	float:left;
}
#sidebar {
    width:153px;
    float:left;
    /*border-left:solid 1px #eee;
    border-bottom:solid 1px #ccc;*/
}
#sidebar h4 {
    border-bottom: solid 1px #cccccc;
    color: #666666;
    height: 6px;
    line-height: 1.2em;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
#sidebar h4 span {
    background-color: white;
    padding-right: 6px;
}
#sidebar ul.menu_list {
    width:153px;
    list-style:none;
    float:left;
    border-left:solid 1px #eee;
    border-bottom:solid 1px #ccc;
    margin-bottom: 20px;
}
#sidebar ul.menu_list li {
    border-top:1px #eee solid;
    float:left;
    width:153px;
}
#sidebar ul.menu_list li a {
	color:#22b3e6;
	text-decoration:none;
	font-size:13px;
    padding:1px 0 1px 5px;
	display:block;
	line-height:22px;
    border-right:solid 3px #eee;
}

#sidebar ul.menu_list li a:hover {
	color:#333333;
	text-decoration:none;
	background:#e1eeff;
}

#sidebar ul.menu_list li span {
	background:#fff;
	float:left;
	width:20px;
	height:22px;
	margin-top: -2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	margin-right:5px;
}

#sidebar ul.menu_list a.active {
    background:#ecf6f9;
    border-right:solid 3px #05a6e7;
}

#sidebar .button {
    width: 140px;
    margin-left: 5px;
    margin-top: 10px;
}

#contentarea {
	width:780px;
	float:left;
	padding-left:30px;
	padding-right:22px;
	padding-bottom:10px;
}

#contentarea h2 {
    font-size:24px;
    color:#666;
    margin-bottom:0.5em;
}

#contentarea div.loading{
    filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    zoom: 1;

}
.gray_box {
	background:#efefef;
	/* border:1px #ccc solid; */
	width:746px;
	padding-left:16px;
	padding-right:16px;
	padding-top:12px;
	padding-bottom:12px;
    /* -moz-border-radius:2px; */
    /* -webkit-border-radius:2px; */
    /* border-radius:2px; */
}
.gray_box form {
	float:left;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.gray_box form label {
	padding-right:10px;
	line-height:20px;
	height: 20px;
}
.gray_box form input, .gray_box form select {
	margin-right:15px;
	width:123px;
	height:20px;
	color:#333333;
}

#footer_wrap {
    border-top:solid 1px #ddd;
}
#footer {
    font-size:12px;
    color:#777;
    line-height:26px;
    text-align:right;
}

.alt_row_table {
    width:100%;
}

.alt_row_table td {
    padding:3px;
}

.alt_row_table .header th{
    background:#555;
    color:#ebe9dc;
    padding:3px;
}

p.empty {
    text-align:center;
    font-size:14px;
    border:dashed 2px #ccc;
    color:#888;
    padding:20px;
    margin:5px 0;
}

p.empty a {
    color:#618897;
    text-decoration:none;
}

input.text, textarea {
    background:#fff url(/static/images/tb_bkg.png) scroll top left repeat-x;
}

#contentarea h3 {
	padding-bottom:6px;
	border-bottom:1px #ddd solid;
	color:#555;
	font-size:15px;
	font-weight:bold;
	margin-top:28px;
	padding-left:2px;
    margin-bottom:15px;
}

#contentarea h3 .sub {
    font-size: 80%;
    color: #666666;
    font-weight: normal;
}

#contentarea .common_table {
	font-size:13px;
	width: 100%;
}
#contentarea .common_table tr {
	height:24px;
}

.common_table th,
.common_table tr.summary td
{
    font-weight: bold;
}

#contentarea .common_table td, #contentarea .common_table th {
	padding-left:5px;
}
#contentarea .common_table th,
#contentarea .common_table tr.summary td
{
    background-color: #eee;
    background-position: right center;
    background-repeat: no-repeat;
}

.common_table tr.summary.first {
    border-top: 1px solid #cccccc;
}

.common_table tr.summary.last {
    border-bottom: 1px solid #cccccc;
}

/* Extra selectors here are for ie6 */
#contentarea .common_table th.sortable,
#contentarea .common_table th.sort_asc,
#contentarea .common_table th.sort_desc,
#contentarea .common_table th.filtered
{
    padding-right: 20px;
    cursor: pointer;
}

#contentarea .common_table th.sort_asc.filtered,
#contentarea .common_table th.sort_desc.filtered
{
    padding-right: 40px;
}

#contentarea .common_table th.sortable.sort_asc,
#contentarea .common_table th.sortable.sort_desc 
{
    background-color: #65ceee;
    color: #ffffff;
    border-left: 1px solid #c4e8f4;
    border-right: 1px solid #c4e8f4;
}

#contentarea .common_table th.sortable.sort_asc {
    background-image: url("../images/asc.gif");
}

#contentarea .common_table th.sortable.sort_desc {
    background-image: url("../images/desc.gif");
}

#contentarea .common_table th.sortable.filtered {
    background-image: url("../images/filtered.gif");
}

#contentarea .common_table th.sortable.sort_asc.filtered {
    background-image: url("../images/filtered_asc.gif");
}

#contentarea .common_table th.sortable.sort_desc.filtered {
    background-image: url("../images/filtered_desc.gif");
}

#contentarea .common_table td.sorted
{
    background-color:#e1f5fc;
    border-left: 1px solid #c4e8f4;
    border-right: 1px solid #c4e8f4;
}

#contentarea .common_table tr.blue_bg td.sorted {
	background-color:#c7edf8;
}

#contentarea .common_table td a {
    /*color: #65CEEE;*/
    text-decoration: none;
}

#contentarea .common_table tr.blue_bg {
	background:#e1f5fc;
	padding:5px;
}
#contentarea .paging {
	padding-left:5px;
}
#contentarea .paging ul {
	list-style:none;
	width:100%;
}
#contentarea .paging li {
	padding-right:4px;
	float:left;
}
#contentarea .paging li a {
	color:#5687b6;
	text-decoration:underline;
	font-size:13px;
}
#contentarea .paging a:hover {
	color:#333333;
	text-decoration:none;
}
#contentarea .paging li a.current {
	color:#333333;
	text-decoration:none;
}
#contentarea .paging span {
    padding-left: 10px;
    color: #999;
    font-size: 13px;
}

#contentarea .paging_row {
    border-bottom: 1px solid #cccccc;
}

#contentarea .ui-scrollpaging {
    float: left;
    border-left: 2px solid #cccccc;
    padding-left: 10px;
    width: 610px;
}

#contentarea .pagingcount {
    padding-left: 5px;
    padding-right: 5px;
}


.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
  