﻿
body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
	background: #3d4368 url(images/body_bg.png) repeat left top;
	
	font-family:Arial;
	font-size:75%;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 0;
	width: 100%;
	float:left;
	clear:right;
		
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 1em 0.5em 0.5em 0.5em;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 1em 0 0 1.5em;
	font-size: 1.1em;
	font-weight: normal;
}
h6 {
	margin: 0.5em 0em 0.5em 0.9em;
	font-size:1.1em;
	font-weight:normal;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

.HPHighlight
{
	color:blue;
}

.learnMore
{
    text-align:right;
    padding-right:10px;
	font-size:1em;
	color:Red;
}

.startApp
{
    text-align:right;
    padding-right:10px;
    font-size:1.1em;
    color:Red;
}


#master_headertop
{
	
	position: relative;
	background-color: #3d4368;
	border-bottom: solid 2px black;
	width:100%;
}

#master_headerbottom
{
	/*background: url(images/pencil.gif) repeat-x left top;*/
}

#master_page
{
    position:relative;
	margin: 10px auto 20px 5px;
	width: 55%;
}

#loggedinpage

{
    position:absolute;
    left:201px;
	margin: 10px auto 10px 5px;
	width: 90%;
}

#leftcol
{
	/* put this in the main master page when you finish it!
        <div id="leftcol"> 
                <asp:Image runat="server" ID="LeftBanner" ImageUrl="~/Images/leftbanner.png" AlternateText="OHASIS Transportation" />
        </div>*/
	
	float: left;
	width: 200px;
	padding-right: 20px;
}

.centercol
{
    width:800px;
    padding-top:20px;
    position:relative;
    float:left;
    margin-bottom:15px;
    text-align:center;
}

#rightcol
{
    
    width:200px;
    padding-top:20px;
    padding-right:auto;
    padding-left:20px;
    position:relative;
    float:right;
}

.master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #ffffff;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-align:center;
}

#mainProgramDesc 
{
    padding-left:40px;
    margin-top:3px;
    padding-right:40px;
}

