/* General HTML styles
 */

html
{
    overflow: -moz-scrollbars-vertical; /* Force visibility of vertical scroll on FF: otherwise page alignment can shift left and right depending on content depth */
}

body
{
 	background: #DAF4FD url("imgs/back.jpg") repeat-x;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
    border-collapse: collapse;    
    margin: 0;
    padding: 0;
}

div 
{
	text-align: left;
}

img 
{
	border: none;
}

a
{
    color: blue;
    text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3
{
        
    color: #000000;
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0em 0em 0.3em 0em;
}

h3
{
    font-size: 1em;
}

p
{
    padding: 0px;  
    margin: 0em 0em 1em 0em;
    line-height: 1.3em;
    color:black;
}

small
{
    font-size: 0.82em;
}

div.main
{
	width: 725px;
}

/* Top / Bottom  menu
 */

.topNavBar
{
	margin: 5px 0px;
	padding: 2px 10px 2px 10px;
	width: 705px;
 	background-color: #ffffff;
 	border-top: solid 2px #777777;
	border-bottom: solid 2px #777777;
}

.loginBar
{
    font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size:0.9em;
    float: right;    
	color: black;    
	white-space:nowrap;	
}

.loginBar .loginBox
{   
}

.loginBar .loginBox .go
{
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    color: #333333;
    padding-top:0;
    padding-bottom:0;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-align:center;
    margin-left:5px;
    margin-right:0px;
    margin-top:0px;
    WIDTH: 9.5em; 
    background-color: #00a1e5;
    font-size:1.0em;
    margin-bottom:0em;
    padding-bottom:0em;
}

.loginBar .loginBox .gop
{
    padding-top:0;
    padding-bottom:0;
    margin-top:2px;
    margin-bottom:2px;
    PADDING-RIGHT: 5px; 
    PADDING-LEFT: 5px; 
    FONT-SIZE: 0.9em; 
    PADDING-BOTTOM: 0px; 
    PADDING-TOP: 0px; 
    color: #ffffff;
}

.loginBar .loginBox .go a
{
    color: #ffffff
}

.loginBar .textBox
{
    height: 18px;
    padding: 0px;
    margin: 0px;
    border: 1px solid black;
}

.loginBar .submit
{
    vertical-align: bottom;
}

.loginBar .controlPanel a
{
    color: blue;
}

.loginBar .controlPanel
{
    color: #333333;
	padding-bottom: 2px;
	padding-top: 3px;
}

.loginBox span
{
    vertical-align: bottom;
    position: relative;
    top: -2px;
}

.loggedoutLinks
{
    text-align: right;
    margin-bottom: 10px;
}

.loggedoutLinks .registerLink
{
    color: blue;
}

.loggedoutLinks .passwordLink
{
    color: blue;
}

.loginBar .errorMsg
{
    color: #FF007F;
}

div.topMenu
{
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    float:left;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 3px;
}

div.footerMenu
{
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
	color: #000000;
	margin-top: 6px;
	width: 725px;
 	background-color: #ffffff;
 	border-top: solid 2px #777777;
	border-bottom: solid 2px #777777;
	padding: 5px 0px 5px 0px;
	margin-bottom:5px;
}

.topMenu a, .footerMenu a
{
    font-size: 1.1em;
	color: Blue;
}

.topMenu .separator, .footerMenu .separator
{
    margin: 0px 12px;
}

div.footerMenu, div.footer
{
    text-align: center;     
}

/* Utility classes
 */

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.centerAlign
{
    text-align: center;
}

.clearBoth
{
    clear: both;
}

div.sortby
{
    float: left;
}

div.pagination
{
    float: left;
	width: 500px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	margin: 0px 0 4px 0;
}

.pagination a
{
	color: #999999;
}
/* Footer menu */
div.footer
{
	width: 725px;
	font-size: 0.7em;
	color: #000000;
	padding: 10px 0px 10px 0px;
}
.footer a
{
	color: #blue;
}

/* Image gallery
*/

.searchCategoryBtn
{
    width: 55px;
}

.galleryItemOuter
{
    /*background-color: Orange;
    margin: 5px 11px 5px 10px;*/
    margin: 5px 0px 5px 0px;
    width: 181px;
    height: 181px;
    text-align: center;
    vertical-align: middle;
}

.galleryItemOuter img
{
    margin: 0px 5px 0px 0px;
}

.filterPanel
{
	background-color: #2E2E2E;
    color: #B2B2B2;
    font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	line-height: 36px;
}

.filterPanel input, .filterPanel select
{
    font-family: Tahoma;
}

.filterPanel a
{
	color: #FFCC33;
}

.categoryDesc
{
    margin: 5px 0px 0px 0px;
}

div.paginator
{
	width: 725px;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 30px;
}

.paginator a
{
	margin: 0px 0px 0px 0px;
	color: #999999;
}

div.pictureBox
{
	float: left;
	width: 490px;		
	text-align: center;		
}

.pictureBox a
{
    color: blue;
}

div.rightPictureInfo
{
    float: right;
    margin-left: 10px;
    width: 200px;
    color: White;
}

div.rightPictureInfo h3, div.rightPictureInfo p
{
    color: White;
}


div.infoBoxHeader
{
    background: #0175b0;
    padding: 4px;    
    color: White;    
    font-weight: bold;
    font-size: 1.3em;
    margin-top:5px;
}
div.infoBoxHeader a
{
    background: #0175b0;
    padding: 4px;    
    color: White;    
    font-weight: bold;
    font-size: 1.2em;
}

.infoBox
{
    background: #0175b0;
    padding: 4px;    
    margin-bottom: 8px;
}
.infoBox a
{
    color: White;
}

.infoBox div.text
{
    font-size: 0.9em;
    margin-top: 8px;
}

div.infoBoxHeader, div.userName, span.userCountry, div.pictureName
{
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
}

div.userName
{
    font-size: 1.0em;
    color: White;
    overflow:hidden;
}
div.userName h3
{
    font-size: 1.3em;
    margin-bottom: 0px;
    margin-top: 5px;
    color: White;
}

span.userCountry
{
    font-size: 0.85em;
}

span.userCountry
{
    font-weight: bold;
    color: #848487;
}

div.pictureName
{
    font-size: 1.4em;
    color:White;
    font-weight:bold;
}

div.photoDescription
{
    margin: 0.4em 0px 0.0em 0em; 
    font-size: 1.2em;
    color: #ffffff;
}
div.voteDescription
{
    margin: 0.4em 0px 0.0em 0em; 
    font-size: 1.1em;
    color: #ffffff;
    background: #0175b0;
    padding: 4px;    
}

.actionLinks a
{
    font-weight: bold;
    line-height: 1.5em;
}

div.titlePhotoList
{
    color: blue;
    margin-bottom: 10px;
}

div.photoList
{
    padding: 6px 0 6px 0;
    float: left;
    width: 725px;
}

.photoList img
{
    /*margin-right:10px;*/
}

div.addPhoto
{
    background-color: #ffffff;
    padding: 8px; 
    width: 498px; 
    color: white;

}

.addPhotoCategoryName
{
    color: #FFE500;
    font-size: 14px;
    font-weight: bold;
}

table.addPhotoTable
{
    font-size: 12px;
    padding: 5px;
    background-color: Black;
    width: 510px;
}

/* Home graphic
 */

.homeBodyPhoto
{
    background-image: url(./imgs/home_body_photo_graphic.jpg);
    height: 307px;
}

.homeBodyPhotoText
{
    float: right;
    margin: 10px 10px 0px 0px;
    padding: 7px;
    width: 329px;
    height: 254px;
}

/* Login system
 */

.breadCrumbsTrail
{
    padding: 5px 0 20px 0;
    text-transform: lowercase;
}

.vote_go
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
padding-top:0;
padding-bottom:0;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align:center;
margin-left:35px;
margin-right:0px;
margin-top:0px;
WIDTH: 9.5em; 
BACKGROUND-COLOR: #00a1e5;
font-size:1.0em;
margin-bottom:0em;
padding-bottom:0em;
}
.vote_gop
{
padding-top:0;
padding-bottom:0;
PADDING-RIGHT: 1px; 
PADDING-LEFT: 1px; 
PADDING-BOTTOM: 0px; 
PADDING-TOP: 0px; 
color: #ffffff;
font-size:0.7em;
}



