/* CSS Document */

/* Start CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {	
	line-height: 1;
	color: black;
	background: white;
}
/*ol, ul {
	list-style: none;
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */


/* Setup core html's stuff */

html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #304c84;
}

a:hover {
	text-decoration: nones;
	font-weight: normal;
	color: #304c84;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/* End Setup core html's stuff */


/* Template CSS  */

#pagebg {
	background: #eeeeee;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1013px;
	text-align: left;
}

div#container {
	background: #ffffff url(../images/container-bg.jpg) 0 0 repeat-y;
	padding : 0px 15px 0px 15px;
}

div#footer {
	background: #eeeeee url(../images/footer-bg.jpg) 0 0 no-repeat;
	height: 82px;
	padding : 23px 40px 0px 40px;
	font-size: 12px;
	color: #AAAAAA;
}

div#worldsRScr {
	float: left;
	width: 50%;	
}

div#poweredby {	
	float: left;
	width: 50%;
	text-align: right;
}

div#banner {
	background: #ffffff url(../images/banner.jpg) 0 0 no-repeat;
	height: 105px;
}

div#top-welcome-menu {
	background: #ffffff url(../images/top-welcome-menu.jpg) 0 0 no-repeat;
	height: 35px;
	padding : 7px 40px 0px 39px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

div#welcome {
	float: left;
	width: 50%;
}

div#home-reg-links {	
	float: left;
	width: 50%;
	text-align: right;
}

a.top-menu:link, a.top-menu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.top-menu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

span#top-menu-sp {
	background: #000000 url(../images/top-menu-sp.jpg) center center no-repeat;	
	padding: 0px 10px 3px 10px;	
}

div#user-actions-box-header {
	background: #ffffff url(../images/user-actions-box-header.jpg) 0 0 no-repeat;
	height: 30px;
	padding: 14px 41px 0px 59px;
	font-family: Century Gothic;
	font-size: 18px;
	color: #000000;
}

div#user-actions-box-header-text-one {	
	float: left;
	width: 596px;
	padding-bottom: 2px;
}

div#user-actions-box-header-text-two {	
	float: left;
	margin-left: 63px;
	width: 222px;
	padding-bottom: 2px;
}

div#user-actions-box {
	background: #ffffff url(../images/user-actions-box-bg.jpg) 0 0 repeat-y;
	padding: 0px 40px 10px 40px;
	width: 903px;
	min-height:100%;
	height: 100%;	
	display: inline-block;
	display: -moz-inline-block;
}

div#user-actions-box-module-one {		
	float: left;
	width: 633px;
}

div#user-actions-box-module-two {	
	float: left;
	margin-left: 40px;
	width: 230px;
}

div#mainbody {
	background: #ffffff url(../images/mainbody-bg.jpg) 0 0 no-repeat;	
	padding: 28px 41px 10px 41px;
	width: 901px;
	min-height:100%;
	height: 100%;	
	display: inline-block;
	display: -moz-inline-block;
}