/************************************
The Marquee - Website by Galaxy Design

TABLE OF CONTENTS

1. BASE STYLES
2. FONT STYLES
3. NAVIGATION STYLES
4. GALLERY
5. BOXES & TABLE STYLES
6. FORM STYLES
7. OTHER VARIOUS STUFF

************************************/


/*****************************************
1. BASE STYLES
*****************************************/
#welcomePage {
	background: #00162E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 80px;
}
#welcomePage img {
	border: none;
	margin: 15px auto;
	padding: 0;
	background-color: #00162E;
}

#welcomePage a:hover {
	background-color: #00162E;
}

body {
	margin: 0px;
	padding: 0px;
	background: #001E3D url(../images/background.gif) scroll center top;
	font-size: 12px;
	line-height: 1.5em;
}

body, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	line-height: 1.5em;
}

img {
border:0px;
}

a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3263CA;
}
.hiddenLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	visibility: hidden;
}

.buttonFix a:hover {
	background-color:#FFFFFF;
}

p {
	text-align:center;
	margin: 0 0 2em;
}

.clear {
	clear:both;
	margin: 0px;
	padding:0px;
}

/*****************************************
2. FONT STYLES
*****************************************/
.bold {
	font-weight:bold;
}
.White {
	color: #FFFFFF;
}
.WhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}

.BoldRed {
	font-weight: bold;
	color: #CC0000;
}

.small {
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}
.smallBold {
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
}
.smallGrey {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	line-height: 10px;
}
.smallBoldGrey {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	line-height: 10px;
}

/*****************************************
3. NAVIGATION STYLES
*****************************************/


/*****************************************
4. GALLERY
*****************************************/
table#gallery td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
table#gallery input,
table#gallery textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #CCCCCC;
}
table#gallery input:focus,
table#gallery textarea:focus {
	background: #FFFF99;
	color: #222;
}

a.galleryThumbnail {
	background-color: #D3D3D3;
	float: left;
	border: 1px solid #FFFFFF;
	padding: 2px;
}
a:hover.galleryThumbnail {
	background-color:#f90;
}
.galleryNav {
	color: #FFFFFF;
	background-color: #1975D7;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #2B5DAE;
}
.galleryNav a {
	font-weight: normal;
	color: #B8D5EC;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2B5DAE;
	margin-top: -2px;
	margin-right: -5px;
	margin-bottom: -2px;
	margin-left: -5px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	float: left;
}
.galleryNav a:hover {
	color: #ffffff;
	background-color: #FF6600;
}
.galleryInstructions {
	color: #FFFFFF;
	background-color: #50ADEA;
	padding: 2px 5px;
}

.galleryStatus {
	background-color:#e7e7e7;
	color:#666666;
	border: 1px solid #D3D3D3;
	padding: 1px 3px;
}

.galleryTableLable {
	background-color: #ECECEC;
	font-weight: normal;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top: 0px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}
.galleryTableForm {
	font-weight: normal;
	background-color: #FFFFFF;
	border-top: 0px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 0px solid #DCDCDC;
	padding: 3px;
}

/*****************************************
5. BOX STYLES
*****************************************/
#boxGrey {
	background-color: #CCCCCC;
	border: 2px solid #999999;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*****************************************
6. FORM STYLES
*****************************************/
table.contactForm {
}
table.contactForm th,
table.contactForm td {
	padding: 3px;
	color: #333;
}
table.contactForm .lable {
	text-align: right;
	font-weight: bold;
	color: #666;
}
table.contactForm .divider {
	background-color: #e6e6e6;
	height: 10px;
}
table.contactForm input.input-text-long,
table.contactForm input.input-text-medium,
table.contactForm input.input-text-short,
table.contactForm textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

table.contactForm input.input-text-long {
	width: 300px;
}
table.contactForm input.input-text-medium {
	width: 150px;
}
table.contactForm input.input-text-short {
	width: 60px;
}
table.contactForm td.textarea {
	background-color: #e6e6e6;
	padding: 5px;
	text-align: center;
	color: #666;
	font-weight: bold;
	border-top: 4px solid #fff;
}
table.contactForm textarea {
	width: 560px;
	height: 100px;
	margin: 2px 0 0 0;
	color: #333;
}





table.think-can-dj {
	margin: 10px auto 30px;
	background: url(../images/think-can-dj/think-can-dj_03.jpg) repeat-y center top;
	width: 680px;
}

table.think-can-dj thead th {
	height: 410px;
	width: 680px;
	background: url(../images/think-can-dj/think-can-dj_01.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	text-indent: -50000px;
}
table.think-can-dj thead td {
	color: #4AB3D6;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}

table.think-can-dj tbody td {
	padding-left: 10px;
	color: #FFFFFF;
}
table.think-can-dj tbody td.label {
	width: 250px;
	text-align: right;
	color: #999999;
	padding: 0px;
}

table.think-can-dj tbody input.long,
table.think-can-dj tbody input.medium,
table.think-can-dj tbody input.short,
table.think-can-dj tbody textarea {
	border: 2px solid #147DBE;
	width: 280px;
	padding: 5px;
	background: #fff;
	margin: 3px 0px;
}

table.think-can-dj tbody input.medium {
	width: 150px;
}
table.think-can-dj tbody input.short {
	width: 80px;
}

table.think-can-dj tbody textarea {
	height: 120px;
}
table.think-can-dj tbody tr.checkbox td.label {
	padding-top: 8px;
	padding-bottom: 8px;
}

table.think-can-dj tfoot td {
	margin: 0;
	text-align: center;
	padding-top: 20px;
	background: #0E2D65 url(../images/think-can-dj/think-can-dj_04.jpg) no-repeat center top;
	padding-bottom: 10px;
}






/*****************************************
7. OTHER VARIOUS STUFF
*****************************************/
#pageHeading, h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px;
	display: block;
	width: 80%;
	margin: 5px auto 15px;
}
.tableSMS-lable {
	background-color: #506165;
	padding: 2px;
	color: #FFFFFF;
	border-right: 1px solid #3F4D50;
	border-bottom: 1px solid #3F4D50;
	text-align: right;
}
.tableSMS-form {
	background-color: #BFEFA9;
	color: #2B5B16;
	border-right: 1px solid #3F4D50;
	border-bottom: 1px solid #3F4D50;
	text-align: left;
	padding: 0;
}
.tableSMS-form input.text-long,
.tableSMS-form input.text-medium,
.tableSMS-form input.text-small,
.tableSMS-form textarea,
.tableSMS-form select {
	margin: 2px 0 2px 2px;
	border: 1px solid #506165;
}
.tableSMS-form input.text-long {
	width: 350px;
}
.tableSMS-form input.text-medium {
	width: 150px;
}
.tableSMS-form input.text-small {
	width: 80px;
}
.tableSMS-form textarea {
	width: 350px;
	height: 100px;
}
td.submitButtonArea {
	padding:5px;
	background-color:#3F4D50;
	border: 1px solid #3F4D50;
	border-top:0px;
	text-align: center;
}



/** MY SPACE BANENRS **/
#mySpaceIndex {
	background-color: #134580;
	color: #FFFFFF;
	border-bottom: 1px solid #00162E;
	padding: 5px 0;
}
#mySpaceIndex a:hover {
	background-color: #FF9900;
}

#mySpaceHome {
	background-color: #06C;
	width: 642px;
	padding: 3px;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #A1D3FF;
	margin: 10px auto;
}
.home_images {
}
.home_images a:hover {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