/* General registration and form based data entry 
 */

.dataEntryBox
{
    background-color: #333333;
    padding: 15px;
}

.profileEditLine
{
    text-align: left;
    margin: 0px 0px 5px 0px;
}

.profileFieldHeader 
{
    float: left;
    width: 120px;
    overflow-x: hidden;
    font-weight: bold;
}

.profileFieldEdit
{
}

/* Picture Frame
*/
.scrollBar
{
    scrollbar-face-color : rgb(167,177,189); 
    scrollbar-highlight-color : rgb(199,199,199); 
    scrollbar-3dlight-color : rgb(199,199,199); 
    scrollbar-shadow-color: rgb(199,199,199); 
    scrollbar-darkshadow-color : rgb(199,199,199); 
    scrollbar-track-color : rgb(228,228,228); 
    scrollbar-arrow-color : #000000;
}


.scrollGallery
{    
    overflow:auto;
    scrolling-x:auto;
    overflow-y:hidden;
    scrolling-y:off;
    padding-bottom: 20px;
    width: 700px;
    height: 150px;
}

.scrollGallery table
{
    margin-top: 8px;
}

.scrollGallery td.separator
{
}

.gallery2
{
    margin-top: 12px;    
    padding: 14px;
    /*background-color: #DAF4FD;*/
}

