

/*
***********************************************
MAIN CSS
***********************************************
*/


#NSFix		
{ 
	background-color: #ffffff; 
}

/*
***********************************************
MAIN LAYOUT ITEMS
***********************************************
*/

a:link
{
	color: #ffcc00;
	text-decoration:none;
}

a:visited
{
	color: #ffcc00;
	text-decoration:none;
}

a:hover
{
	color:#00ffff;
	/*border-bottom:solid 1px #00ffff;*/
}

td
{
	font-weight:  normal;
	color: #000000; 
}

body
{
	font-family: Trebuchet, Tahoma, Arial, helvetica, sans-serif;
	font-weight:  normal;
	font-size: 12px;
	color: #ffffff; 
	/*background-color: #101010;*/
	background-image: url("/img/background/pvgreen.png");
	/*background-image: url("/img/background/911.jpg");*/
	margin: 0px 0px 0px 0px;
	padding:0px;
	line-height:1.4;
	height:100%;
}

html
{
	height:100%;
	margin: 0px auto 0px auto;
}


h1
{
}

div.PageTitle
{
	float:none;
	width: 100%;
	height: 27px;
	/*font-size: 20px;
	color: #0099ff; 
	font-weight: normal;*/
	font-size: 18px;
	font-weight: bold;
	color: #ffffff; 
}


div.mastercontainer
{
	width:996px;
	margin: 0px auto 0px auto;
}

div.headerbar
{
	width:100%;
	/*background-color:#000000;*/
	height: 110px;
	padding:auto 2px auto auto;
	background-image:url("/img/background/mastheadnew.png");
}

div.menubar
{
	background-color:#000000;
	width:100%;
	height: 24px;
	padding-top: 4px;
	text-align:left;
	border-bottom: 1px solid #ffffff; /*Add border strip to bottom of menu*/
}

div.bottombar
{
	float:left;
	width:100%;
	background-color:#000000;
	padding:3px 0px 0px 0px;
	text-align:center;
	color: #e0e0e0;
	border-bottom: solid 4px #000000;

/*
	display:block;
	font-weight:bold;
	vertical-align:bottom;
*/
}

table.maincontainer 
{
	width:100%;
	float:left;
	background-color:#000000;	
	font-weight:  normal;
	color: #ffffff; 
	font-size:12px;
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;

}

td.rightcolumn
{
	width:160px;
	margin:0;
	padding-bottom:20px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	color:#ffffff;
	background-color:#202020;
	border-left: solid 1px #000000;
}

td.rightcolumn a
{
	color:#ffcc00;
}

td.leftcolumn
{
	width:160px;
	margin:0;
	padding-bottom:20px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	color:#ffffff;
	background-color:#202020;
	border-right: solid 1px #000000;
}

td.leftcolumn a
{
	color:#ffcc00;
}

td.maincolumn
{
	height:100%;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align:left;
	vertical-align:top;
	color:#ffffff;
	background-color:#202020;
}

td.maincolumn p
{
	line-height:1.4
}

.NewsScroll
{
	border-bottom: solid 1px #404040;
	border-right: solid 1px #404040;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	margin-bottom:20px;
	clear:both;	
}

.RecentVoice
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #404040;
	border-top: solid 1px #404040;
	margin-bottom:8px;
	padding: 4px 4px 4px 6px;
	font-size: 11px;
	clear:both;	
}


.NewsCanvas
{
	padding-top: 2px;
	text-align:center;
	margin: 2px auto 0px auto;	
}

.NewsCanvas a
{
	font-weight:bold;
}

/*
***********************************************
MENU
***********************************************
*/

div.menuholder
{
	width:790px;
	float:left;
}
div.SiteDate
{
	width: 200px;
	float:right;
	font-weight: bold;
	font-size:12px;
	color: #0099ff; 
	text-align:right;
	vertical-align:middle;
}



div.pvmenu
{
	text-align:left;
	float:left;
	vertical-align:middle;
	font-size:12px;
}

