html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight: inherit;font-style: inherit;font-size:100%;font-family: inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background: white;}ol,ul{list-style: none;}table{border-collapse: separate;border-spacing:0;}caption,th,td{text-align: left;font-weight: normal;}blockquote:before,blockquote:after,q:before,q:after{content: "";}blockquote,q{quotes: "" "";}
/*
colors:

dark-blue:		#00305a;
text:			#2c2f22;
link:			#ff703f;
header-text:	#fff;
header-bg:		#4192d9;
box-bg:			#f9f7ec;
box-border:		#4192d9;
*/
/* ============================ common ============================== */

body {
    color: #2c2f22; background: #fff url(../img/bg-body.gif) repeat-x 0 0;
    font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
}

a{ color: #ff703f; text-decoration: none; }
a:hover{ text-decoration: underline; }
a:active, a:focus { color: #fff; background: #ff703f; }
#tabs a:focus, #tabs a:active {background: transparent; }

a.edit{ padding: 8px; color: #0c9f28; }
a.edit:hover,
a.edit:focus,
a.edit:active{ color: #fff; background: #0c9f28; text-decoration: none; }
a.blue-btn{ padding: 8px; color: #34BBEF; }
a.blue-btn:hover,
a.blue-btn:focus,
a.blue-btn:active{ color: #fff; background: #34BBEF; text-decoration: none; }
a.orange-btn{ padding: 8px; color: #D8972B; }
a.orange-btn:hover,
a.orange-btn:focus,
a.orange-btn:active{ color: #fff; background: #D8972B; text-decoration: none; }
a.delete, a.ddelete{ padding: 8px; color: #f00; }
a.delete:hover,
a.delete:focus,
a.delete:active,
a.ddelete:hover,
a.ddelete:focus,
a.ddelete:active{ color: #fff; background: #f00; text-decoration: none; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

.clearfix:after,
.fline:after {
    clear: both;
    display: block; visibility: hidden;
    height: 0;
    content: ".";
}
.clearfix,
.fline {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix,
* html .fline {height: 1%;}
.clearfix,
.fline {display: block;}
/* End hide from IE-mac */

.aural{
    position: absolute;
    left: -2007px;
    font-size: 0;
}

legend{
    font-size: 1.4em; font-weight: bold;
}
input.textbox,
input.password,
select,
textarea{
    padding: 2px;
    border: 1px solid #4192d9;
    font: normal 1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
input.submit{
    padding: 3px 10px;
    color: #2c2f22; background: #eeebde;
    border: 1px solid #4192d9;
    font: normal 1.1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
    -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    cursor: pointer;
}
a.button{
    padding: 4px 10px;
    color: #2c2f22; background: #eeebde;
    border: 1px solid #4192d9;
    font: normal 1.1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
    -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    cursor: pointer;
}
input.textbox:hover,
input.password:hover,
select:hover,
textarea:hover,
input.submit:hover,
input.textbox:focus,
input.password:focus,
select:focus,
textarea:focus,
input.submit:focus,
input.textbox:active,
input.password:active,
select:active,
textarea:active,
input.submit:active,
a.button:hover,
a.button:focus,
a.button:active{ border: 1px solid #ff703f; }
input.submit:hover,
input.submit:focus,
input.submit:active,
a.button:hover,
a.button:focus,
a.button:active{ text-decoration: none; color: #ff703f; }

input.checkbox,
input.radio{
    position: relative;
    top: 2px;
}

.fline{
    margin: 0 0 1em 0;
}
.fline label{
    display: block;
    margin: 0 0 0.5em;
}
.fline input.textbox,
.fline input.password,
.fline select,
.fline textarea{
    display: block;
    margin: 0 0 0.5em;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#login-holder{
    width: 30em;
    margin: 200px auto 0 auto;
}

#holder{
    width: 100%;
}

#header{
    color: #fff; background: #00305a;
}

#content{
    width: 970px;
    padding: 20px 0 20px 20px;
}

#main{
	width: 730px;
	float: left;
}
#main.tabbed{
	width: 700px;
}

#side-bar{
	width: 220px;
	float: right;
}
#side-bar.tabbed{
	width: 200px;
}

#footer{
    clear: both;
    padding: 20px;
    background: #f0f7ff;
    border-top: 1px solid #7abaf2;
}
/* ========================== layout end ============================ */

/* ============================ login =============================== */

#login-holder{
    padding: 2px;
    background: #f9f7ec;
    border: 1px solid #4192d9;
    -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#login-holder h1{
    padding: 5px;
    background: #4192d9;
    font-size: 2.4em;
    -moz-border-radius-topleft: 3px; -khtml-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px; -khtml-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
#login-holder h1 a{
    color: #fff;
}
#login-holder form{
    margin: 30px;
    font-size: 1.4em;
}
#login-holder form input.submit{ float: right; }
#login-holder .fline{
    margin: 0 0 15px; padding:0;
    background: transparent;
    font-size: 1em;
}
#login-holder .fline label{
    float: none;
    width: 100%;
    margin: 0 0 3px; padding:0;
    font-weight: 400; text-align: left;
    display: block;
}
#login-holder .fline input.textbox,
#login-holder .fline input.password{
    width: 98%;
    margin: 0;
    float: none;
}
/* ========================== login end ============================= */

/* ============================ header ============================== */

#header h1{
    float: left;
    padding: 20px;
    font-size: 2.4em;
    display: inline;
}
#header h1 a{ color: #fff; }
#header h1 a:hover,
#header h1 a:focus,
#header h1 a:active{ color: #00305a; background: #fff; text-decoration: none; }

