*	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

body	{
	background-image: url("images/backgrounds/background-potd-welcome.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#000000;
	color:#FFFFFF;
	
	}

body#SinglePicturePages	{
	background-image: url("images/backgrounds/background-potd-single-picture-pages.jpg");
	}

div#titleBar	{
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left:101px;
	width:1500px;
	height:23px;
	margin:0;
	padding:4px 0px 0px 10px;
	border:0px solid #ffffff;
	background-image: url("images/top-bar-potd.gif");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top left;
	}

/* ******************* MENU TOP BAR *******************  */

div#titleBar table	{
	margin:0;
	border:0px solid #ffff00;
	border-collapse:collapse;
	height:16px;
	}
	
div#titleBar table td	{
	margin:3px auto auto auto;
	padding:0 5px 0 5px;
	border:0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: solid 1px #ffffff;
	vertical-align:top;
	}



div#titleBar table td a	{
	padding:0px 1px 1px 1px;
	margin:auto auto auto auto;
	font-size:9px;
	line-height:9px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color: #FFFFFF;
	vertical-align:top;
	
	border-bottom: solid 2px #7E4811;
	
	}


div#titleBar table td a:link	{}
div#titleBar table td a:visited	{}
div#titleBar table td a:hover	{
	color: #FFFF00;
	border-bottom: solid 2px #ff0000;
	}

div#titleBar table td a:active	{
	color: #FF0000;
	border-bottom: solid 2px #ff00ff;
	}



/*  ------------------- H1 USED FOR VISIBLE PAGE TITLE --------------------- */

h1	{
	position: absolute;
	top: 3px;
	right:50px;
	bottom: auto;
	left: auto;
	margin: 0px 0px auto auto;
	padding: 0px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#cacaca;
	}



/*  ------------------- ADVERT BOX BEGIN --------------------- */



div#contentBox div#BannerAdvert
	{

	margin-top:auto;
	margin-right:auto;
	margin-bottom:3px;
	margin-left:auto;

	}



/*  ------------------- ADVERT BOX END --------------------- */



/*  ------------------- MENU LEFT MARGIN BEGIN --------------------- */

div#divMenuContainer	{
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	
	margin:0px auto auto 0px;
	width: 100px;
	height:98%;
	padding: 2px 0px 0px 0px;

	border:0px solid #ffffff;
	border-right:1px solid #6B6B6B;
	}

div#divMenuContainer a img	{
	margin: 2px auto 3px auto;
	padding-bottom:4px;
	border-bottom:0px solid #aaaaaa;
	}


div.menuMain	{
	margin: 8px auto auto auto;
	border-bottom: solid 1px #096809;
	}

div.menuMain a, div.menuSub a	{
	display:block;
	margin:0px;
	padding:4px 0px 4px 3px;
	font-size:9px;
	font-weight:bold;
	line-height:9px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color: #b0b0b0;

	background-image: url("images/buttons/button_menu-background.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#5E5E5E;
	}


div.menuMain a:link	{}
div.menuMain a:visited	{}
div.menuMain a:hover	{
	color: #FFFF33;
	background-image: url("images/buttons/button_menu-background_hover.jpg");
	}


div.menuSub	{
	display: none;
	margin-bottom: 8px;
	border-bottom: 1px solid #3399ff;
	}

div.menuSub a	{
	background-image: url("images/buttons/button_menu-sub-menu.jpg");
	}

div.menuSub a:visited	{}
div.menuSub a:link	{}
div.menuSub a:active	{}
div.menuSub a:hover	{
	color: #ffffff;
	background-image: url("images/buttons/button_menu-sub-menu_hover.jpg");
	}


/* ******************* CONTENT BOX FOR THE MENU PAGES ******************* */

div.contentBox	{
	position: absolute;
	top: 42px;
	right: auto;
	bottom: auto;
	left: 110px;
	text-align: left;
	margin: auto;
	padding: 0;
	border: 0px solid #ffffff;
	}

div#pictureBox	{
	padding-left: 0;
	}
	
div#pictureBox p.PictureCaption	{
	font-size:9px;
	font-weight:bold;
	text-align: right;
	text-transform:none;

	margin-top:1px;
	margin-right:1px;
	margin-bottom:1px;
	margin-left:auto;
	
	
	
	
	}






div#pictureBox p.PictureCaption a	{
	color:#bbbbbb;
	text-decoration:none;
	}