.pvmenu ul
{
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.pvmenu li
{
	display:inline;
	margin:0px;
	padding: 0px 8px 0px 8px;
}

.pvmenu a
{
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 13px;
	text-decoration:none;
}

.pvmenu a span
{
	text-align:left;
	padding: auto 2px auto 3px;
	font-weight:bold;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.pvmenu a span 
{
	float:none;
}
/* End IE5-Mac hack */

.pvmenu a:hover span 
{
	color: #ffcc00;
}

.pvmenu li.selected a
{ 
	/*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.pvmenu li.selected a span
{ 
	/*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #ffcc00;
}

.pvmenu a:hover, .pvmenu li.selected a:hover
{ 
	/*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.pvmenu a:hover span, .pvmenu li.selected a:hover span
{ 
	/*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

div.pvsubmenu
{
	position:absolute;
	top: 0;
	border-style: solid;
	border-color: #ffffff;
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	line-height:22px;
	z-index:100;
	background-color: #000000;
	width: auto;
	min-width:200px;
	visibility: hidden;
	padding: 2px 2px 2px 2px;
}


div.pvsubmenu a
{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #ffffff;
}

* html .pvsubmenu a
{ /*IE only hack*/
	width: 100%;
	font-weight:normal;
}

div.pvsubmenu a:hover
{ /*THEME CHANGE HERE*/
	background-color: #000066;
	color:#ffcc00;
}

div.menubar a,
a.aspmenu, 
a:visited.aspmenu
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none; 
}

a:hover.aspmenu
{
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none; 
}

/*
***********************************************
ADVERTISTING
***********************************************
*/
div.AdTop
{
	height: 92px;
	float:right;
	padding-top: 5px;
	margin: auto auto 5px auto;
	border: solid 0px #000000;
}

div.AdBottom
{
	margin: 10px auto 10px auto;
	text-align:center; 
	width:auto;
	clear:both;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;

}

span.AdSideTop
{
	width:140px; 
	margin: 20px auto 10px auto;
	padding:5px auto 5px auto;
	text-align:center; 
}

span.AdSideBottom
{
	width:140px; 
	margin: 20px auto 10px auto;
	padding:5px auto 5px auto;
	text-align:center; 
}

div.AdTop a,
div.AdBottom a,
span.AdSideBottom a
{
	color:#000099;
	font-weight:bold;
}



/*
***********************************************
LEFT COLUMN ITEMS
***********************************************
*/
div.Login
{
	width:140px; 
	background-color:#303030;
	padding:2px;
	margin: 10px auto 10px auto;
	text-align:center; 
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;
	border-top: solid 2px #404040;
	border-left: solid 2px #404040;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
}


span.AiG
{
	display:block;
	width:160px; 
	background-color:#ffffff;
	margin: 20px 0px 10px 0px;
	text-align:center; 
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;
}

span.AiG a
{
	color:#0011ff;
}

span.AiG table
{
	clear:both;
	width:160px;
	background-color:#ffffff;
	text-align:center;
}

div.POTDSidebar
{
	width:140px; 
	background-color:#202020; 
	margin: 20px auto 10px auto;
	padding:2px; 
	text-align:center; 
	vertical-align:middle;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

span.POTDSidebarImage
{
	text-align : center;
	max-width:140px;
	border-top: none;
	border-left: none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

span.POTDSidebarImage img
{
	border: solid 1px #000000;  
}

span.POTDSidebarTitle
{
	text-align : center;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff; 
}
span.POTDSidebarWinnerName
{
	text-align : center;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff; 
}


/*
***********************************************
CONTENT HEADER
***********************************************
*/

div.ContentHeader
{
	width:100%;
	float:none;
	text-align:left;
}



div.Alert
{
	width: 100%;
	color: #ffcc00;
	background-color: #660000;
	margin: 0px auto 4px auto;
	text-align:center;
	font-size: 16px;
	border-bottom: solid 2px #ffffff;
	padding: 5px;
	font-weight: normal;
}

div.YouAreHere
{
	width: 99%;
	color:#aaaaaa;
	background-color:#303030;
	text-align:left;
	float:none;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
	font-size:11px;
	border-bottom: solid 1px #404040;
	border-right: solid 1px #404040;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	 white-space: nowrap;
}

div.YouAreHere a
{
	font-weight: bold;
	color: #aaaaaa; 
	text-decoration:none;
}

div.YouAreHere a:hover
{
	color: #ddeeff; 
}

div.YouAreHere a:visited
{
	color: #eeeeee; 
}

.ErrorMessage
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000; 
}

div.ErrorMessage
{
	font-size: 11px;
	font-weight: bold;
	color: #ff0000; 
}

div.OldSiteMessage
{
	font-size: 11px;
	font-weight: bold;
	color: #ddeeff; 
}

div.FullWidthPanel
{
	width: 100%;
	height:auto;
	float:left;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #ffffff;
	margin: 10px auto 10px auto;
	
}

div.FullWidthPanelInset
{
	width: 100%;
	height:auto;
	float:left;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	color: #ffffff;
	margin: 10px auto 10px auto;
	
}

div.ViewImageHeading
{
	color:#0099ff; 
	width:90px; 
	float: left;
	text-align:left;
	vertical-align:top;
}

div.ViewImageValue
{
	color: #ffffff;
	margin-left:100px;
	text-align:left;
	vertical-align:top;
}


div.UserProfileDetails
{
	float:left;
	width: 360px;
	vertical-align:top;
	padding:10px 10px 10px 10px;
	margin: 0px 20px 0px 0px
}


div.UserProfileHeading
{
	color:#0099ff; 
	width:100px; 
	float: left;
	text-align:left
}

div.UserProfileValue
{
	color: #ffffff;
	margin-left:110px;
	text-align:left;
}

span.UserProfileValue a
{
	color: #ddeeff;
	font-weight:bold;
}

div.UserProfileImage
{
	width: 150px;
	float: right;
	margin: 0px 0px 0px auto;
	padding:5px 5px 5px 5px;
	text-align: center;
}

div.UserProfileImage img
{
	border: solid 1px #000000;
}

div.UserProfileRow
{
	width:100%;
	clear:both;
	text-align:center;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 10px auto;
	
}

	
div.POTDLast5
{
	float:left;
	min-width: 30%;
	max-width: 30%;
	vertical-align:top;
	text-align:center;
	color: #ffffff;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 5px 5px 5px 5px;
	margin: 10px 3px 0px 0px;
}

div.POTDLast5Empty
{
	float:left;
	min-width: 30%;
	max-width: 30%;
	vertical-align:top;
	text-align:center;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 10px 3px 0px 0px;
}

div.WPDProfile
{
	float:left;
	min-width: 30%;
	max-width: 30%;
	vertical-align:top;
	text-align:center;
	color: #ffffff;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 5px 5px 5px 5px;
	margin: 10px 3px 0px 0px;
}

div.WPDProfileEmpty
{
	float:left;
	min-width: 30%;
	max-width: 30%;
	vertical-align:top;
	text-align:center;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 10px 3px 0px 0px;
}


div.UserProfilePOTDCategory
{
	float:left;
	min-width: 98%;
	max-width: 98%;
	vertical-align:top;
	text-align:left;
	color: #ffffff;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 5px 5px 5px 5px;
	margin: 5px 3px 0px 0px;
}

div.UserProfileCamera
{
	float:left;
	min-width: 98%;
	max-width: 98%;
	vertical-align:top;
	text-align:left;
	color: #ffffff;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 5px 5px 5px 5px;
	margin: 5px 3px 0px 0px;
}

div.UserProfileCameraEmpty
{
	float:left;
	min-width: 23%;
	max-width: 23%;
	vertical-align:top;
	text-align:center;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 5px 3px 0px 0px;
}


div.SettingsLeft
{
	float:left;
	width: 330px;
	text-align:left;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border-right: solid 1px #000000;
}

div.SettingsRight
{
	text-align:left;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-left:340px;
}

/*
***********************************************
NAVIGATOR
***********************************************
*/


div.NavigatorBar
{
	float:left;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width:100%; 
	text-align:center;
	margin: 20px auto 10px auto;
	color: #ffffff;
	height: 40px;
}

div.NavigatorBarInner
{
	float:left;
	margin: 10px 2px 10px 2px;
	vertical-align:top;
}


/*
***********************************************
DATE PICKER
***********************************************
*/

div.DatePickerBar
{
	clear:both;
	text-align:center;
	background-color:#202020; 
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width:90%; 
	color:#ffffff;
	margin: 30px auto 10px auto;
	padding:10px auto 10px auto;
	height: 60px;
}

div.DatePickerBar a
{
	color: #0099ff;
}

div.DatePickerBar select
{
	font-size:12px;
	font-weight: bold;
	color: #303030; 
	background-color: #ffffff;
	border:none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;

}

/*
***********************************************
LINKS DATABASE
***********************************************
*/

span.PVLinkTitle a
{
	font-weight:bold;
}

span.PVLinkCategory
{
	color:#ffffff;
	font-weight:normal;
}

span.PVLinkCategory a
{
	color:#ffffff;
	font-weight:normal;
}

span.PVLinkDescription
{
	color:#ffffff;
	font-weight:normal;
}


/*
***********************************************
FRONT PAGE LAYOUT
***********************************************
*/

div.FrontPageMain
{
	display:table;
	width: 100%;
	background-color: #202020;
	vertical-align:top;
	margin: 0px 0px 0px 0px;
}

div.FrontPageLeft
{
	width:auto;
	color:#ffffff;
	vertical-align:top;
	margin: 0px 250px 0px 5px;
	padding: 0px 0px 0px 0px;
}

div.FrontPageRight
{
	width:230px;
	float:right;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
}


div.FrontPagePOTD
{
	width:98%; 
	text-align:left;
	margin: 0px auto 0px auto;
	color:#ffffff;
	background-color:#202020;
}

div.FrontPageLinks
{
	width:100%; 
	text-align:left;
	color:#ffffff;
	
}


/*
***********************************************
POTD ARCHIVE LAYOUT
***********************************************
*/

span.Heading
{
	font-size: 12px;
	font-weight: bold;
	color: #0099ff; 
}


div.POTDArchiveMenu
{
	float:left;
	color:#ffffff;
	vertical-align:top;
	width:250px;
	margin: 10px 0px 10px 10px;
	padding: 0px 5px 0px 5px;
	/*border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
}

div.POTDArchiveResults
{
	width:auto;
	color:#ffffff;
	vertical-align:top;
	margin: 10px 10px 10px 270px;
	padding: 0px 5px 0px 5px;
}


/*
***********************************************
STATS PAGE LAYOUT
***********************************************
*/

div.StatsPageLeft
{
	float:left;
	color:#ffffff;
	vertical-align:top;
	width:375px;
	margin: 0px 0px auto 0px;
	padding: 0px 5px 0px 5px;
}

div.StatsPageRight
{
	width:auto;
	color:#ffffff;
	vertical-align:top;
	margin: 0px 0px auto 395px;
	padding: 0px 5px 0px 5px;
}


/*
***********************************************
WPD GALLERY LAYOUT
***********************************************
*/

div.WPDGalleryPhotographers
{
	float:left;
	color:#ffffff;
	vertical-align:top;
	width:200px;
	max-width:200px;
}

div.WPDGallerySampling
{
	width:auto;
	color:#ffffff;
	vertical-align:top;
	margin-left: 220px;
}

div.WPDGalleryRow
{
	width: 100%;
	float:left;
	text-align:left;
}


div.WPDGalleryBoxEmpty
{
	min-width:30%;
	max-width:32%;
	float:left;
	margin: 10px 5px 10px 5px;
}

div.WPDGalleryBoxOuter
{
	min-width:30%;
	max-width:32%;
	float:left;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 10px 5px 10px 5px;
}

div.WPDGalleryBoxInner
{
	background-color:#202020;
	text-align:center;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}




/*
***********************************************
INPUT SCREEN OBJECTS!
***********************************************
*/

.forminput
{
	font-size:12px;
	font-weight: bold;
	color: #000000; 
	background-color: #ffffff;
	border-bottom: solid 1px #404040;
	border-right: solid 1px #404040;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	padding: 2px 2px 2px 2px;
}

.forminputreadonly
{
	font-weight: normal;
	color: #ffffff; 
	background-color: #202020;
}

.forminputbutton
{
	color : #ffffff; 
	background : #0099ff;
	text-decoration : none;
	font-weight : bold;
	height : 20px;
	text-align: center;
	width : 70px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-size:11px;
}

select.forminput
{
	font-size:12px;
	width: 200px;
}

checkbox
{
	background-color:#202020;
	font-weight: bold;
}

textarea.forminput
{
	width: 200px;
}

textarea.forminputreadonly
{
	width: 200px;
}

input.pvbutton
{ 
	color : #ffffff; 
	background : #136f3b;
	font-size : 12px; 
	text-decoration : none;
	font-weight : bold;
	height : 25px;
	border-style: solid;
	text-align: center;
	width : 100px;
}

label
{
	background-color:#202020;
	font-weight: bold;
	color: #ffffff; 
}

.forminputlabel
{
	font-weight: bold;
	color: #ffffff; 
}

.forminputlabelreadonly
{
	font-weight: bold;
	color: #aaaaaa; 
}


/*
***********************************************
Basic Data Grid
***********************************************
*/
.PVGrid
{
	width: 100%;
	border-collapse: separate;
	border-top: solid 1px #808080;
	border-bottom: solid 0px #808080;
/*
	border-left: solid 1px #808080;
	border-right: solid 0px #808080;
*/
	 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
}
.PVGrid td
{
	white-space: nowrap;
}
.PVGrid a
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #0000dd; 
	text-decoration: none; 
	}

.PVGridLined td,
.PVGridLined th
{
	font-weight: normal;
	position: relative; 
	cursor: default;
	padding: 2px 2px;
	/*text-align: left;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;*/
	background-color: #ffffff;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #808080;	
	vertical-align: middle;
	color: #000000;
	 
	font-size: 12px;
}


.PVGridPager
{
	color:#ffcc00;
	background-color:#202020;
}

.PVGridPager td
{ 
	position: relative; 
	cursor: default;
	padding: 2px 2px;
	text-align: left;
}

.PVGridPager td table
{ 
	border-collapse: collapse;
}

.PVGridPager td table td
{ 
	border: 0px;
	padding: 0px 2px 0px 2px;
	vertical-align: baseline;
}

.PVGridPager td span
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

.PVGridPager td a
{
	font-size: 10pt;
	font-weight: bold;
	color:#ffcc00;
}

.PVGridHeader
{
	background-color: #202020;
}

.PVGridHeader td,
.PVGridHeader th
{
	font-weight: bold;
	position: relative; 
	cursor: default;
	padding: 2px 2px;
	text-align: left;
	/*border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;*/
	background-color: #202020;
	vertical-align: bottom;
	color: #ffcc00;
	 
	font-size: 12px;
}

.PVGridHeader td a,
.PVGridHeader th a
{	
	width: 100%;
	cursor: default;
	color: Black;
	text-decoration: none;
	vertical-align: bottom;
}

.PVGridHeader td a:hover
{
	cursor: crosshair;
	text-decoration: none;
	color: Black;
}

.PVGridFooter
{
}

.PVGridFooter td
{
	position: relative; 
	cursor: default;
	padding: 2px 5px;
}

.PVGridRow
{
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #000000;
}

.PVGridRow td
{
	position: relative; 
	cursor: default;
	/*padding: 5px 5px;*/
	color:#ffffff;
	margin-bottom:5px;
}

.PVGridRowOver
{
}

.PVGridRowOver td
{
	position: relative; 
	cursor: default;
	padding: 5px 5px;
	border-top: solid 0px #000000;
	border-left: solid 0px #808080;
	border-right: solid 0px #808080;
	border-bottom: solid 1px #808080;
	background-color: #fff8dc;
}

.PVGridRowAlternate 
{
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.PVGridRowAlternate td
{	
	position:relative; 
	cursor: default;
	color:#ffffff;
	background-color: #303030;
	/*padding: 5px 5px;*/
}

.PVGrid .SortHeaderColumn
{
	font-weight: bold;
}

.PVGrid .SortHeaderColumnArrow
{
	margin-left: 2px;
	margin-top: -4px;
	margin-bottom: -2px;
	font-family: Webdings;
	font-size: smaller;
	height: 12px;
}

.PVGrid .SortColumn
{
	background-color: #fff8dc;
}




/*
***********************************************
FONTS
***********************************************
*/

.caption
{
	font-weight: bold;
	color: #ffffff; 
}

.copyright
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; 
}









/*
***********************************************
LOGIN
***********************************************
*/

.LoginLabel
{
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
	width:100px;
}

.LoginText
{
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	width:100px;
}

.LoginButton
{
	color : #ffffff; 
	background : #136f3b;
	font-size : 12px; 
	text-decoration : none;
	font-weight : bold;
	height : 25px;
	border-style: solid;
	text-align: center;
	width : 100px;
}

.LoginPanel
{
	border-style:solid;
	border-width:medium;
	border-color:#000000;
	background-color:#c0c0c0;
	width:200px;
}


/*=======================================================================================*/




.SiteName
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #0000dd; 
	}

	
.FirstPOTDFirst
{
	 
	font-size: 14px;
	color: #dd0000;
	font-weight: bold;
}

.FirstPOTDPOTD
{
	 
	font-size: 14px;
	color: #0000dd;
	font-weight: bold;
}
	
.adbookshelf
{
	font-size: 11px;
	color:#ff0000;
	font-weight:bold;
}

div.POTDWinnerRow
{
	width: 100%;
	float:left;
	text-align:left;
}


div.POTDWinnerBoxEmpty4
{
	width:22%;
	float:left;
	margin: 10px 6px 10px 0px;
}

div.POTDWinnerBoxEmpty6
{
	width:120px;
	float:left;
	margin: 10px 4px 10px 0px;
}



div.POTDWinnerBoxSmall
{
	width:255px;
	height: 130px;
	/*background-image:url("/img/background/potd-box-gradient.png");*/
	float:left;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 0px 6px 6px 0px;
	text-align:left;
	vertical-align: top;
	padding: 6px 2px 5px 2px;
}

div.POTDWinnerBoxPhotoSmall
{
	width: 105px;
	float:left;
	text-align:center;
}
div.POTDWinnerBoxDetailsSmall
{
	text-align:left;
	margin-left: 115px;
}

div.POTDWinnerBoxCategorySmall, div.POTDWinnerBoxCategoryLarge
{
	font-weight: normal;
	text-decoration :  none;
	font-style : normal;
	color: #ddeeff; 
	background-color: #101010;
	padding: 2px 2px 2px 2px;
	border: solid 1px #000000;
	text-align:left;
	margin-bottom:5px;
}




div.POTDWinnerBoxLarge
{
	width:370px;
	float:left;
	height: 190px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 0px 3px 10px 3px;
	/*border: solid 1px #000000;*/
	background-color:#202020;
	/*background-image:url("/img/background/potd-box-gradient.png");*/
	vertical-align: top;
	padding: 8px 8px 8px 8px;
}

div.POTDWinnerBoxPhotoLarge
{
	width: 160px;
	float:left;
	text-align:center;
}
div.POTDWinnerBoxDetailsLarge
{
	text-align:left;
	margin-left: 170px;
}

div.POTDWinnerBoxFrontPage
{
	width:98%;
	float:left;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 10px 5px 10px 5px;
	/*border: solid 1px #000000;*/
	background-color:#202020;
	text-align:center;
	vertical-align: top;
	padding: 5px 4px 5px 4px;
}


span.POTDCategory
{
	text-align : center;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff; 
	margin:5px 2px 5px 2px;
	/*background-image:url("/img/background/subtitle-background.png");
	padding-left:2px;
	background-repeat:repeat-y;*/
	min-width: 120px;
}

div.POTDFullView
{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	color: #0099ff;
	font-weight:bold;
	font-size:14px;
}

div.POTDFullView img
{
	border: solid 1px #000000;
}

div.POTDFullViewDetailBar
{
	float:left;
	width:100%;
	margin: 10px 0px 10px 0px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div.POTDFullViewUserProfileImage
{
	float:left;
	width: 100px;
	vertical-align:middle;
	text-align:center;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div.POTDFullViewDetails
{
	float:left;
	width: 350px;
	text-align:left;
	vertical-align:top;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
}

div.POTDFullViewOptions
{
	float:right;
	width: 250px;
	text-align:center;
	vertical-align:top;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;	
}

div.POTDFullViewOptions a
{
	color: #ffcc00;
}

div.VotingSection
{
	clear: both;
	float:left;
	width:100%;
	margin: 10px 0px 10px 0px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}	


div.POTDFrontPageImage
{
	text-align : center;
	vertical-align:top;
}

div.POTDFrontPageText
{
	width:100%;
	font-size:12px;
/*	position:absolute;
	left: 10px;
	top: 10px;
	z-index:3;		*/
	color:#ffffff;
	text-align:center;
	background-color: #202020;
}

div.POTDFrontPageTextShadow
{
	width:100%;
	font-size:18px;
	position:absolute;
	left: 12px;
	top:12px;
	z-index:2;
	color:#000000;
	text-align:left;
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}


span.POTDImage
{
	text-align : center;
	height: 400px;
	min-height:400px;
	max-height:400px;
	vertical-align:middle;
	
}
span.POTDImage img
{
	margin: 4px 0px 4px 0px;
	border: solid 1px #000000;
}


span.POTDButtons
{
}


span.POTDDetails
{
	text-align : left;
	color: #ffffff; 
	background-color:inherit;
	/*padding:5px 5px 5px 5px;*/
	line-height:1.6;
}

span.UserRatingNote
{
	color:#ffffff;
}

span.POTDTitle
{
	text-align : center;
	font-weight: bold;
	color: #000000; 
	background-color:inherit;
	padding:5px 5px 5px 5px;
}
span.POTDWinnerName
{
	text-align : center;
	font-weight: normal;
	color: #000000; 
	padding:5px 5px 5px 5px;
}
span.POTDTitleView
{
	text-align : left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
}
span.POTDWinnerNameView
{
	text-align : center;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff; 
}
span.POTDUserName
{
	text-align : center;
	font-weight: normal;
	color: #000000; 
	padding:5px 5px 5px 5px;
}
span.POTDCameraName
{
	text-align : center;
	font-weight: normal;
	color: #000000; 
	padding:5px 5px 5px 5px;
}
span.POTDLocation
{
	text-align : center;
	font-weight: normal;
	color: #000000; 
	padding:5px 5px 5px 5px;
}
span.POTDNotes
{
	text-align : center;
	font-weight: normal;
	text-decoration :  none;
	font-style : normal;
	color: #000000; 
}

/* COMMENTS */

div.CommentHead
{
	font-weight: normal;
	text-decoration :  none;
	font-style : normal;
	color: #ddeeff; 
	background-color: #101010;
	padding: 2px 2px 2px 2px;
	border: solid 1px #000000;
}
div.CommentText
{
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	text-decoration :  none;
	font-style : normal;
	color: #ffffff; 
}

div.CommentSection
{
	width:100%;
	vertical-align:top;
}


div.CommentList
{
	width:auto;
	margin: 0px 300px 0px 0px;
	vertical-align:top;
}

div.CommentEntry
{
	width: 270px;
	height:auto;
	float:right;
	vertical-align:top;
	border-bottom: solid 1px #404040;
	border-right: solid 1px #404040;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px auto 0px;
}

div.CommentItem
{
	width: 100%;
	height:auto;
	float:left;
	padding: 3px 3px 3px 3px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #ffffff;
	margin: 0px auto 5px auto;
}


span.CameraImage
{
	text-align : center;
}

span.CameraImageDate
{
	text-align : left;
	font-size: 10px;
	font-weight: bold;
	color: #000066; 
}
span.CameraImageRAW
{
	text-align : left;
	font-size: 10px;
	font-weight: bold;
	color: #000066; 
}


span.POTDEntryCategory
{
	text-align : center;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
}
span.POTDEntryImage
{
	text-align : center;
}

span.POTDEntryTitle
{
	text-align : center;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
}

span.POTDEntryWinnerName
{
	text-align : center;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
}

span.POTDEntryCameraName
{
	text-align : center;
	font-size: 12px;
	font-weight: normal;
	color: #ffcc00; 
}
span.POTDEntryLocation
{
	text-align : center;
	font-size: 12px;
	font-weight: normal;
	color: #00ff00; 
}
span.POTDEntryExpires
{
	text-align : center;
	 
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	color: #ffffff; 
}

span.POTDEntryNotes
	{
	text-align : center;
	font-size: 10px;
	font-weight: normal;
	text-decoration :  none;
	font-style : italic;
	color: #ffffff; 
	}
	
	
	

span.LinkNotes
	{
	text-align : center;
	font-weight: normal;
	text-decoration :  none;
	font-style : normal;
	color: #ffffff; 
	}

.Notice
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #0000dd; 
	}

a.Notice
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #0000dd; 
	}

.GeneralText
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	}