#sidebar
{
	float:left;
	width: 200px;
	margin-bottom: 10px;
	padding: 0 10 0 0;
	background-image: url(Images/leftbanner.jpg) ;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples
{	
	padding-top: 72px;
	background: #FFF url(images/samples_bg.gif) no-repeat left top;
}

#master_sidebarWalkthroughs
{
	padding-top: 72px;
	background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #0F2543;
	color: #FFF;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	float: right;
	width: 55%;
	margin-right: auto;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder
{
	/*padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;*/
	line-height: 1.5em;
	text-align:center;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #ffffff;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.labelCenter
{
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;

}

.tabElements
{
    text-align:center;
    padding-top:30px;
}

.tabButton
{
    float:left;
    position:relative;
    padding-left:250px;
    padding-top:10px;
}
 
.menuRedirect 
{
	width:1250px;
} 

  .modalBackground {
	background-color:#3d4368;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#e1e1e1;
	border-width:2px;
	border-style:solid;
	border-color:#333333;
	padding:3px;
	width:400px;
	vertical-align:middle;
	text-align:center;

} 

.modalButton
{
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    text-align:center;
    vertical-align:middle;
} 

.rollOverTips 
{
	color: Lime;
}

#buttonCenter
{
    padding-left:20px;
    padding-right:auto;
    width:100px;
}

.tableBorders
{
    border-color:#999999;
    border-width:1px;
    border-style:none;
    text-align:left;
}

.tableBordersRight
{
    border-right-color:#777777;
    border-right-width:1px;
    border-right-style:solid;
    text-align:left;
}

.tabs_gridview
{
    
    border-color:#777777;
}


/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:2px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#ffffff;
    padding:3px 5px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    padding-bottom:20px;
    background-color:#D3DEEF;
    border:solid 1px #d7d7d7;
    border-top-width:0;
    border-bottom-width:0;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    padding-left:15px;
    margin-top: 5px;
    cursor: pointer;
    width:95%;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    padding-left:15px;
    cursor: pointer;
    width:95%;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 20px;
    padding-bottom:20px;
    padding-left:15px;
    width:95%;
}


.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #e1e1e1;
    color: #3d4368;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/*collapse panel*/
.collapsePanel {
	
	background-color:#D3DEEF;
	width:1041px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-align:center;
	border-color:#777777;
	border-style:solid;
	border-width:0px;
}

.collapsePanelHeader{
	width:1041px;
	height:30px;
    background-color:#3d4368;
	color:#FFF;
	font-weight:bold;
}

/*Printer Friendly Page*/

.PrintTableCell
{
 border-style:solid;
 padding:2px 2px 2px 2px;
 border-color:Black;
border-right:1pt;
border-left:1pt;
border-top:1pt;
border-bottom:1pt;
text-align:left;
table-layout:fixed;
vertical-align:top;
border-collapse:collapse;
font-family:Arial;
font-size:small;
background-color:White;

 
    
}
.PrintTableCellHeader
{
 border-style:solid;
 padding:2px 2px 2px 2px;
 border-color:Black;
border-right:1pt;
border-left:1pt;
border-top:1pt;
border-bottom:1pt;
text-align:left;
table-layout:fixed;
vertical-align:top;
border-collapse:collapse;
font-family:Arial;
font-size:small;
font-weight:bold;

 
    
}

.PrintTableCellHeaderCenter
{
 border-style:solid;
 padding:2px 2px 2px 2px;
 border-color:Black;
border-right:1pt;
border-left:1pt;
border-top:1pt;
border-bottom:1pt;
text-align:center;
table-layout:fixed;
vertical-align:top;
border-collapse:collapse;
font-family:Arial;
font-size:small;
font-weight:bold;

 
    
}

.PrintTableCellSection
{
 border-style:solid;
 padding:2px 2px 2px 2px;
 border-color:Black;
border-right:1pt;
border-left:1pt;
border-top:1pt;
border-bottom:1pt;
text-align:left;
table-layout:fixed;
vertical-align:top;
border-collapse:collapse;
font-family:Arial;
font-size:medium;
font-weight:bold;
background-color:#dAdAdA;

 
    
}

/* Table style for RequestLogin.aspx page */

.RequestLoginLeftColumn
{
	font-weight: bold;
	font-family: Arial;
	color: black;
	text-align:right;
	vertical-align:text-top;
}

.RequestLoginRightColumnTextBox
{
	width:300px;
	font-family:Arial;
}

.RequestLoginRightColumn
{
	width: 310px;
	text-align:left;
	padding-left:5px;
}

/* Password Strength Indicator */

.TextIndicator_txtCreatePassword_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_txtCreatePassword_Strength2
{
     background-color:gray;
     color:Yellow;
     font-family:Arial;
     font-size:small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_txtCreatePassword_Strength3
{
     background-color:gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_txtCreatePassword_Strength4
{
     background-color:gray;
     color:Aqua;
     font-family:Arial;
     font-size:small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_txtCreatePassword_Strength5
{
     background-color:gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

/*Inspector Page*/

.ActionLinkButton
{
	margin:5px 0px 5px 0px;
}

.InspectorTableCell
{
 border-style:solid;
 padding:2px 2px 2px 2px;
 border-color:Black;
border-right:1pt;
border-left:1pt;
border-top:1pt;
border-bottom:1pt;
text-align:left;
table-layout:fixed;
vertical-align:top;
border-collapse:collapse;
font-family:Arial;
font-size:12pt;
background-color:White;
width:250px;
height:25px;  
}

.InspectorTableCellHeader
{
 border-style:solid;
 padding:2px 2px 2px 2px;
 border-color:Black;
border-right:1pt;
border-left:1pt;
border-top:1pt;
border-bottom:1pt;
text-align:left;
table-layout:fixed;
vertical-align:top;
border-collapse:collapse;
font-family:Arial;
font-size:12pt;
font-weight:bold;
width:150px;
height:25px;
}

/* Packing List styles */

.PackingListAddItemTableCellRight
{
	width:300px;
	height:35px;
	text-align:left;
	vertical-align:top;
}

.PackingListAddItemTableCellLeft
{
	width:300px;
	height:35px;
	text-align:right;
	padding-right:10px;
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	color:#555555;
	vertical-align:top;
}

.PackingListFooterRow
{
	padding-top:10px;
	padding-bottom:10px;
}

.PackingListDescription
{
	padding-left:5px;
	padding-right:5px;
}

