/* GENERAL */
* {
	font-family: Arial;
	font-size: 10px;
	color: #888888;
}
FORM {
	margin: 0;
	padding: 0;
}
IMG {
	border: none;
}
P {
	margin: 0;
}
A {
	text-decoration: none;
}
SPAN {
	margin: 0;
	display: inline;
	color: #63c5de;
}

.active {
	color: #62c6e0;
}
/* BODY */
BODY {
	background-color: #ffffff;
	margin: 0 12px 0 0;
}

/* TOP */
#logo {
	position: absolute;
	top: 103px;
	right: 770px;
}
#info {
	position: absolute;
	top: 165px;
	/*right: 645px;*/
	right: 770px;
	color: #63c5de;
	text-align: right;
	line-height: 1.4em;
}
#info A {
	color: #63c5de;
}
#info A:hover {
	color: #888888;
}
#info SPAN {
	margin: 0;
	padding: 0;
	display: inline;
	color: #888888;
}

DIV.top {
	float: right;
	/*width: 620px;*/
	width: 744px;
	border-bottom: solid 1px #63c5de;
	clear: both;
}
DIV.top1 {
	height: 65px;
}
DIV.top2 {
	/*min-height: 31px;*/
	height: 31px;
}
DIV.top3 {
	height: 95px;
}
B.userTitle {
	font-size: 12px;
}
DIV.toplineLeft {
	margin-top: 7px;
	float: left;
	margin-right: 10px;
}
DIV.toplineRight {
	margin-top: 8px;
	float: right;
	margin-left: 10px;
}
INPUT.box1 {
	width: 140px;
	padding-left: 3px;
}
INPUT.button1 {
	width: 60px;
	background-color: #ffffff;
}
SELECT.box2 {
	width: 160px;
}
SELECT.box3 {
	width: 95px;
}

A.topLink {
	color: #888888;
}
A.topLink:hover {
	color: #63c5de;
}
A.cyan {
	color: #63c5de;
}
DIV.top P.topLink {
	margin-top: 2px;
}
DIV.top P.topText {
	margin-top: 3px;
}
DIV.top P.topText A {
	color: #888888;
}
DIV.top P.topText A:hover {
	color: #63c5de;
}
DIV.top P.error {
	color: #dd0000;
	margin-top: 9px;
}
P.topCopyright {
	color: #63c5de;
}
DIV.topLinks {
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #9f9f9f;
}
DIV.topLinks A {
	font-weight: 700;
	color: #9f9f9f;
}
DIV.error {
	padding-bottom: 15px;
	color: #dd0000;
	clear: both;
}

/* CONTENT GENERAL */
DIV.mainContent {
	width: 744px;
	float: right;
	clear: both;
	overflow: hidden;
	padding-top: 5px;
}
DIV.title {
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: 700;
	color: #666666;
}
DIV.title A {
	font-size: 14px;
	font-weight: 700;
}
DIV.navOverTitle {
	padding: 1px 0 1px 0;
}
DIV.navOverTitle A {
	color: #888888;
}
DIV.navOverTitle A:hover {
	color: #63c5de;
}
DIV.navSubTitle {
	padding-bottom: 8px;
	color: #888888;
}
DIV.navSubTitle A {
	color: #888888;
}
DIV.navSubTitle A:hover {
	color: #63c5de;
}


DIV.date {
	padding-bottom: 8px;
	color: #888888;
}
DIV.navigation {
	color: #888888;
	padding-bottom: 15px;
}
DIV.navigation A {
	color: #888888;
}
DIV.navigation A:hover {
	color: #63c5de;
}
DIV.navigation DIV {
	padding-top: 3px;
	float: left;
	width: 65px;
}
INPUT.navbox {
	font-size: 9px;
	width: 20px;
}
INPUT.navbutton {
	font-size: 9px;
	width: 40px;
	background-color: #ffffff;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#rright {
	padding-top: 0px;
	width: 180px;
	text-align: right;
}