.heading
	{
	 
	font-size: 14px;
	font-weight: bold;
	color: #0099ff; 
	}


.subheading
{
	font-size: 12px;
	font-weight: bold;
	color: #136f3b; 
}


.Validation
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #ffcc00; 
	}

.EntryFieldLabel
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #0000dd; 
	}
	
.PageText
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
	}

.footer
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
	}
.footerid
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #ffcc00; 
	}
A.footer
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
	}
A:hover.footer
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
	}
A:visited.footer
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
	}


TD.tipbar
	{
	padding: 0px 5px 0px 5px;
	width: 100%;
	height: 22px;
	}

.tipbartext
	{
	 
	font-size: 12px;
	font-weight:normal;
	color: #000066; 
	}
	
	
/*
***********************************************
REVIEWS
***********************************************
*/	


div.ReviewsFeaturedColumn
{
	width: 400px;
	float:left;
}

div.ReviewsListColumn
{
	width: auto;
	margin: 0px 0px 0px 420px;
}

div.ReviewFeatureBox
{
	width:100%;
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 0px 0px 10px 0px;
}

div.ReviewCategoryBox
{
	width:90%;
	padding: 10px 10px 10px 10px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 0px 10px 10px 0px;
}
	

div.ReviewImageBox-left
{
	float:left;
	font-size : 14px; 
	color : #0099ff; 
	text-decoration : none; 
	text-align:center;
	font-weight : bold;
	font-style: normal;
	padding:10px 10px 10px 10px;
	margin:10px 20px 10px 0px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div.ReviewImageBox-center
{
	font-size : 14px; 
	color : #0099ff; 
	text-decoration : none; 
	text-align:center;
	font-weight : bold;
	font-style: normal;
	padding:10px 10px 10px 10px;
	margin:10px 20px 10px 20px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div.ReviewImageBox-right
{
	float:right;
	font-size : 14px; 
	color : #0099ff; 
	text-decoration : none; 
	text-align:center;
	font-weight : bold;
	font-style: normal;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 20px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


div.ReviewImageBox img
{
	border: solid 1px #000000;
}


div.QuoteBox-left
{
	font-size : 14px; 
	color : #0099ff; 
	text-decoration : none; 
	text-align:center;
	font-weight : bold;
	font-style: normal;
	float:left;
	width:150px;
	padding:5px 5px 5px 5px;
	margin:10px 20px 10px 0px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div.QuoteBox-right
{
	font-size : 14px; 
	color : #0099ff; 
	text-decoration : none; 
	text-align:center;
	font-weight : bold;
	font-style: normal;
	float:right;
	width:150px;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 20px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.SectionHeading
	{
	 
	font-size: 14px;
	font-weight: bold;
	color: #ffffff; 
	}

.SectionSubHeading
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #000080; 
	}

span.ReviewSummarySection
{ 
	 
	font-size : 14px; 
	color : #000000; 
	text-decoration : none; 
	font-weight : bold;
} 

span.ReviewSummaryRating
{
	 
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00; 
}

span.ReviewSummaryPoints
{
	 
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 
}

span.ReviewHeaderTitle
{
	 
	font-size: 18px;
	font-weight: bold;
	color: #ffffff; 
}

span.ReviewHeaderLabel
{
	 
	font-size: 14px;
	font-weight: bold;
	color: #0099ff; 
}
span.ReviewHeaderValue
{
	 
	font-size: 14px;
	font-weight: normal;
	color: #ffffff; 
}

span.ReviewHeaderValue a, span.ReviewHeaderTitle a
{
	 
	font-size: 10px;
	font-weight: normal;
	color: #ffcc00; 
}
span.ReviewHeaderValue a:hover, span.ReviewHeaderTitle a:hover
{
	 
	font-size: 10px;
	font-weight: normal;
	color: #00ffff; 
}


/*
***********************************************
LINK MENU
***********************************************
*/

.LinkMenuHeading
	{
	 
	font-size: 14px;
	font-weight: bold;
	color: #660000; 
	text-decoration: none; 
	}
.LinkMenuSubHeading
	{
	 
	font-size: 12px;
	font-weight: normal;
	color: #660000; 
	text-decoration: none; 
	}

a.LinkMenuItem
	{
	 
	font-size: 12px;
	font-weight: bold;
	color: #000066; 
	text-decoration: none; 
	}
a:visited.LinkMenuItem
	{
		 
		font-size: 12px;
		font-weight: bold;
		color: #000066;
		text-decoration: none; 
	}
a:hover.LinkMenuItem
	{
		 
		font-size: 12px;
		font-weight: bold;
		color: #660000; 
		text-decoration: none; 
	}








/*
***********************************************
BLOGGER CSS
***********************************************
*/	


.BlogContainer
{
	float:left;
	clear: both;
}

.BlogItemContainer
{
	width: 98%;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.BlogItemColumn
{
	width:80%;
	float:left;
}

.BlogMonthColumn
{
	width:auto;
	margin: 0px 0px 0px 81%;
	padding: 10px 10px 10px 10px;
}

.BlogReturn
{
	 
	font-size: 14px;
	font-weight: normal;
	color: #ffffff; 
	text-decoration: none; 
	float: left;
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
}

.BlogPostButton
{
	float:right; 
	padding: 4px;
	color: #ffffff;
}

.BlogMoreInfo
{
	 
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
	text-decoration: none; 
	float: right;
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
}

.BlogTitle
{
	 
	font-size: 18px;
	font-weight: bold;
	color: #0011ff; 
	text-decoration: none; 
}

.BlogDescription 
{
	 
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff; 
	text-decoration: none; 
}
	
.BlogHeadline, .FullStoryHeadline
{
	 
	font-size: 20px;
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none; 
	float: left;
}

.BlogSubHeadline 
{
	 
	font-size: 14px;
	font-weight: normal;
	color: #00ee00; 
	text-decoration: none; 
	float:left;
	width: 98%;
	text-align:center;
}
	
.BlogDate
{
	 
	font-size: 12px;
	font-weight: bold;
	color: #00cc00; 
	text-decoration: none; 
	float: left;
}

.BlogDateHeader
{
	width: 100%;
	/*border-bottom: solid 1px #ffffff;*/
	margin-top: 5px;
	margin-bottom:3px;
	text-align:left;	 
	font-size: 14px;
	font-weight: bold;
	color: #00cc00; 
	text-decoration: none; 
}


.BlogPost
{
	color: #ffffff; 
	text-decoration: none;
	float:left;
	clear:both;
	width: 96%;
	font-size:12px;
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	border-bottom: solid 1px #101010;
	border-top: solid 1px #101010;
}


.BlogPostInfo
{
	width: 98%;
	float:left;
	padding: 4px 4px 4px 4px;
	/*border: solid 1px #000000;*/
	border-bottom: solid 1px #404040;
	border-right: solid 1px #404040;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;

}

.BlogPostTime
{
	font-size: 12px;
	font-weight: normal;
	color: #ddeeff; 
	text-decoration: none; 
}

.BlogUpdateTime
{
	 
	font-size: 12px;
	font-weight: normal;
	color: #ccddee; 
	text-decoration: none; 
}

.BlogCommentCount
{	 
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
}

.BlogKeywords
{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
}


h2#archives 
	{ 
		padding-top:12px;
		margin-top:40px;
		border-top:dotted 1px #999999;
	}
	
h3 
	{
		padding-top:30px;
		color:#555555;
		padding-bottom:0px;
		margin-bottom:0px;
	}

/*
div.blogPost 
	{
		padding-left:5%;
		padding-right:10%;
	}
*/

div.byline 
	{
		color:#555555;
	}
	
p#bloggerBug 
	{
		padding-top:20px;
	}
	
.blogComments 
	{
		padding-top:30px;
		color:#555555;
		padding-bottom:0px;
		margin-bottom:0px;
		font-weight:bold
	}
	
.blogComments .byline 
	{
		font-size:1em;
		font-weight:normal;
		color:#555555;
		margin-right:12px;
		display:inline
	}
	
.blogComment 
	{
		font-size:1em;
		margin:3%;
		color:#000000;
		font-weight:normal
	}
	
a.BlogComment
	{
	}
	
.deleted-comment 
	{
		font-style:italic;
		color:gray;
	}
	
.comment-link 
	{
		margin-left:.6em;
	}	
        	
        	
        	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail
{
	position: absolute;
	z-index: 0;
	display:block;
}

.thumbnail:hover
{
	background-color: #000000	;
	z-index: 50;
	position: absolute;
}

.thumbnail span
{ 
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffe0;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{ 
	/*CSS for enlarged image*/
	border-width: 1px;
	padding: 2px;
}

.thumbnail:hover span
{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	background-color: #000000	;
	z-index:999;
	top: 0;
	left: 100px; /*position where enlarged image should offset horizontally */
}


/*
Floated elements should have a specified width.
*/


div.divThematicsLeft
{
	float:left;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #404040;
	border-top: solid 1px #404040;
	width: 440px;
	padding: 10px;
}
div.divThematicsRight
{
	padding: 10px;
	margin: 0px 20px 0px 480px;
}