/* CSS3
-----------------------------------------------------------------------------*/
html {
	overflow: -moz-scrollbars-vertical;
}


/* Remove margin padding and border (Universal)
-----------------------------------------------------------------------------*/
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* Core Class
-----------------------------------------------------------------------------*/
img { border: 0px; }
a { cursor: pointer; }
p { margin-bottom: 12px; }

/* Generic Class
-----------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.img_border {
	border: 1px solid #CCCCCC;
}
.img_border_pad {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.img_left {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 15px 0px 0px;
}
.img_right {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 15px;
}


/* Document and handling typography
-----------------------------------------------------------------------------*/
body {
	background: url(../_img/background.jpg) top center no-repeat;
	color: #3e3e3e;
	font: 70%/1.3 Arial, Helvetica, sans-serif;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: center;
	text-shadow: 1px 1px 2px #cccccc;
}

h1 {
	background: url(../_img/h1_icon.gif) top left no-repeat;
	border-bottom: 1px solid #d0c9ad;
	color: #005447;
	font-size: 1.3em; 
	height: 23px;
	padding: 10px 0px 0px 35px;
}
h2 {
	background: url(../_img/h2_bg.gif) bottom repeat-x;
	color: #3399ff;
	font-size: 1.2em;
	height: 25px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
}
h3 {
	color: #3399ff;
	font-size: 1.2em;
	margin: 0px 0px 12px 0px;
}
h4 {
	color: #006634;
	font-size: 1.2em;
	margin: 0px 0px 12px 0px;
}
h5 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #333333;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	padding: 2px;
}

.style01 {
	font-size: 1.1em;
	font-weight: bold;
}


/* Structure
-----------------------------------------------------------------------------*/
#master-container {
	margin: 5px auto 10px auto;
	overflow: hidden;
	text-align: left;
	width: 980px;
}


/* Structure | Heaeder
-----------------------------------------------------------------------------*/
#header-top {
	height: 50px;
}
#header {
	background: url(../_img/headerxx.jpg) no-repeat;
	height: 260px;
	overflow: hidden;
	padding: 0px;
}


/* Structure | Header - login panel
-----------------------------------------------------------------------------*/
#login-panel {
	font-size: 80%;
	margin: 0px 10px 0px 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
	overflow: hidden;
}
#login-panel-div {
	color: #ffffff;
	float: right;
}

#login-panel a {
	color: #106eb4;
	text-decoration: none;
}
#login-panel a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#login-welcome {
	color: #FFFFFF;
	text-align: left;
}
.LoginName {
	color: #0066FF;
}


/* Structure | Main menu - navigation
-----------------------------------------------------------------------------*/
#navigation { height: 50px; }


/* Structure | Body
-----------------------------------------------------------------------------*/
#body {
	background: url(../_img/background_body.gif) top no-repeat #ffffff;
	margin: 0px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 940px;
}


/* Structure | Body - 2 columns
-----------------------------------------------------------------------------*/
.left-column {
	float: left;
	padding-bottom: 10px;
	width: 300px;
}
.right-column {
	float: right;
	padding-bottom: 10px;
	width: 620px;
}


/* Structure | Body - Custom column
-----------------------------------------------------------------------------*/
.column-w80 { width: 80px; }
.column-w130 { width: 130px; }
.column-w180 { width: 180px; }
.column-w200 { width: 200px; }
.column-w300 { width: 300px; }
.column-w400 { width: 400px; }
.column-w420 { width: 420px; }

.column-w80, 
.column-w130, 
.column-w180, 
.column-w200, 
.column-w300, 
.column-w400, 
.column-w420 {
	margin-bottom: 5px;
	overflow: hidden;
}


/* Structure | Body continue
-----------------------------------------------------------------------------*/
.body-content {
	padding: 15px;
}
	.body-content p {
		margin: 0px 0px 12px 0px;
	}
	.body-content ul {
		margin: 0px 0px 15px 15px;
	}
	.body-content ol {
		margin: 0px 0px 15px 15px;
	}
	.body-content li {
		margin-bottom: 6px;
	}
	.body-content img {
		margin-bottom: 3px;
	}
	.body-content a {
		color: #3366ff;
		text-decoration: none;}
	.body-content a:hover {
		text-decoration: underline;
	}

.flashcontent {
	margin-bottom: 10px;
}

