/*--------------------------------------------------------------------------------------
G L O B A L   C O N T A I N E R
--------------------------------------------------------------------------------------*/

/*
Jeff:	the blue color is 00ccff
Jeff:	the greenish color is ccff00
*/

body {
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px 0px 40px 0px;
	margin: 0 0 6em 0;
	text-align: center;
}

body,td,th,textarea,input,select,h1,h2,h3,h4,h5,h6 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.center {
	text-align: center;
}

.small-text {
	font-size: 10px;
}

.medium-text {
	font-size: 11px;
}

#horRule {
	height: 1px;
	border-top: 1px solid #666666;
	width: 100%;
}

a {
	color: #00CCFF;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

#message {
	background-color: #FFCD7F;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

#error {
	background-color: #AF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------------------
F O R M   E L E M E N T S
--------------------------------------------------------------------------------------*/
input,select,textarea {
	font-size: 90%;
	background: #DDDDDD;
	line-height: 1em !important;
	vertical-align: middle;
	border: 4px solid #DDDDDD;
	margin-bottom: 3px;
}

textarea {
	font-size: 100%;
	font-family: Georgia, serif;
	background: #DDDDDD;
	line-height: 1.2em !important;
	padding: 4px !important;
}

input:focus {
	background: #FFE0AF;
	border: 4px solid #FFE0AF;
}

label.error {
	font-style: italic;
	color: #FFCB00;
	display: block;
}

textarea.error {
	background: #FFCB00;
	border: 4px solid #FFCB00;
}

input.error {
	font-size: 90%;
	background: #FFCB00;
	line-height: 1em !important;
	vertical-align: middle;
	border: 4px solid #FFCB00;
	margin-bottom: 3px;
}

/*--------------------------------------------------------------------------------------
M A I N   M E N U
--------------------------------------------------------------------------------------*/
#header-wrapper {
	
}

.header-wrapper {
	background: url(../images/tab_bottom.gif) repeat-x bottom;
	margin: 0pt;
	padding-bottom: 1px;
}

.header-mainmenu-wrapper {
    float: left; 
    padding-top: 22px; 
    height: 66px;
    width: 500px;
}

.header-container {
	width: 900px;
	height: 88px;
	margin: 0 auto;
	text-align: left;
}

.header-mainmenu {
	height: 66px;
}

a#mainMenu1 {
	background-image: url(../images/watch_tab.png);
}

a#mainMenu2 {
	background-image: url(../images/create_tab.png);
}

a#mainMenu3 {
	background-image: url(../images/mystuff_tab.png);
	width: 155px;
}

/* 146 x 66 */
a.mainmenu {
	width: 146px;
	height: 66px;
	display: block;
	text-decoration: none;
	float: left;
	width: 146px;
	height: 100%;
	line-height: 66px;
}

a.mainmenu:hover,a.mainmenu.selected:hover,a.mainmenu.selected {
	background-position: 146px 0;
	border-bottom: 1px solid #000000;
}
a#mainMenu3:hover,a#mainMenu3.selected:hover,a#mainMenu3.selected {
	background-position: 155px 0;
	border-bottom: 1px solid #000000;
}

.submenu-container {
	color: #999999;
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}

a.submenu {
	color: #AAAAAA;
}

a.submenu-selected {
	color: #00CCFF;
}

/*--------------------------------------------------------------------------------------
B O D Y
--------------------------------------------------------------------------------------*/
#body-wrapper {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #0d1318;
}

#body-container {
	padding-top: 15px;
}

#body-left {
	float: left;
	width: 454px;
	/*height: 290px;*/
}

#body-right {
	float: left;
	width: 370px;
	margin-left: 10px;
	/*height: 290px;*/
}

#body-info {
	clear: both;
}

.width-wrapper {
	width: 850px;
	margin: 0 auto;
}

#footer-wrapper { /*border-top: 1px solid #666666;*/ /*border-bottom: 1px solid #666666;*/ /*background-image: url(../images/DarkBluePattern.gif);*/ /*background-repeat: repeat;*/

}

#footer {
    clear:both;
    padding:0pt 10px;
    width:100%;
    text-align:center;
}
#footer ul {
    list-style: none;
    margin:8px 0pt;
    white-space:nowrap;
}
#footer ul li {
    display: inline;
    border-right-style:none;
    padding:0px 5px;
}
#footer ul li.next {
    border-right:1px solid #CCCCCC;
}
#footer a, #footer a:visited {
    text-decoration:none;
}
#footer a:hover, #footer a:active {
    text-decoration:underline;
}

