body, td, th, input, select, textarea
{
    font-family: tahoma, sans-serif, 'times new roman';
    font-size: 12px;
}

h1
{
    font-family: tahoma, sans-serif, 'times new roman';
    font-size: 16px;
    font-weight: bold;
}

h2
{
    font-family: tahoma, sans-serif, 'times new roman';
    font-size: 14px;
    font-weight: bold;
}

h3
{
    font-family: tahoma, sans-serif, 'times new roman';
    font-size: 13px;
    font-weight: bold;
}

fieldset
{
    margin-bottom: 20px;
}

fieldset > legend
{
    color: #006699;
    font-weight: bold;
}

div.centered 
{
    text-align: center;
}

div.centered table 
{
    margin: 0 auto; 
    text-align: left;
}

.btn_normal
{
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border: 1px #339966 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    width: 150px;
    min-width: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.btn_side_small
{
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border: 1px #000000 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    width: 100px;
    min-width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.btn_tool
{
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border: 1px #000000 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100px;
    min-width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.btn_red
{
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    background-color: #E9967A;
    color: #000000;
    border: 1px #000000 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    width: 150px;
    min-width: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.btn_tool_red
{
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    background-color: #E9967A;
    color: #000000;
    border: 1px #000000 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100px;
    min-width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.btn_side_small_red
{
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    background-color: #E9967A;
    color: #000000;
    border: 1px #000000 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    width: 100px;
    min-width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.tbl_grid
{
    /*background-color: #000000;*/
}

.tbl_tab
{
    background-color: #ffffff; 
    border-top: 1px #808080 solid; 
    border-left: 1px #808080 solid; 
    border-right: 1px #808080 solid; 
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.tbl_tab_active
{
    background-color: #EA8D04; 
    color: #ffffff;
    border-top: 1px #808080 solid; 
    border-left: 1px #808080 solid; 
    border-right: 1px #808080 solid; 
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.tbl_tab_spacing
{
     width: 5px;
}

.tbl_tab_tool td
{
    font-weight: bold;
    background-color: #FB9F15;
    color: #000000;
    font-family: Arial, tahoma, 'Century Gothic';
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tbl_grid_header td
{
    font-weight: bold;
    background-color: #EA8D04;
    color: #ffffff;
    font-family: Arial, tahoma, 'Century Gothic';
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tbl_grid_even td
{
    background-color: #e6e6e6;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tbl_grid_odd td
{
    background-color: #ffffff;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tbl_grid_info
{
    background-color: #ffffff;
    padding-left: 10px;
}

.tbl_grid_serial_no
{
    width: 50px;
    text-align: left;
    padding-left: 5px;
}

.tbl_grid_action_cell
{
    width: 150px;
    text-align: right;
}

.tbl_grid_updatable
{
    padding-left: 15px;
}

.error_msg
{
    font-family: tahoma, sans-serif, 'century gothic', 'times new roman';
    font-size: 12px;
    color: #ff0000;
}

#status_results
{
    font-family: tahoma, sans-serif, 'century gothic', 'times new roman';
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    clear: both;
    padding-left: 10px;
}

#ajax_status_results
{
    font-family: tahoma, sans-serif, 'century gothic', 'times new roman';
    font-size: 12px;
    font-style: italic;
    color: #ff0000;
    vertical-align: middle;
    padding-bottom: 15px;
}

.frmLabel
{
    vertical-align: top;
    color: #000000;
    font-family: tahoma, sans-serif, 'century gothic', 'times new roman';
    font-size: 12px;
    outline-color:#339966
}
.frmInput
{
    vertical-align: top;
    font-family: tahoma, sans-serif, 'century gothic', 'times new roman';
    font-size: 12px;
    line-height: 20px;
    outline-color:#339966
}
.frmInput label
{
    display: inline;
    margin-bottom: none;
    outline-color:#339966
}
.frmTextfieldSmall
{
    width: 50px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldSmall_m
{
    width: 50px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldSmall_s
{
    width: 50px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmTextfieldMedium
{
    width: 130px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldMedium_m
{
    width: 130px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldMedium_s
{
    width: 130px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmTextfieldBig
{
    width: 250px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldBig_m
{
    width: 250px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldBig_s
{
    width: 250px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmTextfieldVeryBig
{
    width: 400px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldVeryBig_m
{
    width: 400px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextfieldVeryBig_s
{
    width: 400px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmTextfieldColorPicker
{
    width: 65px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    
}
.frmTextfieldColorPicker_s
{
    width: 65px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.frmTextareaSmall
{
    width: 200px;
    height: 70px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextareaSmall_m
{
    width: 200px;
    height: 70px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextareaSmall_s
{
    width: 200px;
    height: 70px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmTextareaMedium
{
    width: 300px;
    height: 100px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextareaMedium_m
{
    width: 300px;
    height: 100px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextareaMedium_s
{
    width: 300px;
    height: 100px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmTextareaBig
{
    width: 400px;
    height: 140px;
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextareaBig_m
{
    width: 400px;
    height: 140px;
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmTextareaBig_s
{
    width: 400px;
    height: 140px;
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}

.frmSelect
{
    background-color: #ffffff; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmSelect_m
{
    background-color: #ccffcc; 
    border: 1px #000000 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    outline-color:#339966
}
.frmSelect_s
{
    background-color: #eeeeee; 
    border: 1px #808080 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
        color:#000000 ;
        outline-color:#339966
}
.fullcap{
    text-transform: uppercase;
}
.scut_spacer
{
    width: 20px;
}

.scut_right
{
    border-left: dotted gray 1px; 
    width: 200px;
    text-align: right;
}

.disabled
{
    background-color: #CCC;
} 

.login_slogan_1
{
    background-color: #3600FF;
}

.login_slogan_2
{
    background-color: #33FF99;
    padding: 7px;
    font-family: 'century gothic', tahoma, sans-serif, 'times new roman';
    font-size: 13px;
}

.login_slogan_3
{
    font-family: 'century gothic', tahoma, sans-serif, 'times new roman';
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.login_project_title
{
    font-family: 'century gothic', tahoma, sans-serif, 'times new roman';
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.login_company_name
{
    font-family: 'century gothic', tahoma, sans-serif, 'times new roman';
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

.login_powered_by
{
    font-family: 'century gothic', tahoma, sans-serif, 'times new roman';
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* for jquery validation */
label.error 
{
	/* remove the next line when you have trouble in IE6 with labels in list */
    /* background: url('/projects/10_rooster/media/images/unchecked.gif') no-repeat; */
    padding-left: 16px;
    margin-left: .3em;
    margin-top: 30px;
	color: red;
	font-style: italic
}
input.error, textarea.error
{
    border: 1px solid red;
}


.navi 
{
    /*background-color: #f79521; */
    color: #ffffff; 
    font-family: arial; 
    font-size: 16px; 
    font-weight: normal; 
    line-height: 1.5; 
    text-decoration: none;
    vertical-align: middle;
}
.navi a:link 
{
    /*background-color: #f79521; */
    color: #ffffff; 
    font-family: arial; 
    font-size: 16px; 
    font-weight: normal; 
    line-height: 1.5; 
    text-decoration: none;
    vertical-align: middle;
}
.navi a:visited 
{
    /*background-color: #f79521; */
    color: #ffffff; 
    font-family: arial; 
    font-size: 16px; 
    font-weight: normal; 
    line-height: 1.5; 
    text-decoration: none;
    vertical-align: middle;
}
.navi a:hover 
{
    /*background-color: #f79521; */
    color: #f79521; 
    font-family: arial; 
    font-size: 16px; 
    font-weight: normal; 
    line-height: 1.5; 
    text-decoration: none;
    vertical-align: middle;
}
.navi a:active 
{
    /*background-color: #f79521; */
    color: #f79521; 
    font-family: arial; 
    font-size: 16px; 
    font-weight: normal; 
    line-height: 1.5; 
    text-decoration: none;
    vertical-align: middle;
}

#container_navi_desc 
{
    display: none; 
    text-align: center; 
    color: #f79521; 
    font-weight: bold
}

.p_img 
{
    margin-left: -12px; 
    margin-right: -24px;
    font-size: 14px;
}

.p_img_2
{
    margin-left: -15px; 
    margin-right: -24px;
    font-size: 14px;
}

.footer
{
    font-family: tahoma;
    font-size: 11px;
    color: #999999;
    text-align: center;
    padding-bottom: 10px;
}

#simplemodal-container a.modalCloseImg 
{
	background:url("../../media/images/dialog_close.png") no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#f79521; border:2px solid #f79521; padding:12px;}




@media print 
{
    .noprint { display: none; }
}