/* $TopStyle:URL=http://localhost/MarcAirAviation/Style/style1.css$ */

/***********************************************/
/* style1.css                            */
/* Use with template style1.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* MarcAir colors in the logo
	#4B2079; purple
	#3FD3B9		light teal blue
	#C532BE magenta
*/
body
{
	margin-top: 0px;
	font-size: 10pt;
	margin-left: 0px;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
P
{
	font-size: 10pt;
}

/* This sets the base allingnment & font size */
DIV.divMainAllignment
{
	font-size: 10pt;
	text-align: left;
}
/*

A:link
{
	color: #006699;
	text-decoration: underline; 
}
A:hover
{
	color: #006699;
	text-decoration: underline; 
}
A:visited
{
	color: #990099;
	text-decoration: underline;
}
A
{
	color: #006699;
	text-decoration: underline; 
}
*/
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size: 120%;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
h2
{
	font-size: 100%;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
h3
{
	border-top: #c532be 2px solid;
	font-size: 100%;
	color: white;
	border-bottom: #3fd3b9 3px groove;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	background-color: #483d8b;
}
h4
{
	font-weight: bold;
	font-size: 115%;
	color: #000000;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
h5
{
	font-size: 100%;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
ul
{
	font-size: 10pt;
	color: black;
	list-style-type: disc;
}

ul ul
{
	font-size: 10pt;
	list-style-type: disc;
}

ul ul ul
{
	font-size: 10pt;
	list-style-type: none;
}

label
{
	font: bold 100% Tahoma,Verdana,Arial,sans-serif;
	color: black;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content
{
	float: right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
/*************** #pageName styles **************/
#pageName
{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/
#globalNav
{
	padding-bottom: 1px;
	color: #000000;
	padding-top: 1px;
	border-bottom: #CCCCCC thin;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/*
#globalNav img{
 display: block;
}
*/


/************* #breadCrumb styles *************/

#breadCrumb
{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited
{
	display: block;
}

#navBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li
{
	border-bottom: 1px solid White;
}

/* fix for browsers that don't need the hack */
html > body #navBar li
{
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3
{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link
{
	padding-right: 0px;
	border-top: #cccccc 1px solid;
	padding-left: 10px;
	padding-bottom: 2px;
	width: auto;
	padding-top: 2px;
}

#sectionLinks a:visited
{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}


HR
{
	color: #483d8b;
}

A.navLink
{
	font-size: 10pt;
	padding-right: 4px;
	padding-left: 4px;
	background: #483d8b;
	padding-bottom: 1px;
	color: white;
	padding-top: 1px;
	text-decoration: none;
}
A.navLink:hover
{
	font-size: 10pt;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
	color: #3FD3B9;
	padding-top: 1px;
	text-decoration: none;
	background: #483d8b;
}

.navPanel
{
	border-top: #C532BE 2px solid;
	border-right: #C532BE 2px solid;
	font-size: 10pt;
	background: #483d8b;
	width: 790px;
	color: white;
	border-bottom: #3fd3b9 2px solid;
	border-left: #3fd3b9 2px solid;
	text-decoration: none;
}
/*
a.link:visited
{ 
	color:blue;
}
a.link
{
	display: block;	
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;		
	width: 120px;
	color: black;		
	background-color: white;
}
a.link:hover
{
   display: block;
   text-decoration: underline;
   background-color: #990000;
   color: white;
}
*/

A.nlinkUnderline:link
{
	font-size: 10pt;
	padding-right: 4px;
	padding-bottom: 1px;
	color: #0000cc;
	padding-top: 1px;
	text-decoration: none;
}
A.nlinkUnderline:visited
{
	font-size: 10pt;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #0000cc;
	text-decoration: none;
}
A.nlinkUnderline:hover
{
	font-size: 10pt;
	padding-right: 4px;
	padding-bottom: 1px;
	color: #ff0033;
	padding-top: 1px;
	text-decoration: underline;
}

A.nlinkUnderlineMini:link
{
	padding-right: 4px;
	padding-bottom: 1px;
	color: #0000cc;
	padding-top: 1px;
	text-decoration: none;
}
A.nlinkUnderlineMini:visited
{
	
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #0000cc;
	text-decoration: none;
}
A.nlinkUnderlineMini:hover
{

	padding-right: 4px;
	padding-bottom: 1px;
	color: #ff0033;
	padding-top: 1px;
	text-decoration: underline;
}

#PanelMain
{
	padding-bottom: 3px;
	width: 800px;
	color: black;
	text-align: left;
}
.cssControlPanel
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	width: 225px;
	border-bottom: thin outset;
	background-color: #f0f0f0;
}

.cssWeatherControlPanel
{
	background-color: whitesmoke;
	width: 225px;
	color: black;
}

#TableForm
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-right: #808080 thin solid;
	border-top: #808080 thin solid;
	border-left: #808080 thin solid;
	color: black;
	border-bottom: #808080 thin solid;
	background-color: #dcdcdc;
}

#WeatherTable
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-right: #808080 thin solid;
	border-top: #808080 thin solid;
	border-left: #808080 thin solid;
	color: black;
	border-bottom: #808080 thin solid;
	background-color: whitesmoke;
}


.footerCtrl
{
	font-size: 75%;
	background: transparent;
	width: 790px;
	color: #483d8b;
}


#PanelForm
{
	background-color: #dcdcdc;
}

TABLE
{
	font-size: 10pt;
}