/*--------------------------------------------------------------------------------------
D I A L O G / T H I C K   B O X
--------------------------------------------------------------------------------------*/
#dialog {
	background-color: #000000;
}

#dialog-header {
	height: 30px;
}

#dialog-header #title {
	color: #00CCFF;
	font-size: medium;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------
T A B S
--------------------------------------------------------------------------------------*/
.basictab {
	padding: 25px 0px 3px;
	margin-left: -600px;
	font: bold 12px Verdana;
	border-bottom: 1px solid #666666;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	color: #FFFFFF;
}

.basictab li a:visited {
	
}

.basictab li a:hover,.basictab li a:active {
	background-color: #000000;
}

.basictab li.selected a { /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #000000;
	color: #00CCFF;
}

#tab-info {
	background-color: #000000;
	padding: 15px 0px 15px 0px;
}

/*--------------------------------------------------------------------------------------
L O W E R
--------------------------------------------------------------------------------------*/
#lower-left {
	float: left;
	width: 600px;
}

#lower-right {
	float: right;
	width: 200px;
	height: 396px;
}

#lower-info {
	clear: both;
}

/*--------------------------------------------------------------------------------------
P A G E
--------------------------------------------------------------------------------------*/
.orange {
	color: #00CCFF;
}

#carouselItem {
	height: 200px;
}

.cam-title {
	color: #ccff00;
}

.cam-info {
	color: #CDCDCD;
}

.cam-detail-hover {
	border: 1px solid #00CCFF;
}

.cam-detail {
	border: 1px solid #000000;
	background: #444444;
	padding: 3px;
}

#main-text { /*border-top: 1px solid #666666;
	background-image: url(../images/DarkBrownPattern.gif);
	background-repeat: repeat;*/
	padding: 10px;
}

.vertical-line {
	border-left: 1px solid #00CCFF;
	padding: 0px 10px;
}

#registerForm label.error {
	margin-left: 10px;
	margin-bottom: 5px;
	width: auto;
	display: inline;
	color: #FFCB00;
	font-style: italic;
}

#registerForm .form-label {
	margin-right: 15px;
}

#recent-cams .xboxcontent {
	padding: 6px;
}

#cam-info .xboxcontent {
	padding: 6px;
}

.cam-info-title {
	color: #00CCFF;
	font-weight: bold;
	font-size: 14px;
}

.paging-title {
	color: #00CCFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.paging-label {
	color: #00CCFF;
	font-weight: bold;
}

a.delete-rollover {
	display: block;
	float: left;
	width: 60px;
	height: 47px;
	text-decoration: none;
	background: url('../images/delete_Buttonsideby.gif');
}

a.delete-rollover:hover {
	background-position: -60px 0;
}

a.delete-rollover {
	display: block;
	float: left;
	width: 60px;
	height: 47px;
	text-decoration: none;
	background: url('../images/delete_Buttonsideby.gif');
}

a.delete-rollover:hover {
	background-position: -60px 0;
}

a.profile-rollover {
	display: block;
	float: right;
	width: 84px;
	height: 47px;
	text-decoration: none;
	top: -16px;
	position: relative;
	background: url('../images/viewprofile_side.gif');
}

a.profile-rollover:hover {
	background-position: -84px 0;
}

#leftRegister {
	float: left;
	width: 60%;
	margin-right: 15px;
	padding-bottom: 20px;
}

#rightRegister {
	text-align: left;
}

#bottomRegister {
	clear: both;
}

#leftCamDetails {
	float:left;
	width:160px;
	margin-right:15px;
	padding-bottom: 10px;
}

#rightCamDetails {
	text-align: left;
	font-size: 11px;
}

.pics-detail {
	padding: 15px;
	margin: 3px;
	border: 1px solid #000000;
	cursor: pointer;
}
.pics-detail:hover {
	border: 1px solid #00ccff;
}
.pic-selected {
	background-color: #666666;
}

a.delete-rollover:hover {
	background-position: -60px 0;
}

input.create-slideshow {
	display: block;
	float: right;
	width: 134px;
	height: 149px;
	text-decoration: none;
	position: relative;
	background: url('../images/Create_Cam_Buttons.png');
	border: 0px;
}

input.create-slideshow:hover {
	background-position: -134px 0;
}

#pic-checkbox {
	display: none;
}