﻿body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff; /* background for whole site */
	min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-size: 90%;
}
/*a
{
	color: #369;
}
a:hover
{
	color: #fff;
	background: #369;
	text-decoration: none;
}
h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 0;
}
p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}
img
{
	margin: 10px 0 5px;
}*/
/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
		
		position:relative;
}
/*#header
{

	border:solid 1px purple;
}*/

/***********************************
#header p, #header h1, #header h2
{
	padding: .4em 15px 0 15px;
	margin: 0;
}
#header ul
{
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#header ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}
#header ul li a:hover
{
	background: #369;
	color: #fff;
}
#header ul li a.active, #header ul li a.active:hover
{
	color: #fff;
	background: #000;
	font-weight: bold;
}
#header ul li a span
{
	display: block;
}

*****************************************************888*/
/* 'widths' sub menu */
#layoutdims
{
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 200px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    /*border:solid 1px red;*/
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:185px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
        /*border:solid 1px blue;*/
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:15px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        /*border:solid 1px green;*/
    }
    
/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}
#footer p
{
	padding: 10px;
	margin: 0;
}



/******* End Main 3 col definition ********/



div.LeftColContainer
{
	/*border:solid 1px orange;*/
	background-color: #eeeeee;
}

div.LeftInside
{
	/*border:solid 1px yellow;*/
	padding: 15px;
}



/*----TOP PANEL----*/
 .LogoContainer
{
	background: #Ffffff url('./images/yournotme2_Logo.png');
	background-repeat: no-repeat;
	height: 90px;
	width: 537px; /*border:solid 1px orange;*/
	float: right;
}

/*----/Menu PANEL----*/

#menu
{
	/*float:left;*/
	position: absolute;
	bottom: 0px;
	
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #666; /*border:solid 1px red;*/
	overflow:hidden;
	
/*	position:relative;*/
	
}
#menu ul
{
	margin: 0;
	padding: 10px 10px 0 15px;
	list-style: none;
	clear: left;
	float: left;
	list-style: none;
	margin: 0; /*padding:0;*/
	position: relative; /*left:50%;*/
	text-align: center;
}
#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
	
	 /*display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;*/
}
#menu a
{
	float: left;
	background: url("images/tableftF.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#menu a span
{
	float: left;
	display: block;
	background: url("images/tabrightF.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: Blue;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span
{
	float: none;
}
/* End IE5-Mac hack */
#menu a:hover span
{
	color: #FFFFFF;
}
#menu a:hover
{
	background-position: 0% -42px;
}
#menu a:hover span
{
	background-position: 100% -42px;
}

/* rounded corner boxes.*/
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/
.tlc, .trc, .blc, .brc
{
	background-color: transparent;
	background-repeat: no-repeat;
}
.tlc
{
	background-image: url(images/tlc.gif);
	background-position: 0% 0%;
}
.trc
{
	background-image: url(images/trc.gif);
	background-position: 100% 0%;
}
.blc
{
	background-image: url(images/blc.gif);
	background-position: 0% 100%;
}
.brc
{
	background-image: url(images/brc.gif);
	background-position: 100% 100%;
}
.tb, .bb
{
	background-color: transparent;
	background-repeat: repeat-x;
}
.tb
{
	background-image: url(images/tb.gif);
	background-position: 0% 0%;
}
.bb
{
	background-image: url(images/bb.gif);
	background-position: 50% 100%;
}
.rb
{
	background-image: url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
.lb
{
	background-image: url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}


div.SearchBox
{
	background-color: #eeeeee;
/*	position: relative; */
	
}

div.SearchBoxTextBoxes
{
	text-align:center;
	font-family: sans-serif;
	font-weight: bold;
	padding-left: 15px;
}

div.ButtonContainter
{
	text-align:center;
	/*float: left; */
	padding-left: 15px;
}

.buttons
{
	text-align:center;
	color: #000;
	background: #ffa20f;
}

div.SearchBoxInside
{
	padding: 15px 15px 0px 15px;
}


div.SearchBoxProgress
{
	float: left;
	font: san-serif;
	font-size: large;
	font-weight: bold;
	background: #eeeeee;
	z-index: 1001;
}
 div.ErrorBox
{
	clear: both;
	padding-bottom: 10px;
}


 div.SearchBoxStatsBox
{
	font-family: sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

div.Privacy
{
	
}

 div.numbers
{
	clear: both;
	background-color: #eeeeee; /*border-right: 1px solid #aaa; 	border-top: 1px solid #eee; 	border-left: 1px solid #eee; 	border-bottom: 1px solid #aaa;*/ /*margin-top: 15px;*/
	text-align: center; /*height:80px; 	min-height:80px;*/ 
}

 div.numbersOuterBox
{
	/*padding: 1.2em;*/
	padding :15px;
	text-align: center;
}



div.CommentContainer
{
	background-color: #eeeeee;
	position: relative;
}
div.graphic
{
	/*margin-left: 20px;*/
	margin-top: 15px;
	margin-right:10px;
	/*position: absolute;*/
	float:left;
/*	width: 100px;
	height: 100px;*/
	text-align: right;
	padding: 5px; 
	/*border: solid 1px red;*/ /*debug*/ 
	
}

/*#main div.CommentContainer*/
div.Comment
{
	/*float:left;*/
	height: 100px;
	padding-top: 18px;
	/*padding-left: 18px;*/
	padding-right: 24px;
	padding-bottom: 20px;  /*debug*/ /*background-color: #F7F6F3; 	border-right: 1px solid #aaa; 	border-top: 1px solid #eee; 	border-left: 1px solid #eee; 	border-bottom: 1px solid #aaa;*/
	font: 100% sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left; /*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 	font-weight: normal; 	font-size: 15px;*/
	/*margin-left: 120px;*/
	/*border: solid 1px red;*/
}
/*
#center div.graphic
{
	float:left;
	width: 15%;
	height: 100px;
	text-align: right;
	padding: 15px;
	border: solid 1px red; 
}
#center div.Comment
{
	float:right;
	width:75%;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 24px;
	padding-bottom: 20px;
	border: solid 1px red; 
	font: 100% "Times New Roman" , Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: left; 
}
*/
 div.GraphContainer
{
	background-color: #eeeeee;
	/*border:solid 1px aqua;*/
}

 div.GraphInside
{
	text-align: center;
	padding: 15px;
}


 div.GoogleAdContainer
{
	background: #eeeeee;
	width: 100%;
}
 div.GoogleAdContainer .AdInside
{
	width: 100%; /*margin-left:auto; 	margin-right:auto;*/
	padding-top: 15px;
	padding-left: 12px;
	padding-bottom: 15px;
	padding-right: 15px;
}


 div.RoundedBoxContainer
{
	background: #eeeeee;
}

 div.RoundedBoxContainerInside
{
	padding: 15px;
}


div.SearchBox .StatsBox
{
	font-family: sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

div.StatsGridViewContainer
{
	background: #eeeeee; /*border:solid 1px Lime;*/
}

div.StatsGridViewContainer .StatsInside
{
	padding: 20px; /*	padding-top:20px; 	padding-left:20px; 	padding-bottom:20px;	*/
}

/*For the table rows in the GridView */
tr.ThreeDee td
{
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	padding: 4px;
	border-color: #efefef #9a9a9a #9a9a9a #efefef;
	background-color: #F7F6F3;
}