div#pictureBox p.PictureCaption a:link	{}
div#pictureBox p.PictureCaption a:visited	{}
div#pictureBox p.PictureCaption a:active	{}
div#pictureBox p.PictureCaption a:hover	{
	color:#ffff00;
	}

/* ****************** BACK AND FORWARD MENU - TITLE BAR VERSION *************** */


div#titleBarNavigation	{
	position: absolute;
	top: 23px;
	right:0px;
	bottom: auto;
	left: 101px;
	margin: 0px auto auto 0px;
	padding: 1px 0px 3px 8px;
	font-size:9px;
	line-height:9px;
	text-transform:uppercase;
	font-weight:bold;
	text-align: left;
	color: #ffff00;
	background-color: #252525;
	border:0px solid #ff0000;
	border-top:1px solid #404040;
	border-bottom:1px solid #707070;
	}

div#titleBarNavigation a	{
	
	color:#bbbbbb;
	text-decoration:none;
	border:0px solid #ff0000;
	}
div#titleBarNavigation a:link	{}
div#titleBarNavigation a:visited	{}
div#titleBarNavigation a:active	{}
div#titleBarNavigation a:hover	{
	color:#ff0000;
	}



div#titleBarNavigation span.NavigationControls
	{
	float:left;
	}


div#titleBarNavigation span.PictureCaption
	{
	font-size:9px;
	font-weight:bold;
	text-align: right;
	text-transform:none;
	color:white;
	float:right;
	
	margin-top:1px;
	margin-right:50px;
	margin-bottom:1px;
	margin-left:auto;
	}


/* ***************************** PICTURE BOX ***************************** */



div#pictureBox p	{
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	margin: 0px 0px 10px 10px;
	}


div#pictureBox p.PictureCaption	{
	font-size:9px;
	font-weight:bold;
	text-transform:none;
	}

div#pictureBox p.PictureCaption a	{
	color:#bbbbbb;
	text-decoration:none;
	}
div#pictureBox p.PictureCaption a:link	{}
div#pictureBox p.PictureCaption a:visited	{}
div#pictureBox p.PictureCaption a:active	{}
div#pictureBox p.PictureCaption a:hover	{
	color:#ffff00;
	}



/* ***************************** TABLE IMAGE CHOICE ***************************** */


table.tableImageChoice	{
	margin-bottom:12px;
	border:0px solid #ffffff;
	border-collapse: collapse;
	}

table.tableImageChoice caption	{
	margin-bottom:0px;
	padding:3px 0px 3px 4px;
	background:#00005e;
	border:0px solid #ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	}


table.tableImageChoice td	{
	padding: 0px 0px 0px 0px;
	border-left:5px solid #000000;
	border-bottom:5px solid #000000;
	}

table.tableImageChoice tr td:first-child	{
	
	border-left:0px solid #000000;
	}

table.tableImageChoice td a	{
	font-size:10px;
	}

table.tableImageChoice th	{
	padding: 2px 3px 2px 3px;
	font-size:10px;
	background-color:#656565;
	color:#bbbbbb;
	border-left:5px solid #000000;
	}

table.tableImageChoice tr th:first-child	{
	
	border-left:0px solid #000000;
	}



table.tableImageChoice td div	{
	position:absolute;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	width:25px;
	margin:69px auto auto 89px;
	z-index:2;
	font-weight:bold;
	text-align:right;
	border:0px solid #ffffff;
	}
	




div.ImageChoiceRow
	{
	/* border:1px solid white; */
	display:block;
	height:90px;
	margin-top:auto;
	margin-right:auto;
	margin-bottom:8px;
	margin-left:0;
	padding:0 0;
	width:800px;
	
	}

div.ImageChoiceRow div.cell
	{
	/* border:1px solid #cecece; */

	border-style:solid;
	border-color:#ddd;
	
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	
	display:block;
	float:left;
	margin-top:auto;
	margin-right:8px;
	margin-bottom:auto;
	margin-left:auto;
	padding:0 0;
	/* background-color:#43AD04; */
	}





div.ImageChoiceRow div.cell div.text
	{
	/* border:1px solid white; */
	border-style:solid;
	border-color:#ccc;
	
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	
	border-style:solid;
	position:absolute;
	display:block;
	width:30px;
	margin-top:3px;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:83px;
	padding-top:0px;
	padding-right:3px;
	color:white;
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	}