#user-box{
    float: right;
    margin: 8px 20px 0 0; padding: 5px 10px;
    color: #2c2f22; background: #f8f2d2;
    font-size: 1.2em;
    display: inline;
    -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#user-box li{
    display: inline;
    padding: 0 0 0 8px;
    border-left: 1px solid #2c2f22;
}
#user-box li:first-child{
    padding: 0 5px 0 0;
    border: none;
}

#main-menu{
    clear: both;
    margin: 0 10px;
    font-size: 1.4em;
}
#main-menu li{
    float: left;
    padding: 5px 10px;
    display: inline;
}
#main-menu li.active{
    background: #4192d9;
    -moz-border-radius-topleft: 3px; -khtml-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px; -khtml-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
#main-menu a{ color: #fff; }
#main-menu a:hover,
#main-menu a:focus,
#main-menu a:active{ color: #ff703f; background: none; text-decoration: none; }

#sub-menu{
    padding: 10px;
    background: #4192d9;
    font-size: 1.4em;
}
#sub-menu li{
    display: inline;
    padding: 0 10px;
}
#sub-menu li a{ color: #2c2f22; }
#sub-menu li a:hover,
#sub-menu li a:focus,
#sub-menu li a:active,
#sub-menu li.active a{ color: #fff; background: none; text-decoration: none; }

/* ========================== header end ============================ */

/* ============================ content ============================= */

#content h2{
    clear: both;
    margin: 0 0 10px 0; padding: 0 0 10px 0;
    font-size: 2.2em;
    border-bottom: 1px solid #7abaf2;
}
#content h3{
    margin: 0 0 10px 0; padding: 0 0 10px 0;
    font-size: 2em;
    border-bottom: 1px solid #7abaf2;
}
#content h3 .button{
    float: right;
    margin-top: -2em;
    font-size: 0.6em;
}
#content h4{
    margin: 0 0 10px 0; padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid #7abaf2;
}
#content h5{
    margin: 0 0 10px 0; padding: 0 0 10px 0;
    font-size: 1.4em;
    border-bottom: 1px solid #7abaf2;
}
#content p{
    margin: 0 0 10px 0;
    font-size: 1.2em; line-height: 1.4;
}
#content ul{
    margin: 0 0 10px 2em;
    font-size: 1.2em; line-height: 1.4;
    list-style: disc;
}
#content ul.tabs {
    margin:0;
    font-size: 1em; line-height: 1.4;
    list-style: none;
}
#content ul ul{ font-size: 1em; }
#content ol{
    margin: 0 0 10px 2em;
    font-size: 1.2em; line-height: 1.4;
    list-style: decimal;
}
#content ol ol{ font-size: 1em; }

#content table{
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #7abaf2; border-collapse: collapse;
    font-size: 1.2em;
    background: #fff;
}
#content table th{
    padding: 10px;
    color: #fff; background: #4192d9;
    font-weight: bold;
}
#content table .group th{
    color: #2c2f22; background: #ecf3f9;
     border-top: 1px solid #7abaf2;
}
#content table td{
    padding: 10px;
    border-top: 1px solid #7abaf2;
}
#content table .parent td{ background: #ecf3f9; font-weight: bold; }
#content table .parent td a{ font-weight: normal; }
#content table p,
#content table ul,
#content table ol{
    margin: 0; padding: 0;
    font-size: 1em;
    list-style: none;
}
#content table .buttons{
    white-space: nowrap;
}
#content table .buttons li{
    display: inline;
}

