* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background:#e8e4c6 url(../images/bg.gif) repeat-x;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 10px 0px 10px 0px;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

.mainWarpperFirst{
	text-align: left;
	width:991px;
	margin:auto;
	border:5px solid #1c0335;
	background-color:#6e389a;
}

.mainWarpper{
	width:100%;
	margin:auto;
	text-align:center;
}

/* Layout */
#container {
	margin-top:10px;
	text-align: left;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:5px solid #33114f;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	color: #000000;
	padding: 0px 30px;
}
#header h1 a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content{
	background:#FFFFFF url(../images/bghead.gif) repeat-x;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 5px;
	padding: 0;
	width: 98%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 2px;
	padding: 5px 5px;	
}
fieldset legend {
	background:transparent;
	color: #e32;
	font-size: 120%;
	font-weight: bold;
	padding:5px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px 5px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
}
form div {
	clear: both;
	margin-bottom: .25em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	text-align:right;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 5px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width:95%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 5px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

TABLE.summary{
	width:100%;
	margin-top:0px;
	background:#ededed url(../images/TabGalleryUBG.gif) center top repeat-x;
	border-top:0px;
}

TABLE.summary TD{
	font-size:10px;
	height:13px;
}

.topNavigator{
	text-align:right;
}

.registeration_agreemenet{
	background:#ffffff url(../images/bghead.gif) repeat-x;
	text-align:left;
	padding:3px;
	border:5px solid #888888;
}

.registeration_agreemenet UL{
	font-size:12px;
	list-style:none;
	list-style-image:url(../images/arrow2.gif);
}

.registeration_agreemenet UL LI{
	margin-bottom:5px;
	display:block;
}

.regTable{
	border:0px;
}

.regTable TD{
	border:0px;
}

.errorMsg{
	color:#ff0000;
	border:1px solid #888888;
	padding:3px;
}

.headerMenu{border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:5px;
text-align:right;
background-color:#021c65;
background:#28043b url(/2009/userfiles/image/uploads/new/blockdefault.gif) center center;
color:#ffffff;}

.headerMenu A, .headerMenu A:visited{color:#ffffff;
text-decoration:none;}

.headerMenu A:hover{color:#fad505;
text-decoration:underline;}

.flashNewsRunning{background-color:#000000;
border-bottom:1px solid #000000;
font-size:11px;}

.flashNewsRunning .date{background-color:#40136e;
width:207px;}

.footeraddress{
	padding:5px;
	border-top:0px solid #28043b;
	color:#ffffff;
	text-align:center;
	font-size:11px;
}

.footeraddress A,.footeraddress A:visited{
	color:#f9db65;
	text-decoration:underline;
}

.footeraddress A:hover{
	color:#dab10e;
	text-decoration:none;
}