DIV.space5 {
	height: 4px;
}
DIV.space10 {
	height: 9px;
}
DIV.space15 {
	height: 14px;
}
DIV.space20 {
	height: 19px;
}
DIV.row {vertical-align: top;}


/* PHOTOGALLERY */
DIV.cell {
	float: left;
	width: 110px;
	min-height: 135px;
	padding-bottom: 8px;
	margin-right: 14px;
	overflow: hidden;
}
DIV.infoCell {
	float: left;
	width: 110px;
	padding-bottom: 8px;
	margin-right: 14px;
	overflow: hidden;
}
DIV.infoCell A {
	color: #888888;
}
DIV.infoCell A:hover {
	color: #63c5de;
}
DIV.cell P {
	color: #888888;
}
DIV.cell A {
	color: #333333;
}
DIV.cell A:hover {
	color: #63c5de;
}
DIV.cell DIV {
	height: 100px;
}
DIV.rowDelimiter {
	width: 100%;
	height: 11px;
	overflow: hidden;
	background-image: url('images/row_delimiter.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
/* FOOTER */
DIV.footer {
	color: #63c5de;
	float: right;
	width: 744px;
	border-top: solid 1px #63c5de; 
	margin-top: 3px;
	padding-top: 5px;
	margin-bottom: 10px;
	clear: both;
}

/* FORMS */
DIV.formTitle {
	font-weight: 700;
	font-size: 12px;
	padding: 10px 0 10px 0;
}
DIV.formRow {
	padding-bottom: 5px;
	width: 300px;
}
DIV.formColLeft {
	float: left;
}
DIV.formColRight {
	padding-top: 2px;
	float: right;
}
DIV.formColLeftCheckbox {
	width: 153px;
	text-align: right;
	float: left;
}
DIV.formColLeftCheckbox INPUT {margin-right:0;}
DIV.formRow DIV.error {
	color: #dd0000;
	padding-top: 2px;
}
DIV.formRow P {
	color: #dd0000;
}

INPUT.box5 {
	width: 150px;
	padding-left: 3px;
}
SELECT.box5 {
	width: 156px;
}
SELECT.box6 {
	width: 60px;
}
SELECT.box7 {
	width: 90px;
	margin-right: 6px;
}
INPUT.button2 {
	background-color: #ffffff;
	font-weight: 700;
}
#termsAndCond {
	text-decoration: underline;
}
DIV.formInstructions {
	padding-bottom: 15px;
}
IMG.pr {
	border: none;
	margin: 2px 16px 0 2px;
}


/* REGISTRATION */
DIV.regInstructions {
	color: #62c6e0;
	margin: 5px 0 5px 0;
}
DIV.registrationTitle {
	float: left;
	padding-top: 7px;
	font-size: 13px;
	font-weight: 700;
	color: #666666;
}
.visible {
	display: block;
	visibility: visible;
}
.hidden {
	display: none;
	visibility: hidden;
}
DIV.formDelimiter {
	border-top: solid 1px #63c5de;
	padding: 2px 0 10px 0;
}
DIV.formDelimiter1 {
	border-top: solid 1px #63c5de;
	overflow: hidden;
	height: 2px;
}
TEXTAREA.contractBox {
	width: 610px;
	height: 200px;
}
DIV.regSuccessfull {
	padding: 10px 0 10px 0;
}

/* SUBUSERS TABLE */
DIV.listContainer {
	width: 620px;
	max-height: 200px;
	overflow: auto;
}
TABLE {
	width: 600px;
	border: none;
}
TD {
	padding: 3px 0 3px 0;
}
TD A {
	text-decoration: underline;
}
TD.subUsrsCount {
	width: 30px;
	text-align: center;
}
TD.subUsrsLeft {
	width: 270px;
}
TD.subUsrsRight {
	width: 100px;
}
TR.listHeader {}
TR.listHeader TD {
	border-bottom: solid 1px #62c6e0;
	padding-bottom: 1px;
}
TR.listFooter {}
TR.listFooter TD {
	border-top: solid 1px #62c6e0;
	padding: 0;
}
