﻿*
{
    margin: 0px;
    padding: 0px;
}

h1
{
    font: bold 20px Tahoma, Verdana, Helvetica, Sans-Serif;
}

h2
{
    font: bold 14px Tahoma, Verdana, Helvetica, Sans-Serif;
}

p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

header, footer, nav, section, aside
{
    display: block;
}

body 
{
    text-align: center;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    background-color:  #FFFFFF;
}

label
{
    display:block;
}

input, textarea, select
{
    padding: 4px 5px;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    outline: medium none;
}

input, textarea
{
    width: 100%;
    margin-bottom: 12px;
}

select
{
    width: 100%;
    margin-bottom: 12px;
}

textarea
{
    resize: none;
}

input[type="checkbox"], input[type="radio"] {
    border: 0 none;
    display: inline;
    margin: 4px 2px 4px 0;
    padding: 0;
    width: auto;
}

input, select, textarea
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.valign_top
{
    vertical-align:top;
}

#big_wrapper
{
    width: 1100px;
    margin: 20px auto;
    text-align: left;
    
}

#small_wrapper
{
    width: 645px;
    margin: 20px auto;
    text-align: left;
    
}

#top_header_nobg
{
    height: 52px;
}

#top_header
{
    height: 60px;
    background: url('south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png') repeat-x scroll 50% 50% #ECE8DA; border: 1px solid #98C0EB; color: #433F38; font-weight: bold;
    /*padding: 0.4em 1em;*/
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

#top_header_wrapper
{
    /*margin-top: 0px;*/
}

#top_logo
{
    padding: 5px;
    text-align:center;
    background: url("SiteConHeaderSmall.png") no-repeat scroll 5px 0 transparent;
    height: 40px;
    width: 180px;
}

#top_text
{
    float:left;
    font-weight: normal;
    margin-top: 15px;
}

#top_menu_table
{
    height: 100%;
    width: 100%;
}

#top_menu_table a
{
    text-decoration: none;
    color: #527FC4;
}

#top_menu
{
    float:right;
    text-align:right;
    height: 100%;
    padding-top:6px;
}

#top_menu li
{
    display: inline-block;
    list-style: none;
    padding: 5px;
    font: bold 14px Tahoma, Verdana, Helvetica, Sans-Serif;
    border-left: 1px dotted #999999;
}

#top_menu a
{
    text-decoration: none;
    color: #527FC4;
}

#shadow
{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: White;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 0.2em;
    background: url("images/ui-bg_highlight-hard_100_f5f3e5_1x100.png") repeat-x scroll 50% top #E3F1FE;
    border: 1px solid #98C0EB;
    color: #312E25;
}

#bottom_footer
{
    clear: both;
    text-align: center;
    padding: 20px;
}

.clear {
    clear: both;
}

/*Login page*/
#page_login
{
    margin: 0px auto;
    width: 600px;
}

#page_login_container
{
    padding: 35px;
}

#page_login_logo
{
    background: url("SiteCoSplashSmall.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1.167em;
    height: 180px;
    line-height: 180px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 290px;
    border: 1px solid #98C0EB;
}

#page_login_form
{
    border-left: 1px dotted #999999;
    float: right;
    margin-left: 27px;
    min-height: 180px;
    padding-left: 30px;
    width: 214px;
}

.check-field label
{
    display: inline;
}

.check-field
{
    margin-bottom: 10px;
}

/*Index page*/
#page_index
{

}

#main section
{
    float: left;
    width: 772px;
    margin-left: 20px;
    margin-bottom: 1em;
}

#main aside
{
    float: left;
    width: 160px;
    margin-top: 43px;
}

#main aside > div
{
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 10px 5px 0px 5px;
}

.external-event
{
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: move;
    font-size: 15px;
    padding: 2px 4px;
    background: none repeat scroll 0 0 #2F8D11;
    position: relative;
}

.external-event-info
{
    margin-bottom: 10px;
}

#time_table
{
    width: 100%;
    text-align: left;
}

#time_table td
{
    padding: 0px 15px 10px 15px;
}

#time_table .slider
{
    width: 190%;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-right: 4px;
    vertical-align: middle;
}

#signing-button
{
    margin-bottom: 5px;
    margin-top: 10px;
}

#dialog-form-signing
{
    text-align: left;
}

#dialog-form-signing label
{
    margin-top: 12px;
}

/*Workorders*/
#site_workorders
{

}

.general_table
{
    width: 100%;
    text-align: left;
}

.general_table td
{
    padding: 0px 0px 0px 0px;
}

.table_style 
{ 
    margin: 1em 0; 
    width: 100%;
    border: 1px solid #98C0EB;
    border-collapse: collapse;
    
}

.table_style td, .table_style th 
{ 
    padding: .6em 10px; 
    text-align: left;
    border: 1px solid #98C0EB;
}

.table_style table tbody tr:nth-child(odd) 
{
    
}

#tabs
{
    height: 97%;
    border: 0px solid #DFD9C3;
}

#multiple-select
{
    margin-top:-12px; 
    width: 0px;
}

#site_workorders h1
{
    margin-top: 16px;
    margin-bottom: 4px;
}

.ui-widget-content a
{
    color: #000000;
    float: left;
}

/* Validation style */
.validate-tips
{
    border-radius: 3px 3px 3px 3px;
    outline: medium none;
    padding: 4px 5px;
}

.input-validation-error {
    background: url("south-street/images/error2.png") repeat-x scroll 50% top #C44E25;
    border: 1px solid #7F290C;
    color: #000000;
}

.validation-summary-errors
{
    background: url("south-street/images/error2.png") repeat-x scroll 50% top #C44E25;
    border: 1px solid #7F290C;
    color: #000000;
    border-radius: 3px 3px 3px 3px;
    outline: medium none;
    padding: 4px 5px;
}

.field-validation-error
{
    margin-top: -3px;
    color: #7F290C;
}

.text-field input
{
    margin-bottom: 0px;
}

.text-field
{
    margin-bottom: 12px;
}

.ui-combobox {
	position: relative;
	display: inline-block;
}

.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}

.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}

/* Loading layer */
#loading-layer
{
    position: absolute;
    width: 150px;
    max-width: 150px;
    max-height: 75px;
    padding: 30px;
    text-align: center;
    font-size: smaller;
    background-color: White;
    top: -200px;
    left: -200px;
    z-index: 5000;
    
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.combobox {
    width: 90%;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}
.combobox-showall {
    moz-border-radius: 0px 2px 2px 0px;
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    height: 29px;
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 8px !important;
}