﻿html body
{
	margin: 0;
	padding: 0;
	background-color:Black;
	width: 100%;
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a, a:hover, a:visited
{
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

.header
{
	width: 100%;
	height: 150px;
	padding: 0;
	margin-top: 10px;
}

.header div
{
	margin-top: 4px;
	font-size: 10px;
	float:right;
	text-align: right;
	width: 99%;
	margin-right:1%;
}

.header img
{
	padding:0;
	margin:0;
	width:250px;
	height:130px;
	float: left;
}

.body
{
    min-height: 500px;
	width: 100%;
	background-color:#222299;
	overflow: auto;
}

.body a,.body a:hover, .body a:visited
{
	color:Red;
	font-size: 13px;
}

.content
{
	min-height: 500px;
	width:70%;
	float:left;
	padding: 10px;
}

.linkBox
{
	background-color: #2222DD;
	float: right;
	width:100%;
}

.linkBox ul
{
	margin:0;
	padding:0;
}

.linkBox h3
{
    background-color: #4444DD;
	color:#000000;
	text-align: center;
	margin:0;
	border-bottom: 1px solid #000000;
}

.linkBox li
{
	list-style: none;
	text-align: left;
	padding-left:5px;
}

.linkBox li:hover
{
	background-color: #000000;
}


.footer
{
	margin-bottom: 10px;
	padding-top: 5px;
	height:30px;
	width: 100%;
	font-size: 10px;
	text-align: right;
	border-top: 2px solid #111111;
}

/* Menu Start */
.menu
{
	padding:0;
	width: 100%;
	height: 30px;
	background-image: url("./img/MenuGradient.png");
	background-repeat: repeat-x;
	z-index: 901;
	text-align: center;
	border-left: 1px solid #888888;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #BBBBBB;
}

.menu ul
{
	margin:0;
	padding:0;
}

.menu li
{
	list-style: none;
	width: auto;
	padding:0;
	margin:0;
	height: 30px;
	float:left;
	border-right: 1px solid #4444DD;
	background-color: Transparent;
	cursor: pointer;	
}

.menu li:hover
{
	border-right: 1px solid #CCCCCC;
	background-color: #888888;
}

.menu a, .menu a:hover, .menu a:link, .menu a:visited
{
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
}

.menu .text 
{
	padding-top: 5px;
	margin-left: 12px;
	margin-right: 12px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;	
}

/* Menu End */

/* Text Styles */
.smallText, .smallTextCenter, .smallTextBold{font-size: 10px;}
.text0, .text0Center, .text0Bold{font-size: 12px;}
.smallTextCenter, .text0Center{text-align: center;}
.smallTextBold, .text0Bold{font-weight: bold;}
.header1{font-size: 20px;}
.header2{font-size: 18px;}
.header0
{
	font-size: 25px;
	margin-bottom: 20px;
}
/* End Text Styles */

/* Listing Styles */
.list4Col, .list3Col, .list2ColCenter, .list4ColCenter, .list2Col{width: 100%;}

.list4ColCenter div, .list4Col div,
.list2Col div, .list2ColCenter div,
.list3Col div
{
	width: 25%;
	float: left;
	font-size: 12px;
}

.list4ColCenter div, .list2ColCenter div{text-align: center;}
.list2Col div, .list2ColCenter div{width: 50%;}
.list1Col{width: 100%;}
.list3Col div{width: 33%;}
.listCol
{
	font-weight:bold;
	margin-bottom: 5px;
	text-align: center;
}
/* End Listing Styles */

.packageContent{background-color: #1122BB;}
.packageHeader
{
    background-color: #1144DD;
    border: 1px solid #66CCFF;
    height: 25px;
    font-size: 18px;
    text-align:center;
    cursor: pointer;
}

.contentItem
{
	background-color: #222244;
	width: 100%;
	float:left;
}

.modalHeader, .itemHeader
{
	width: 100%;
	background-color: #333333;
	height: 25px;
	font-size: 20px;
	margin-bottom:10px;
	border-bottom: 1px solid #66CCFF;
	text-indent: 5px;
}

.itemContent
{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 12px;
}

.modalPopupBG
{
	background-color: #666666;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	width:500px;
	min-height:200px;
	background-color: #222244;
	border: 1px solid #66CCFF;
}

.modalContent
{
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
}

.modalHeader
{
	position:absolute;
	left:0;
	top:0;
	right:auto;
	bottom:auto;
}

.modalCloseButton
{
	position:absolute;
	right: 5px;
	top:0;
	bottom: auto;
	left: auto;
	z-index: 900;
}