body {
/*	margin:1px; */
	padding:0px;
        padding: 1em;
    background-color: #ffffff;
	color: #000000;
	text-align:left;
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
}

a {outline: none;}
a:visited {color: navy;text-decoration: none;font-weight: bold;}
a:link {color: navy;text-decoration: none;font-weight: bold;}
a:hover {color: blue;text-decoration: none;font-weight: bold;}

#container {
  min-width:967px;
}

#header_links {color: #333333;font-size: 13px;font-weight: bold;padding: 5px 0px 0px 20px;}
#header_links a {color: #333333;font-size: 13px;font-weight: bold;text-decoration : none;}
#header_links a:hover {color: #333333;font-size: 13px;font-weight: bold;text-decoration : underline;}
#header_links img {vertical-align:middle;}

#main_content {
  float: right;
  width: 80%;
}

#main_context {
  float: left;
  width: 100%;
}

/**************************************************
  TAB MENU
***************************************************/
div.mytabmenu {
 margin-top: 0px;
 padding-top: 0px;
 padding-left: 0px;
/*
 FLOAT: left;
 WIDTH: 100%;
 clear: both;
*/ 
	LINE-HEIGHT: normal;
/*
 border-top: 1px solid #404040;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #404040; 
*/        
}
div.mytabmenu span.normal, div.mytabmenu span.active {
	padding:2px 0px 2px 9px;
	FLOAT: left; 
	MARGIN: 1px 0px 0px 0px; 
	border-top: 1px solid #8F8F8F;
	border-left: 0px solid #8F8F8F;
	border-right: 0px solid #202020;
	border-bottom: 0px solid #202020;
 border-top: 0px dotted #afafaf;
 background: #cccccc;
}
div.mytabmenu A, div.mytabmenu span.normal A, div.mytabmenu span.normal A:hover {
	PADDING-RIGHT: 12px; 
	DISPLAY: block; 
	PADDING-LEFT: 1px; 
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: normal; 
	FLOAT: none; 
	PADDING-BOTTOM: 2px; 
	COLOR: #000000; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none;
}
div.mytabmenu span.active {
	border-top: 0px solid #202020;
	border-left: 0px solid #202020;
	border-right: 1px solid #8F8F8F;
	border-bottom: 0px solid #8F8F8F;
 background: #FFFFFF;
}
div.mytabmenu span.active A {
 font-size: 10pt;
 COLOR: #000000; 
}
/**************************************************
  end of TAB MENU
***************************************************/

/**************************************************
  begin of login bar
***************************************************/

#headerinfo {
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    clear: both;
    color: #000000;
    display: block;
    font-size: 13px;
    height: 51px;
    width: 100%;
}
#headerlogo {
	float: left;
}
#headerlogin {
	float: right;
}
#headertime {
	clear: right;
	float: right;
	padding-top:5px;
 color: #333333;
}

#headerbar {
    background: none repeat scroll 0 0 #81B8D2;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 25px;
    margin-bottom: 4px;
    padding-bottom: 6px;
    width: 100%;
}

/**************************************************
  end of login bar
***************************************************/

.allMiddle {vertical-align:middle;}
.allMiddle img {vertical-align:middle;}
.allMiddle input {vertical-align:middle;}
.allMiddle button {vertical-align:middle;}

table {
	color: #333333;
	border: 1px;
	font-size: 12px;
	border-spacing: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #EEEEEE;
}
table th {
	height: 20px;
	background-color: #a29d9d;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
table th.header {
	height: 25px;
	background-color: #a29d9d;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
table th.footer {
	font-size: 12px;
	height: 20px;
	background-color: #efefef;
	text-align: center;
}
table th a {
	color: #FFFFCF;
        text-decoration:none;
}
table th a:hover {
	color: #FFFFFF;
        text-decoration:underline;
}
table tr {

}
table tr.white {
	background-color: #FFFFFF;
}
table td {
		padding: 1px;
}

table.form {
	color: #333333;
	font-size: 12px;
	border: 1px;
	border-spacing: 1px;
	border-width: 0px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #EEEEEE;
}
table.form tr {
	background-color: #FFFFFF;
}
table.form th {
	font-weight: bold;
	text-align: left;
}
table.form th a {
	color: #FFFFCF;
    text-decoration:none;
}
table.form th a:hover {
	color: #FFFFFF;
    text-decoration:underline;
}
table.form th a.dark {
	color: #666666;
    text-decoration:none;
}
table.form th a:dark {
	color: #999999;
    text-decoration:none;
}
table.form th.header {
	height: 25px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
table.form th.footer {
	font-size: 13px;
	height: 20px;
	background-color: #efefef;
	text-align: center;
}
table.form th.small_header {
	font-size: 13px;
	height: 20px;
	background-color: #aaaaaa;
}
table.form td {
	padding: 1px;
	text-align: left;
}

.payment-form {
    width: 350px;
    padding: 0px 0 0 5px;
}

    .payment-form label {
        display: block;
        float: left;
        width: 100px;
    }
    
    .payment-form .card-number {
        width: 170px !important;
    }
    
    .payment-form .card-name {
        width: 170px !important;
    }
    
    .payment-form .card-cvc {
        width: 50px !important;
    }

    .payment-form .submit-button{
        margin-top: 20px;
        padding: 5px;
    }
    
    .payment-form .button{
        margin-top: 20px;
        padding: 5px;
    }
    
    .payment-form .credit_card {
        display: inline;
        margin-left: 170px;
        margin-top: 3px;
        
    }
    
.autocomplete-suggestions { 
    border: 1px solid #999; 
    background: #FFF; 
    cursor: default; 
    overflow: auto; 
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}

.autocomplete-suggestion { 
    padding: 2px 5px; 
    white-space: nowrap; 
    overflow: hidden; 
}

.autocomplete-selected { 
    background: #F0F0F0; 
}

.autocomplete-suggestions strong { 
    font-weight: normal; 
    color: #3399FF; 
}

.autocomplete-disabled { 
    padding: 2px 5px; 
    white-space: nowrap; 
    overflow: hidden; 
    color: #D3D6D3;
}    

#add_schedule {
    font-size: 10px;
}

#initial {
    display: none;
}

.error {
    color: red;
}

.link {
    padding-left: 40px;
}

.link input {
    width: 500px;
}

.link span.add, .link span.delete {
    font-size: 14px;
    padding-left: 5px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}