.list-content {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	.list-content a {
		color: #3366ff;
		font-weight: bold;
		text-decoration: none;
	}
	.list-content a:hover {
		text-decoration: underline;
	}
	
	.list-content .date {
		font-weight: bold;
	}
	.list-content .title {
		font-weight: bold;
		color: #3366ff;
	}
	
	.list-content p {
		margin: 0px;
		padding: 0px;
	}
	.list-content img {
		border: 1px solid #cccccc;
		float: left;
		margin: 0px 10px 0px 0px;
	}

.list-content-footer {
	margin-bottom: 10px;
	text-align: right;
}
	.list-content-footer a {
		color: #3366ff;
		font-weight: bold;
		text-decoration: none;
	}
	.list-content-footer a:hover {
		text-decoration: underline;
	}

.list-discussion {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	.list-discussion a {
		color: #3366ff;
		font-weight: bold;
		text-decoration: none;
	}
	.list-discussion a:hover {
		text-decoration: underline;
	}
	.list-discussion .title {
		color: #3366ff;
		font-weight: bold;
	}

.list-discussion-footer {
	margin-bottom: 10px;
	text-align: right;
}
	.list-discussion-footer a {
		color: #3366ff;
		font-weight: bold;
		text-decoration: none;
	}
	.list-discussion-footer a:hover {
		text-decoration: underline;
	}

.box-c7e3ff {
	background-color: #c7e3ff;
	padding: 15px;
}

.display-item {
	padding-top: 15px;
}
	.display-item img {
		margin-bottom: 10px;
	}

.forum-discussions {
	margin-top: 15px;
	padding: 0px;
}

.list_photogallery {
	float: left;
	margin: 0px 3px 15px;
	width: 140px;
}
.list_photogallery_img 
{
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.list_photogallery img {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/* Structure | Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 2px solid #99cc00;
	color: #666666;
	font-size: 80%;
	height: 46px;
	margin: 0px;
	padding: 5px 2px 5px;
	text-align: right;
}
	#footer a {
		color: #005447;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #669900;
		text-decoration: none;
	}


/* Tables
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.GridView {
	border: solid 1px #FFFFFF;
}
.GridView td {
	border: solid 1px #FFFFFF;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
}
.GridHeader {
	background-color: #c7e3ff;
	color: #666666;
	font-weight: bold;
	padding: 5px;
}
.GridItem {
	background-color: #ffffff;
}
.GridAltItem {
	background-color: #eaf4fe;
}


/* Form
-----------------------------------------------------------------------------*/
input.text, textarea.text {
	background: url(../_img/login_field_bg.gif) top repeat-x;
	border: 1px solid #97d4f0;
	border-radius: 3px;
	color: #666666;
	font: 1.0em Arial, Helvetica, sans-serif;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.text:focus {
	border: 1px solid #c2e6f6;
}

.select {
	border: 1px solid #97d4f0;
	border-radius: 3px;
	color: #666666;
	font: 1.0em Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-row {
	padding-bottom: 5px;
}
.form-label {
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: right;
	width: 100px;
}
.form-cell {
	float: left;
	padding-left: 10px;
	width: auto;
}
.form-row .text {
	width: 200px;
}


/* Button
-----------------------------------------------------------------------------*/
.btn_login {
	background: url(../_img/btn_login.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_logout {
	background: url(../_img/btn_logout.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_submit {
	background: url(../_img/btn_submit.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_update {
	background: url(../_img/btn_update.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_read_more {
	background: url(../_img/btn_read_more.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 80px;
}
.btn_ok {
	background: url(../_img/btn_ok.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_edit {
	background: url(../_img/btn_edit.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_delete {
	background: url(../_img/btn_delete.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_delete2 {
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_save {
	background: url(../_img/btn_save.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_cancel {
	background: url(../_img/btn_cancel.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_post {
	background: url(../_img/btn_post.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}
.btn_approve {
	cursor: pointer;
	height: 20px;
	width: 60px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.btn_disapprove {
	cursor: pointer;
	height: 20px;
	width: 70px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.btn_upload 
{
	background: url(../_img/btn_upload.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}

.btn_register
{
	background: url(../_img/btn_register.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}

.btn_confirm
{
	background: url(../_img/btn_confirm.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}

.btn_redeem
{
	background: url(../_img/btn_redeem.gif) 0px 0px no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
}

.btn_login:hover, .btn_logout:hover, .btn_submit:hover, .btn_update:hover, .btn_read_more:hover, .btn_ok:hover, .btn_edit:hover, .btn_delete:hover, .btn_delete2:hover, .btn_save:hover, .btn_cancel:hover, .btn_post:hover, .btn_approve:hover, .btn_disapprove:hover, .btn_upload:hover, .btn_register:hover, .btn_confirm:hover, .btn_redeem:hover {
	background-position: 0px -20px;
}


/* User profile
-----------------------------------------------------------------------------*/
.user-profile {
	margin: 0px;
}
	.user-profile td {
		padding: 5px;
	}
	.user-profile a {
		color: #3366ff;
		text-decoration: none;}
	.user-profile a:hover {
		text-decoration: underline;
	}

table.title-box {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

/* Modal Popup Extender
------------------------------------------------------------------------------*/
.modalBackground
{
    background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.modalPopup 
{
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:5px;
	color: #333333;
	font-size: 11px;
	font-family:Arial;
}

/* Accordion */
.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    border: 1px solid #3399ff;
    color: #3399ff;
    background-color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    /*border: 1px solid #2F4F4F;*/
    border: 1px solid #3366ff;
    color: #3366ff;
	background-color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    /*color: #3366ff;*/
}

/************************************************
	Advertisement
************************************************/
#advertisement-banner,#advertisement-banner2, #advertisement-skyscraper, #advertisement-showcase { background-color: #f1f1f1; }
#advertisement-skyscraper  { margin-left: auto; margin-right: auto; width: 160px; height: 600px; overflow: hidden; }
#advertisement-banner { margin-left: auto; margin-right: auto; width: 728px; height: 90px; overflow: hidden; }
#advertisement-banner2 { margin-left: auto; margin-right: auto; width: 620px; height: 90px; overflow: hidden; }