
/* Basic sections*/

div.FrameSlot
{
	
}

#CallToSignup
{
	font-size:14px;	
}

div.WindowSwapping
{
	text-align:right;	
	padding-bottom:2px;
	border:1px dashed blue;
	
	background-image: url('/img/windowhead.png');
	background-repeat: repeat-x;
	background-position: left top;
}
div.WindowSizing
{
	text-align:right;	
	border-bottom-width:1px;
	border-bottom-style:dotted;
	padding-bottom:2px;
	border-bottom-color:gray;
	background-color:#cccccc;
	
	background-image: url('/img/windowhead.png');
	background-repeat: repeat-x;
	background-position: left top;
}
div.WindowSizing:hover
{
	cursor:pointer;
}
body
{
	/*width:99%;*/
}

/* Page container */
div#pageContainer
{
	width:900px;
	margin:0 auto;
}

/* Header elements */

div#StrongholdHeader
{
	width:900px;		
}
div#HeaderContent
{
	padding-left:8px;
	padding-right:8px;
	margin: 0 auto;	
	background-color:#eeeeee;
	background-image: url('/img/greyback_e.png');
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;	
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;	
}

/* Personal */
div#PersonalContainer
{
	width:600px;	
	position:relative;
	
	background-image: url('/img/greyback_d.png');
	background-repeat: repeat-x;
	background-position: left top;
}
div#PersonalContent
{
	width:600px;	
	overflow:hidden;
	height:312px;
}

/* PremiumCards */
div#PremiumContainer
{
	width:600px;	
	position:relative;
}
div#PremiumContent
{
	width:600px;	
	overflow:hidden;
	height:100px;
}

/* Cards In Play */
div#StandardContainer
{
	width:600px;
	margin-top:1px;
	background-color:#dddddd;
	background-image: url(../img/greyback_d.png);
	background-repeat: repeat-x;
	background-position: left top;
}

div#StandardContent
{
	background-color: #dddddd;	
	padding-left:8px;
	padding-right:8px;
	height:220px;
}


/* Primary Game */
div#PrimaryContainer
{
	width:600px;
	margin-top:1px;
	background-color:#dddddd;
	background-image: url(../img/greyback_d.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div#PrimaryContent
{
	background-color: #dddddd;	
	padding-left:8px;
	padding-right:8px;
}
/* Navigation */

td.NavigationTD
{
	font-size:14px;	
}

td.NavigationTD a
{
	text-decoration:none;
	font-weight:bold;	
	padding-right:8px;
}

div#NavigationContainer
{
	width:900px;
}
div#NavigationContent
{
	background-color: #eeeeee;		
	padding-left:8px;
	padding-right:8px;
}
/* Secondary Game */
div#SecondaryContainer
{
	width:600px;
	margin-top:1px;	
	background-color:#dddddd;
	background-image: url(../img/greyback_d.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div#SecondaryContent
{
	background-color: #dddddd;	
	padding-left:8px;
	padding-right:8px;
}

/* Login elements (top right) */

#loginSection
{
	font-size:9px;
}

/* named field containers */
#loginfields
{
	width:180px;
	padding-left:8px;
	padding-right:8px;	
	margin: 0 auto;
    margin-top:32px;
}
#HeaderLoginFields
{
	width:150px;	
	margin-left:auto;
	font-size:9px;
}

/* Newsfeed elements */
div#NewsfeedContainer
{
	width:300px;	
	background-color:#dddddd;
	background-image: url(../img/greyback_d.png);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;	
}
div#NewsfeedContent
{
	height:800px;
	background-color:#dddddd;
	background-image: url(../img/greyback_d.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left:8px;
	margin-right:8px;
}

/* Input Fields table style layout */

div.formcontainer
{
	background-color: #dddddd;		
	
}
div.InputForm
{	
	display:block;	
	border-spacing:2px;
}
div.formHeader
{
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	font-size:16px;
	padding-left:24px;
}
div.FormSection
{	
	display:block;	
}
div.FormLabel
{
	display:block;	
	text-align:left;	
	margin-top:2px;
	font-weight:bold;
	padding-left:24px;
}
div.FormField
{
	display:block;
	text-align:left;
	padding-left:24px;	
}
div.FormFieldFocus
{
	display:block;
	text-align:left;
	padding-left:24px;
	background-image:url('/img/arrow.png');
	background-repeat:no-repeat;
	background-position:center left;
}
div.FormFieldBad
{
	display:block;
	text-align:left;
	padding-left:24px;
	background-image:url('/img/cross.png');
	background-repeat:no-repeat;
	background-position:center left;
}
div.FormFieldGood
{
	display:block;
	text-align:left;
	padding-left:24px;
	background-image:url('/img/tick.png');
	background-repeat:no-repeat;
	background-position:center left;
}
div.Formbutton
{
	display:block;	
	margin-top:2px;
	font-weight:bold;
	padding-left:24px;
	cursor:pointer;
}

/* Input field classes */
input
{
	font-size:14px;
	color:#800000;
}
input.textbox
{
	width:140px;
}

div.FormFieldFocus input.textbox
{
	background-color:#eeeebb;	
}

div.Formbutton input
{
	font-size:14px;
	color:#800000;
	margin-top:2px;
	margin-bottom:0px;
	width:147px;
	cursor:pointer;
}

span.SearchBox
{
	font-size:10px;
}
span.SearchBox input
{
	margin-left:0 auto;
	text-align:right;
	font-size:10px;
}

/* Errors */
div.Error
{
	color:red;
	font-weight:bold;
	height:18px;
	padding-left:24px;
}

span.helpBox
{
	position:absolute;
	left:390px;
	top:62px;
	width:175px;	
	z-index:100;
	border:1px solid grey;
	border-right:2px solid grey;
	border-bottom:2px solid grey;
	background-color:white;
	padding:8px;
	display:none;
	font-size:10px;		
}
span.helpBox:hover
{
	cursor:pointer;
}
span.helpBox h2
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:4px;
	margin-top:2px;
}
.validMessage
{
	margin-top:4px;
	color:green;
	font-weight:bold;
}

#loginFloat
{
	position:absolute;
	left:390px;
	top:62px;
	width:175px;	
	z-index:100;
	border:1px solid grey;
	border-right:2px solid grey;
	border-bottom:2px solid grey;
	background-color:white;
	padding:8px;
	display:none;
	font-size:10px;	
}
#loginFloat h2
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:4px;
	margin-top:2px;
}
#formValidMessage
{
	margin-top:4px;
	color:green;
	font-weight:bold;
}
div#UserProfileDIV
{

}
div.CoatOfArms
{
	display:inline;
}
div.StyledUsername
{
	margin-left:8px;
	display:inline;	
}
div.StyledUsername img
{
	display:block;	
}

div.SearchStyledUsername
{
	margin-left:8px;
	display:inline;	
}
div.SearchStyledUsername img
{
	display:block;	
}
div.PlayerSearchResults
{
	border-top:1px dotted gray;
	width:100%;
	display:block;
}

div.GridPager
{
	display:inline;
	margin-top:8px;
	margin-left:8px;
}

