﻿/* Reset
----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: bottom; background: transparent;}


body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/2011-lander/background2011-Stripes.png');
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

li
{
	margin: 0px 0px 10px 0px;
	}
a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: blue;            	
	}	
a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: green;            	
	} 



/* IDS */
#wrapper
{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    padding:0;
    text-align:left;
    width:1000px;
    border: solid 0px orange;
	}
#header
{
    height: 140px;
}
#header_logo
{
	float: left;
	}
#header_buttons
{
	float: right;
	margin: 30px 10px 0px 0px;
	}
#footer
{
 text-align: center;
 margin: 20px 0px 0px 0px;
 padding: 20px 0 0 0;
 width:1000px;
 height:40px;
 border: solid 0px red;
	}
#media
{
	margin: 10px 0px 0px 0px;
	}
#mindmap img
{
	border: solid 0px black;
	}
#mindmap h1
{

	}
#footerNav a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: blue;            	
	}	
#footerNav a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    color: navy;            	
	} 
#subFooterNav a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: normal;
    text-decoration: none;
    color: blue;            	
	}	
#subFooterNav a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: normal;
    text-decoration: underline;
    color: navy;            	
	} 
#grid a:visited
{
	color: red;
	}
#TabPanel1 .labelThin{
    font-family:helvetica;
    font-size:15px;
}

/* CLASSES */

.clear
{
	clear:both;
	}
.shiny_button
{
    border: none;
	}
	
/*** iphone app templates ***/
li.apps {padding: 5px 0 5px 0;}
/*** end iphone app templates ***/

/*** three columns body ***/	
.threeColumn-Row
{
	width: auto;
	border: solid 0px red;
	}
.threeColumn-Row-First
{
	width: auto;
	border: solid 0px red;
	margin: 20px 0 0 0;
	}
.threeColumn-Column
{
	border-left: solid 0px orange;
	width: 31.5%;
	float: left;
	height: 200px;
	padding: 0 8px 0 8px;
	
	}
.threeColumn-Column-First
{
	border: solid 0px orange;
	width: 31%;
	float: left;
	height: 200px;
	padding: 0 8px 0 0px;
	}
.threeColumn-Row img
{
	padding: 2px 10px 0 0;
	margin: 0 0 0 0; 
	}
/*** end three columns body ***/


/*** two columns body ***/	
.twoColumn-Row
{
	width: auto;
	border: solid 0px red;
	}
.twoColumn-Row-First
{
	width: auto;
	border: solid 0px red;
	margin: 20px 0 0 0;
	}
.twoColumn-Column
{
	border-left: solid 0px orange;
	width: 48%;
	float: left;
	height: 150px;
	padding: 0 8px 0 8px;
	
	}
.twoColumn-Column-First
{
	border: solid 0px orange;
	width: 48%;
	float: left;
	height: 150px;
	padding: 0 8px 0 0px;
	}
.twoColumn-Row img
{
	padding: 2px 10px 0 0;
	margin: 0 0 0 0; 
	}
/*** end two columns body ***/

/*** search ***/
.row {border: 0px red dotted; width:800px; padding:5px; overflow:hidden; margin: 0 0 0 0;}
.label-search {border: 0px blue dotted; text-align:right; float: left; width:10%; height: 20px; margin: 0 5px 0 0;}
.field-search {border: 0px green dotted; text-align:left; float: left; width:27%;}
.label {border: 0px blue dotted; text-align:right; float: left; width:10%; height: 20px; margin: 0 5px 0 0;}
.field {border: 0px green dotted; text-align:left; float: left; width:27%;}
.buttons-search {border: 0px blue dotted; text-align:right; float: left; width:13%; height: 15px; margin: 0 5px 0 0;}
.h3body {padding: 0 0 0 0; margin:10px 0 0 0; font-weight: bold;}
/*** end search ***/


/* DATAGRID LAYOUT  
----------------------------------------------------------*/
.datagrid_wrapper {border: 0px red dotted; height:270px; overflow:auto;}
.datagrid_wrapper_half {border: 0px red dotted; height:150px; overflow:auto;}
.datagrid_wrapper_big {border: 0px red dotted; height:300px; overflow:auto;}

.DataGridStyle { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.DataGridHeaderStyle {color: #262626; height: 25px; text-align:left; background-color: #eec72f; border: 1px solid #343434; text-indent: 2px; }
.DataGridItemStyle { height: 25px; border-bottom: 1px solid #343434; text-indent: 2px; }
.DataGridAlternatingItemStyle { height: 25px; border-bottom: 1px solid #343434;background-color: #fff7d9;  text-indent: 2px;}  
.DataGridPager {color: #000; height: 25px; text-align:left; background-color: #cbcbcb; }
.DataGridPager a:link, a:visited {color: blue;}

.DataGridStyle-Plain { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 0px #525252; border-collapse:collapse;}
.DataGridHeaderStyle-Plain {height: 55px; text-align:left; background-color: #000; text-indent: 2px;}
.DataGridItemStyle-Plain { height: 25px; border-bottom: 0px solid #343434; text-indent: 2px;}
.DataGridAlternatingItemStyle-Plain { height: 25px; border-bottom: 0px solid #343434; background-color: #fff; text-indent: 2px;}  
.DataGridPager-Plain {color: #000; height: 25px; text-align:left; background-color: #fff; }
.DataGridPager-Plain a:link, a:visited {color: blue;}



/* FORM LAYOUT  
----------------------------------------------------------*/
.label
{
	width: 150px;
	text-align: right;
	border: solid 0px black;
	float: left;
	}
.labelThin
{
	width: 77px;
	text-align: right;
	border: solid 0px black;
	float: left;
	font-size: 7pt;
	padding-right: 3px;
	height: 18px;
	}	
.formw
{
	width: 340px;
	text-align: left;
	border: solid 0px yellow;
	margin: 0px 0px 0px 150px;
	}
.formWide
{
	width: 550px;
	text-align: left;
	border: solid 0px yellow;
	margin: 0px 0px 0px 150px;
	}
.labelThinFormWide
{
	width: 675px;
	text-align: left;
	border: solid 0px yellow;
	margin: 0px 0px 0px 75px;
	font-size: 9pt;
	}
.formThin
{
	width: 145px;
	text-align: left;
	font-size: 7pt;
	border: solid 0px yellow;
	margin: 0px 0px 0px 80px;
	}
.columnCenterList li
{
	margin: 0px 0px 0px 0px;
	}

div.accountInfo
{
    width: 42%;
}	

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}


/*=== Animated Loading Image ===*/
#myHiddenDiv 
{
 color: Red;
 }

#content {display:none;}



/* AJAX CALENDARS  
----------------------------------------------------------*/
.calendarImage
{
	padding: 0px; margin: 0px;
	}
	
	
/* PAYPAL REGISTRATION FORMS  
----------------------------------------------------------*/	
.SignupForm
{
 text-align: center;
	}
	
.SignupForm h2 
{
	padding: 10px 0 5px 0;
	}
	
.SignupForm p 
{
	padding: 10px 0 5px 0;
	}


