
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

body.popup {
	padding: 20px;
	background-color: #0d1241;
	text-align: left;
}

body.software {
	padding: 10px;
	background-image: url("");
	background-color: #0d1241;
	overflow:hidden;
	text-align: center;
}

html.software{
	overflow:hidden;
}

#ndxTop {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 91px;
}

#insideTop {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 91px;
}

#navTop {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 32px;
}

#top {
	text-align: left;
	margin: 0px auto;
	padding: 40px 10px 0px 30px;
	width: 745px;
	height: 107px;
	background-image: url(/images/back-head.gif);
	color: #2b7300;
	cursor: pointer;
}

#ndxContainer{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 348px;
}

#ndx01{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 207px;
	height: 270px;
}

#ndx02{
	position: absolute;
	top: 0px;
	left: 207px;
	padding: 0px;
	margin: 0px;
	width: 144px;
	height: 270px;
}

#ndx03{
	position: absolute;
	top: 0px;
	left: 351px;
	padding: 0px;
	margin: 0px;
	width: 288px;
	height: 167px;
}

#ndx04{
	position: absolute;
	top: 167px;
	left: 351px;
	padding: 0px;
	margin: 0px;
	width: 288px;
	height: 103px;
}

#ndx05{
	position: absolute;
	top: 0px;
	left: 639px;
	padding: 0px;
	margin: 0px;
	width: 121px;
	height: 137px;
}

#ndx06{
	position: absolute;
	top: 137px;
	left: 639px;
	padding: 0px;
	margin: 0px;
	width: 121px;
	height: 133px;
}

#ndx07{
	position: absolute;
	top: 270px;
	left: 0px;
	padding: 2px 10px 0px 17px;
	margin: 0px;
	width: 180px;
	height: 76px;
	background-image: url(/images/ndx_07-back.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #bed7c3;
	font-family: Tahoma;
	line-height: 150%;
}

#ndx07 a{
	text-decoration: underline;
}

#ndx08{
	position: absolute;
	top: 270px;
	left: 207px;
	padding: 0px;
	margin: 0px;
	width: 275px;
	height: 78px;
}

#ndx09{
	position: absolute;
	top: 270px;
	left: 482px;
	padding: 0px;
	margin: 0px;
	width: 278px;
	height: 78px;
}

#insideBottom {
	margin: 0px auto;
	padding: 67px 0px 0px 30px;
	width: 730px;
	height: 23px;
	background-image: url(/images/back-inside-bottom.gif);
	background-repeat: no-repeat;
	color: #747792;
	font-weight: bold;
	text-align: left;
}

#bottom1 {
	margin: 0px auto;
	padding: 12px 0px 0px 0px;
	width: 760px;
	height: 23px;
	background-image: url(/images/back-bottom1.gif);
	background-repeat: no-repeat;
}

#bottom2 {
	margin: 0px auto;
	padding: 29px 0px 20px 0px;
	width: 760px;
	background-image: url(/images/back-bottom2.gif);
	background-repeat: no-repeat;
}

#container {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images/back-container.gif);
}

#liner01{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/liner01.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 476px;
	padding: 75px 0px 0px 19px;
	margin: 0px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #423f74;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #423f74;
	background-color: #423f74;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #423f74;
	vertical-align: top;
}

table.chartTable {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #383245;
	border-collapse: collapse;
}

table.chartTable th {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #383245;
	background-color: #070b35;
	font-weight: bold;
	vertical-align: middle;
}

table.chartTable td {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #383245;
	vertical-align: top;
}

.faqAnswer {
	padding: 5px;
	margin: 5px 0px 5px -40px;
	border: 1px solid #383245;
	background-color: #070b35;
	
}

.faqClose {
	text-align: right;
}


/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eaebef;
	background-color: #0d1241;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 24px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 5px 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #e4b335;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fce29f;
	text-decoration: underline;
}

a.red {
	color: #b0111f;
}

a.red:hover {
	color: #d18189;
}


/*---------------------------------------------------------------------------------------------
	Landing Page (lp) Settings
---------------------------------------------------------------------------------------------*/

body.lp {
	padding: 20px;
	background-image: url("");
	background-color: #0d1241;
}

.lp_copyright {
	color : #faf199;
	font-size: 11px;
}

a.lp_copyright:link,a.lp_copyright:active,a.lp_copyright:visited {
	color : #e4b335;
	text-decoration: none;
	font-weight: bold;
}

a.lp_copyright:hover {
	color : #fce29f;
	text-decoration: underline;
	font-weight: bold;
}


/*---------------------------------------------------------------------------------------------
	Tournament Cal Menu Settings
---------------------------------------------------------------------------------------------*/

#dropmenudiv{
	position: absolute;
	border: 1px solid #383245;
	border-bottom-width: 0;
	font:normal 11px;
	line-height: 16px;
	z-index: 100;
	background-color: #0F1448;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #383245;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
	background-color: #070B35;
}

