/*			General rules		*/
* {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.outlineInline {
	display: inline;
}

.hundredProcent {
	width: 100%;
}

div.content {
	width: 750px;
	margin: auto;
	text-align: center;
}

div.liveMuscleShowContent {
	padding-top: 230px;
	text-align: center;
}

table {
	margin: 20px auto 10px auto;
}
/*			End General stylesheet rules		*/



/*			Header rules		*/
#liveMuscleShowWrapper {
	width: 750px;
	margin: auto;
	position: relative;
}

div.liveMuscleShowHeader {
	width: 750px;
	height: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.liveMuscleShowHeaderImage div.image1 {
	height: 30px;
}

div.liveMuscleShowHeaderImage div.image2 {
	height: 75px;
}

div.liveMuscleShowHeaderImage div.image3 {
	height: 30px;
}

/*		Top menu of livemuscleshow.com		*/
div.liveMuscleShowMenu {
	width: 750px;
	height: 33px;
}

ul.liveMuscleShowMenu,
ul.liveMuscleShowMenu li {
	list-style: none;
}

ul.liveMuscleShowMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
}
/*		End	Top menu of livemuscleshow.com		*/


/*	Form rules	*/
input, select, option, textarea {
	color: #000;
}

input.widthFixed, select.widthFixed {
	width: 110px;
}
/*	End Form rules	*/


/*	end User input field in the header */
div.usernameText,
div.usernameInput,
div.passwordText,
div.passwordInput,
div.rememberMeText,
div.rememberMeCheckbox,
div.submitInput {
	float: left;
	height: 24px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
}

div.passwordInput,
div.usernameInput {
	padding-top: 5px;
}

div.loginInput {
	padding-left: 5px;
}

div.submitInput {
	width: 33px;
}

div.usernameText, div.passwordText, div.rememberMeText {
	margin: auto 4px auto 10px;
}


div.usernameText {
	margin-left: 0px;
}

input.submitInput {
	border-width: 0px; 
	background-color: #000; 
	color: #CCCCCC;
	font-size: 14px;
	height: 28px;
	cursor: pointer;
}

/*	end User input field in the header */


div.noScript {
	width: 750px;
	height: 50px;
	text-align: center;
}


div.login, div.loginMember {
	height: 32px;
	line-height: 24px;
	vertical-align: middle;
	margin: auto;
	width: 375px;
}


div.loginMember {
	width: 750px;
	position: relative;
	padding-top: 2px;
}


div.floatLeft {
	float: left;
}

div.floatRight {
	float: right;
}

div.rememberMeCheckbox {
	padding-top: 10px;
}

div.horizontalLine {
	width: 750px;
	height: 10px;
}

div.horizontalLineBottom {
	width: 750px;
	height: 2px;
	margin-top: 30px;
}

div.liveMuscleShowContent {

}

table.community_messages_history {
	width: 600px;
}

table.community_messages_history td {
	padding: 0px 10px;
}

table.community_messages_history td table {
	width: 600px;
}


tr.community_messages_hide {
	display: none;
}



/*		BlockUI	rules		*/
.blockOverlay {
	cursor: default;
}

#preLoader,
img.displayNone,
#community_message_send,
#community_appointment_input {
	display: none;
}
/*		End BlockUI	rules		*/


/*		Message send box	*/
div.messageSend {
	width: 750px;
	height: 278px;
	left: 0px;
	position: absolute;		
}

div.messageSendTitle {
	width: 750px;
	height: 16px;	
}


div.messageSendBox {
	background-image: url('/home/templates/images/community_message_sendBox.jpg');
	width: 750px;
	height: 262px;
	position: relative;		
}
/*		End Message send box	*/



/*		Appointment add box		*/
div.appointmentAdd {
	width: 750px;
	height: 388px;
	left: 0px;
	position: absolute;		
}

div.appointmentAddTitle {
	width: 750px;
	height: 16px;	
}


div.appointmentAddBox {
	background-image: url('/home/templates/images/community_appointment_addBox.jpg');
	width: 750px;
	height: 372px;
	position: relative;		
}
/*		End Message send box	*/


/*	Aligning content in the middle of a box	*/
div.alignOutside {
	position: absolute; 
	top: 50%;
	left: 50%;
	display: table-cell; 
	vertical-align: middle;
	margin: auto;
}


div.alignInside {
	position: relative; 
	top: -50%;
	left: -50%;
	margin: auto;
}
/*	End aligning content in the middle of a box	*/


/*	Error messages	*/
div.error {
	margin: 30px auto;
	width: 1px;
	overflow: visible;
	text-align: left;
	color: #FF3618;
}

div.error li {
	color: #FF3618;
	font-weight: bold;
	white-space: nowrap;
}


/*		Table alignment		*/
td.valignTop {
	vertical-align: top;
}



/*		Clearing the div floats			*/
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFloat {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearFloat { 
	height: 1%; 
}
.clearFloat {
	display: block;
}
/* End hide frm IE-mac */

/*		End Clearing the div floats			*/


p.footer {
	font-size: 11px;
	margin: 10px 0px;
}


optgroup {
 font-weight: bold;
	color: #000;
}

optgroup option {
 font-weight: normal;
	color: #444444;
	margin-left: 5px;
}