.gallery2 .pictureCell
{
    width: 150px;
    height: 150px;
    margin-left: 24px;
    margin-bottom: 24px;
    float: left;
    /*background-color: gray;*/
}

.gallery2 .first
{
    margin-left: 0px;
}

.gallery 
{
    margin-top: 12px;    
    padding: 0px 4px;
}
.gallery table
{
    width: 695px;   
}
.gallery td 
{
    text-align: center;
    vertical-align: middle;
}
.gallery td.pictureCell
{
}
.gallery td.separatorCell
{
    width: 17px;
}
.gallery td img
{
    border: none;
}
.gallery .pictureBox
{
    width: 181px;         
    float: left;  
}
.pictureFrame
{
	float: left;
	position: relative;
}

.pictureFrameCornerTopLeft, .pictureFrameCornerTopRight, .pictureFrameCornerBottomLeft, .pictureFrameCornerBottomRight
{
	position: absolute;
	font-size: 1px;
	height: 8px;
	width: 8px;
}
.pictureFrameCornerTopLeft
{
	top: 1px;
	left: 0px;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
.pictureFrameCornerTopRight
{
	top: 0px;
	right: 0px;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.pictureFrameCornerBottomLeft
{
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
.pictureFrameCornerBottomRight
{
	bottom: 0px;
	right: 0px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.userPhoto
{
	margin: 5px;	
}

/* Feature boxes
 */

.featureBox
{
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    background-color: #2E2E2E;
    font-weight: bold;    
    padding: 5px;
}

.innerFeatureBox
{
    background-image: url(/imgs/feature_box_background.png);
    background-repeat: repeat-x;
    padding: 7px;
}

.featureBoxChevron
{
    color: rgb(255,0,153);
    font-size: 1.3em;
    font-weight: bold;
    font-family: Courier;
    /* need to apply letter-spacing on IE only script */
}

.featureSectionCategory
{
    float: left;
    text-align: center;
    width: 156px;
}

.featureBoxChevronSpacing
{
    letter-spacing: -0.3em; /* if we apply this on featureBoxChevron, FF removes all trailing spaces!! */
}

.addPhotoFilterBar
{
    float: right;    
    padding-right: 4px;
}
.addPhotoFilterBar a
{
    color: White;
}
.featureBoxLink2
{
    color: Yellow;
}

.featureBoxGraphic
{
    margin: 5px 0px 5px 0px;
}

.featureBoxDivider, .featureBoxDivider2
{
    float: left;
    background-color: #666666;
    width: 2px;
    height: 145px;
    margin: 2px 8px 0px 8px;
}

.featureBoxDivider2
{
    height: 15px;
}

/* home page features
*/

.homeFeatures
{
    margin-top:16px;
    padding-left: 0px; 
}

.homeFeatures .box
{
    width: 161px;        
    margin-left:27px;
    float: left;
}

.homeFeatures .first
{
    margin-left:0px;
}

.homeFeatures .box .content
{    
    background-repeat:repeat-x;
    border: solid 2px gray;      
    color: #000000;
    padding: 4px;   
}

.homeFeatures .box .content .title
{
    font-size: 1.2em;
    color: Blue;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}

/* Home page guide box
*/

.titledBox
{
    margin: 16px 0px;    
    border: solid 2px gray;      
    background-color: #DAF4FD;
}

.titledBox .heading
{
    padding: 4px 10px 6px 10px;
    background-color: #0175b0;
    font-weight: bold;
    font-size:1.1em;
    color:white;    
}

.titledBox .heading a
{
    color:white;    
}

.titledBox .content
{
    padding: 10px;
}

.titledBox .content .download
{
    border: solid 3px #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-color: #00a1e5;
    color: #333333;
    margin: 5px 5px 0px 0px;
    padding: 1px 7px;
    font-weight: bold;
    text-align:center;
    font-size:1.2em;
    letter-spacing: 0.5px;
    width: 126px;
}

.titledBox .content .download a
{
    color: #ffffff;
}

/* List of guides
*/

.tutorial
{
    width:500px;
    margin:8px 0px 0px 0px;
    padding:5px 0px 0px 10px;
    background-color:#ffffff;
    border-top: solid 2px #777777;
    border-bottom: solid 2px #777777;
    text-align: center;
}

.tutorial .box
{
    text-align:center;
    background-color:#ffffff;
    float:left;
    width:75px;
    font-size:0.9em;
    margin: 0px 1px;
}

.tutorial .box img
{
    margin-bottom:5px;
}

div.addPictureComment
{
    background-color: #2E2E2E;
    padding: 8px; 
    width: 498px; 	
}
div.commentsBox
{
    width: 200px;    
    height: 100px;                        
    overflow:auto;
    scrolling-x:off;
    overflow-x:hidden;
    scrolling-y:auto;    
    background-color: White;
}
div.commentsBox .commentUser
{
    color: Black;   
    font-size: 1em;
}

/* spacers */
.spacer27
{
    width: 27px;
    height: 27px;    
}
.spacer16
{
    width: 16px;
    height: 16px;    
}
.spacer12
{
    width: 12px;
    height: 12px;    
}

p.categoryDescription
{
    margin: 18px 0px 18px 0px;
}

.SlotsLinkStyle select
{
    width:230px;
}

.editorChoiceImage
{
    float: right;
}

.editorChoiceImage img
{
    width: 400px;
}
.document
{
    color: #333333;    
}
.document h3
{
    font-size: 1.2em    
}
.document h1
{
    margin-top: 20px;
    margin-bottom: 16px;    
}
.document p, 
.document h3
{
    line-height: 1.3em;
    margin: 1.0em 0em 1.5em 0em;    
}
.categoryClosed
{
    color: Red;
}
div.registrationWizard
{
    font-weight: bold;
    background-color: #222222;
	width: 725px;
}
div.registrationWizard .header
{
	
	padding: 4px;
	background-color: #333333;
}
div.registrationWizard .step
{	
    color: #dddddd;
	padding: 30px;		
	width: 181px;
	text-align: center;	
	float: left;
}
div.registrationWizard .active
{
    color: yellow;
}