#content .pagination{
    margin: 0 0 10px 0; padding: 0;
    list-style: none;
}
.pagination li{
    float: left;
    margin: 0 3px 0 0;
    display: inline;
}
.pagination li a,
.pagination li strong{
    display: block;
    padding: 2px 5px;
    border: 1px solid #7abaf2;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active{ color: #fff; background: #ff703f; text-decoration: none; }

.fline{
    margin: 0 0 10px 0; padding: 10px;
    background: #ecf3f9;
    font-size: 1.2em;
}
.fline label{
    float: left;
    width: 190px;
    margin: 0; padding: 3px 10px 0 0;
    font-weight: bold; text-align: right;
    display: inline;
}
.fline input.textbox,
.fline input.password{
    width: 30%;
    margin: 0;
    float: left;
}
.fline textarea{
    float: left;
	width: 70%;
    margin: 0;
}
.fline select{ float: left; margin: 0; }

#content .checklist, .checklist,
#content .radiolist, .radiolist{
    float: left;
    list-style: none;
    margin: 0; padding: 0;
    font-size: 1em;
}
#content .checklist label, .checklist label,
#content .radiolist label, .radiolist label{
    float: none;
    width: auto;
    font-weight: normal;
}
#content .submit, .submit{
    margin-left: 200px;
}
#content .fline .error, .fline .error {
    clear: both;
    margin: 0 0 0 200px; padding: 10px;
    font-size: 1em;
    color: #f00;
}
.ui-datepicker-trigger{
    float: left;
    margin: 2px 0 0 3px;
    display: inline;
}
#dialog-verify p {
    margin:1em 0; font-size: 1.2em;
}

#content dl{
    margin: 0 0 1em 0;
    font-size: 1.2em;
}
#content dt{
    clear: both;
    float: left; display: inline;
    width: 190px; min-height: 2em;
    margin: 0 0 0.5em 0; padding: 0 10px 0 0;
    font-weight: bold; text-align: right;
}
#content dd{
    min-height: 2em;
    margin: 0 0 0.5em 0; padding: 0 0 0 200px;
}
#content dd p{ font-size: 1em; }


.box{
	margin: 0 0 1em 0; padding: 10px;
	background: #fff;
	-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.box.left{
	float: left; display: inline;
	width: 47%;
}
.box.right{
	float: right; display: inline;
	width: 47%;
}

.box2{
	margin: 0 0 1em 0; padding: 0;
	background: #ecf3f9;
	border: 10px solid #cdd8e2;
	-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#content .box2 h3{
	margin: 0;
	background: #cdd8e2;
	border: none;
}
.box3{
	margin: 0; padding: 0;
	background: #fff;
	border: 10px solid #ECF3F9;
	-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#content .box3 h4{
	margin: 0;
	background: #ECF3F9;
	border: none;
}
#content .box2 dl,
#content .box3 dl{
	margin-top: 1em;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#side-bar fieldset h3{
	margin: 0 0 10px 0; padding: 0 0 10px 0;
	font-size: 1.4em;
}
#side-bar fieldset h3 .button{
	font-size: 0.7em;
}
#side-bar fieldset{
	margin: 0 0 1em 0; padding: 10px;
	background: #fff;
	border: 1px solid #ecf3f9;
	-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#side-bar .fline{
	margin: 0 0 12px 0; padding: 0;
	background: #fff;
}
#side-bar .fline label{
    float: none; display: block;
    width: auto;
    margin: 0 0 5px 0; padding: 0;
    text-align: left;
}
#side-bar .fline input.textbox,
#side-bar .fline input.password{
    width: 95%;
    margin: 0;
    float: none;
}
#side-bar .fline input.hasDatepicker{
	width: 85%;
    margin: 0;
    float: left;
}
#side-bar .fline select{
	width: 98%;
}

#side-bar .checklist,
#side-bar .radiolist{
    float: none;
}
#side-bar .checklist label,
#side-bar .radiolist label{
    float: none; display: inline;
    width: auto;
    font-weight: normal;
}
#side-bar .submit{
    margin-left: 0;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#bottom-nav{
    float: left;
}
#bottom-nav li{
    float: left;
    display: inline;
    padding: 0 8px 0 8px;
    font-size: 1.2em;
    border-left: 1px solid #2c2f22;
}
#bottom-nav li:first-child{
    padding-left: 0;
    border: none;
}

#copyright{
    float: right;
    font-size: 1.2em;
    display: inline;
}

/* =========================== footer end =========================== */

/* tabs */
.ui-tabs-hide {
    display:none;
}
/*jSuggest*/
#jSuggestContainer {
    border:1px solid #4192d9;
}
#jSuggestContainer li {
    background:#fff;
    font: normal 1.1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
    padding:3px;
}
#jSuggestContainer li,.ajaxHighlight {
    background-color: #deffde;
}
/*tinyMCE*/
body.mceContentBody {
   background: #fff;
   font: normal .8em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#content .parent {
    margin:10px 0 0;
    background:#d4eafc;
}
#content .child {
    margin:0;
}










