﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

@import url('/Content/Widget.css');
@import url('/Content/Tabs.css');

body
{
	background-position: top;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #4E4E4E;
	text-align: justify;
	letter-spacing: 1px;
	font-weight: 300;

	background: url( "/Content/Images/wide-site-bg.png" ) repeat-y scroll 50% 0 #0A88B3;
}

img, div, a, input, body, li
{
	behavior: url("/Content/iepngfix.htc");
}

a:link
{
    color: #0A88B3;
    
}
a:visited
{
    color: #0A88B3;
}
a:hover
{
    color: #E85D07;
}
a:active
{
    color: #0A88B3;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.9em;
    padding: 0px;
}

ul li
{
	list-style-type: none;
}

ul
{
	/*IE6 Fix*/
	margin:0px;
	padding:0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 0px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	clear: both;
	margin: 0 auto;
	width: 950px;
	background-color: #ffffff;
	padding: 10px;
}

#header
{
	position: relative;
	margin-bottom: 5px;
	color: #000;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    border: none;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	color: #808080;
	text-align: left;
	line-height: normal;
	padding: 20px 10px 20px 10px;
	font-size: .8em;
	clear: both;
	background-color: #F3F3F3;
	margin-top:20px;
}

#footer dl
{
	float: left;
	width: 180px;
	margin: 0 10px 15px 0;
}

#footer dl a
{
	color: #808080;
	text-decoration: none;
}

#footer dt
{
	border-width: 2px;
	border-color: #C0C0C0;
	padding-bottom: 5px;
	border-bottom-style: solid;
	margin-bottom: 3px;
}

#footer dl dd
{
	margin: 0;
	padding: 3px 0 3px;
}

#footer .social
{
	height: 30px;
	width: 30px;
	border: none;
}

.disclaimer
{
	color: #333333;
	background-color: #D8D8D8;
	padding: 5px;
	border: 1px solid #BBBBBB;
	font-size: 0.8em;
	margin-top: 10px;
}

#topLinks
{
	float: right;
	vertical-align:top;
}
#topLinks ul
{
	line-height: 0;
}
#topLinks ul li
{
	display: inline;
}

#topLinks ul li span
{
	padding-left: 3px;
	color: #C0C0C0;
}

#topLinks ul li a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-width: 1px;
	border-color: #5DB30A;
	padding: 0 0 1px 0;
	position: relative;
	margin: 0;
	background: url("/Content/Images/nav_bg.gif");
}

ul#menu li
{
	display: inline;
	list-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

ul#menu li#greeting
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a
{
	padding: 6px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size:12px;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{

}

fieldset div
{
	display: inline;
    width: 200px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 300px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  vertical-align: top;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
	margin-top: 0px;
	margin-bottom: 10px;
}

div#title
{
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

div#title a
{
	border:none;
}

div#title img
{
	height:70px;
	width: 209px;
}



#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#subContent
{
	margin: 0px 350px 0px 0px;
	height: auto;
	background-color: #FFFFFF;
}

#subLinksRightPanel
{
		float: right; 
		width: 340px; 
		height: 100%; 
		background-color: #FFFFFF;
}

.about li
{
	padding-bottom: 10px;
	list-style-type: square;
	list-style-position: inside;
}

.about li span
{
	font-weight: bold;
}

.imageHeaderWrapper
{
	height:300px;
}

.imageHeaderWrapper img
{
	position: absolute;
}

.stepWrapper ul
{
	list-style-image: url(  "/Content/Images/bullet.png" );
	margin: 0;
	list-style-position: inside;
}

#panelMenu li ul
{
	margin: 0;
	list-style-position: inside;
	list-style-type: decimal;
}

.noListStyleImage
{
	list-style-image:none;
}

.stepWrapper ul li, #panelMenu li ul li
{
	padding-bottom: 10px;
}

.stepWrapper ul ul li
{
	padding-left: 20px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: circle;
}

.dottedBorder
{
		background: url(  "/Content/Images/dotBorder.gif" );
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.thumbList
{
	line-height: 1.5em;
}

.thumbList li
{
	height:75px;
	border-bottom: dotted 1px #DDDDDD;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.thumbList .noBorder
{
	border: none;
}

.thumbList li img
{
	border: 1px solid #DDDDDD;
	float: left;
	display: inline;
	margin-right: 5px;
	padding:2px;
}

.thumbList li span
{
	font-size:12px;
}

.new
{
    background-color: Green; color: #ffffff; margin: 0 5px; padding: 0 3px
}

.cancelled
{
    background-color: Red; color: #ffffff; margin: 0 5px; padding: 0 3px
}

.highlighted-block
{
    background-color: #F3F3F3;
    border: 1px solid #EFEFEF;
    line-height: 1.5em;
    padding: 5px;
    font-size: 10pt;
    color: #808080;
}

.nestor-photo{
    border: 1px solid #EFEFEF;
    float: left;
    margin-right: 10px;
    padding: 5px;
    font-size: 8pt;
    text-align: justify;
    background-color: #F3F3F3;
}
