﻿body
{
    font: 75% "Trebuchet MS" , sans-serif;
}

h3
{
    color: #555555;
}

.textboxorder
{
    margin-top:5px;
    color:#e00b0b;
    font-size:13px;
    float:right;
    border:0px none;
    width:50px;
}
.left
{
    width: 110px;
    float: left;
    padding: 7px 0px 0px 7px;
    min-height: 24px;
}
.right
{

    width: 260px;
    float: left;
    padding: 5px;
    min-height: 24px;
}
.errormessage
{
    color: red;
    width: 20px;
    float: left;
    padding: 5px;
    min-height: 24px;
}

.clear
{
    float: none;
    clear: both;
    height: 0px;
}
.row
{
    background-color: none;
    display: block;
    min-height: 32px;
}
.over
{
    background: #f6fcfc;
}
.out
{
    background-color: none;
}

.region
{
width:290px;
float:left;
padding:5px;
min-height:24px;
}

.formitemlarge
{
    margin-bottom:15px;
    float:left;
    width:920px;
  
}

.contentlarge
{   background:white;
    border:1px solid #e00b0b;
    padding:5px 5px 20px 5px;
    color:#555555;
    font-size:13px;
    width:910px;
}


.formitem
{
    margin-left:60px;
    margin-bottom: 25px;
    float: left;
    width: 380px;
}
.content
{
    background: white;
    border: 1px solid #e00b0b;
    padding: 5px;
    color: #555555;
    font-size: 13px;
    width: 420px;
}


#signin_menu
{
    background-color: #eaeaea;
    position: relative;
    width: 220px;
    z-index: 0;
    border: 1px solid #eaeaea;
    text-align: left;
    padding: 25px;
    top: 0px;
    right: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    color: #232020;
    font-size: 13px;
}

#logout_info a:visited
{
    color: white;
    text-decoration: none;
    background-color: #e00b0b;
}
#logout_info a:hover
{
    color: white;
    text-decoration: underline;
}
#logout_info a:link
{
    color: white;
    text-decoration: none;
}
#logout_info a:active
{
    color: white;
    text-decoration: none;
}



#logout_info
{
    background-color: #e00b0b;
    position: absolute;
    display: block;
    width: 75px;
    z-index: 0;
    border: 1px #eaeaea solid;
    border-style: none none solid solid;
    text-align: left;
    padding: 12px;
    top: 0px;
    right: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    color: black;
    font-size: 13px;
}


#signin_menu input[type=text], #signin_menu input[type=password]
{
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a7a9ac;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}

#signin_menu p
{
    margin: 0;
}
#signin_menu a
{
    color: #6AC;
}
#signin_menu label
{
    font-weight: normal;
}
#signin_menu p.remember
{
    padding: 10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete
{
    clear: both;
    margin: 5px 0;
}
#signin_menu p a
{
    color: #27B !important;
}


#signin_submit
{
    background: #e00b0b;
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 #39d;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}

#signin_submit::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

#signin_submit:hover, #signin_submit:focus
{
    background-position: 0 -5px;
    cursor: pointer;
}

#newsOrder
{
    display: none;
}

#logo
{
    margin-bottom: 10px;
}

#news
{
    width: 200px;
    float: left;
    margin-left: 20px;
}

#footer
{
    text-align: center;
    width: 900px;
    clear: both;
    font-size: 90%;
}
.newsheader
{
    text-align: center;
    font-size: 150%;
    padding: 5px;
    color: #FFFFFF;
}
#newstitle
{
    font-size: 110%;
    font-weight: bold;
    color:#FFFFFF; 
    margin-top: 10px;
}

#news a
{
color:black;
text-decoration:none;
}

#news a:hover
{
color:black;
text-decoration:underline;
}

.framedtitle
{
    font-size: 110%;
    font-weight: bold;
    color: #003377;
    margin-top: 10px;
}
.framed
{
    border: 1px solid #003377;
    padding: 10px;
}
.inputlabel
{
    width: 200px;
    float: left;
}
.mandatory
{
    font-weight: bold;
}
.formfield
{
    margin: 5px;
}
.centered
{
    text-align: center;
}
input.button
{
    font-size: 120%;
    font-weight: bold;
}
.datepicker
{
    width: 75px;
}
.datetime
{
    width: 40px;
}
.fielddescription
{
    color: #999999;
    font-style: italic;
}

.grid 
{
  font-family:Verdana,Arial,sans-serif;
  margin-top :10px;
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  font-size :9px;
}

.grid td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

.grid th a
{
    color:Black;
}

.grid th
{
	
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}


.showBooking
{
    margin-top:2px;
}

.inputOrderTextBox
{
    width:230px;
   
}


.inputOrder
{
    width:240px;
}

.rightTextboxOrderSearch
{
    width: 170px;
    float: right;
    padding: 5px;
    min-height: 24px;
}
.contentOrderSearch
{
    margin-top:10px;
   background: white;
    border: 1px solid #ffffff;
    padding: 5px;
    color: #555555;
    font-size: 13px;
    width: 350px;
}

.displayOrderDetails
{
    color:Black;
    margin-left:5px;    
	margin-top:2px;
}

.linkCell
{
	margin:auto;
}

.imageLink
{
	width:16px;
	margin:16px;
	border-style: none
}
.rightCreateUser
{min-height: 24px;
   
   
     float:left;
     width: 200px;
    
}

.leftCreateUser
{min-height: 24px;
   padding-top:3px;
     float:left;
     width: 150px;
    
   
}

.errorMessageCreateUser
{
    float:left;
     width: 200px;
    color:red;
    
}

.formitemCreateUser
{
    margin-top:60px;
    margin-left:60px;
    margin-bottom: 25px;
    float: left;
    color: #555555;
    font-size: 13px;
}

.exportlink
{
  padding-top:10px;
 font-family:Verdana,Arial,sans-serif;
color:Black;    
}
.exportlinkdiv
{
   
  padding-top:10px;
}

.errorMessageStatistics
{
    margin-top:10px;
    color:red;
}

#loadingScreen
{
    width:48px;
    height:48px;
    background-image:url(../../Content/m4/loadinfo_net.gif);
}
