@import url("http://servicebuilder.net/css/dropDownMenu.css");
*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family:verdana;
	line-height:12px;
	font-size:8pt;
}
body{
	background:url("http://servicebuilder.net/images/skin-1012/background.jpg");
	color:#000000;
	font-size:9pt;
	font-family:verdana,tahoma,sans-serif;
	margin:0 auto;
	text-align:center;
}
.disabledEmail{
	color:gray !important;
	text-decoration:line-through !important;
}
#wrapper{
	margin:0 auto;
	margin-bottom:15px;
	padding:5px 10px 0 10px;
	width:1010px;
	position:relative;
	overflow:hidden;
	text-align:left;
	-moz-box-shadow: 0px 14px 14px #666;
	-webkit-box-shadow: 0px 14px 14px #666;
	box-shadow: 0px 14px 14px #666;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;

}
#header{
	height:175px;
	width:991px;;
	margin:0 auto;
	position:relative;
	margin:0 0 20px 0;
}
	#header h1{
		background:url("/images/skin-1012/servicebuilder-logo.png") no-repeat;
		width:429px;
		height:103px;
	}
		#header h1 span{
			display:none;
		}
	#header h2{
		font-size:14pt;
		width:100%;
		margin-left:220px;
	}
	#header #note{
		width:550px;
		height:70px;
		position:absolute;
		top:25px;
		right:0px;
		text-align:right;
	}
	#header #headerIcons{
		position:absolute;
		top:70px;
		right:5px;
	}
.google-buzz-button{
	height:70px !important;
}
/*---------------------------------*/
#content{
	position:relative;
	left:0px;
	border:2px solid red;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	float:right;
	background:#ffffff;
	width:790px;
	height:auto;
	overflow:hidden;
	min-height:700px;
	text-align:left;
	margin:0 5px 0px 0;
	padding:5px 20px;
}

#content hr{
	display:none;
}
#content ul{
	list-style-image:url("/images/bullet.png") !important;
}
#adColumnLeft{
	position:absolute;
	top:220px;
	width:220px;
	min-height:500px;
	text-align:left;
	margin:0 ;
	padding:5px;
	border:2px solid red;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius:15px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	background:#ffffff;
}
#columnLeft{
	float:left;
	top:0px;
	width:200px;
	min-height:500px;
	text-align:left;
	margin:0 ;
	padding:0 10px;
}
#columnLeft ul{
	margin:0;
	padding:0;
}
#columnRight{
	float:right;
	overflow:hidden;
	width:500px;
}
/*---------------------------------*/
#content h1:after{
	/* red heading */
	color:red;
	letter-spacing:5px;
	text-transform:uppercase;
	line-height:25px;
	font-size:15pt;
	content:" Don't Use Heading 1";
	margin:15px 0 10px 0;
	padding:0 10px 0 10px;
}
#content h2{
	color:red;
	font-size:14pt;
	line-height:20px;
}
#content h3{
	border-top:3px dotted #A17C31;
	font-size:12pt;
	line-height:20px;
	color:#A17C31; 
}
#content h3 a, #content h3 a:visited{
	font-size:12pt;
	line-height:20px;
	color:#A17C31; 
}
#content h3 span{
	font-size:12pt;
	line-height:20px;
	color:#A17C31; 
}
#content h3 small span{
	font-size:8pt;
	line-height:10px;
	color:#A17C31; 
}
#content h4{
	background:#efefef;
	color:gray;
	padding:1px 0px 3px 10px;
	font-size:9pt;
	line-height:18px;
}
#content blockquote{
	font-size:7pt;
	margin-left:10px;
	margin-right:20px;
	text-align:justify;
	border-left:3px solid gray;
	padding:0 5px 5px 5px;
	line-height:15px;
	min-height:50px;
	height:auto;
}
#content ul, #content ol{
	margin:2px 2px 4px 15px;
}
#content ul{
	list-style:disc;
	text-align:left;
}
#content ul ul{
	list-style:square;
}
#content ul ul ul{
	list-style:circle;
}
#content ol li{
	border-bottom:1px dotted #dfdfdf;
	padding-top:5px;
}
/*---------------------------------*/
#footer{
	position:relative;
	margin:5px 5px;
	padding:8px;
	width:1000px;
	height:100px;
	clear:both;
	font-size:8pt;
	text-align:center;
	color:black;
	overflow:hidden;
}
#feedBack{
	display:none;
	position:absolute;
	top:80px;
	left:425px;
	width:300px;
	height:20px;
	overflow:hidden;
	background-color:#efefef;
	border:1px solid gray;
	padding:3px;
	text-align:center;
	z-index:800;
}
#adminControl{
	background: #FCFAED; /* old browsers */
	background: -moz-linear-gradient(top, #FCFAED 31%, #C6C4B4 88%); 
	background: -o-gradient(linear, left top, left bottom, color-stop(31%,#FCFAED), color-stop(88%,#C6C4B4));
	background: -khtml-gradient(linear, left top, left bottom, color-stop(31%,#FCFAED), color-stop(88%,#C6C4B4));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#FCFAED), color-stop(88%,#C6C4B4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFAED', endColorstr='#C6C4B4',GradientType=0 ); 
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	padding:2px 5px;
	width:100%;
	height:50px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}
	#adminControl p{
		line-height:20px;
		width:100%;
		display:inline-block;
		height:45px;
		text-align:center;
	}
	#adminControlSpan{
		position:absolute;
		top:155px;
		left:80px;
		display:block;
		width:800px;
		height:20px;
		margin:0 auto;
		overflow:hidden;
		line-height:20px;
	}
		#adminControlSpan a{
			line-height:20px !important;
			height:20px !important;
		}

table{
	border-collapse:collapse;
	font-size:8pt;
}
table tr td{
	border-top:1px solid gray;
}

label{
	display:inline-block;
	width:100px;
	font-size:8pt;
}
table tr td{
	height:25px;
	text-align:top;
}
a img{
	border:0;
}
#timer{
	display:none;
	width:50px;
	height:50px;
	top:120px;
	left:930px;
	position:absolute;
}
#refresh{
	position:absolute;
	left:960px;
	top:124px;
}
form{
	display:inline;
}


/* dragable table rows */
.draggable td:hover{
	cursor:move !important;
}
tr.active td {
	background:silver !important;
	color:black !important;
}
table tr.target td{
	border-top:1px dashed red !important;
}

#messageBoard{
}
#messageBoard textarea{
	width:80%;
	height:150px;
}
#messagesEditor{
	float:left;
	width:580px;
}
	#messagesEditor #messagesEditorTextarea{
		width:580px !important;
		height:300px;
	}

#messagesList{
	float:left;
	width:150px;
	min-height:500px;
	margin-right:4px;
}
#messagesQueue{
	float:left;
	width:155px;
	min-height:500px;
	font-size:7pt;
	margin-left:5px;
}
#messagesQueue span,#messagesQueue select{
	font-size:7pt;
	width:100px;
}
#messagesQueue input{
	font-size:7pt;
}
.formRows{
	display:inline-block;
	height:30px;
	overflow:hidden;
	white-space:nowrap;
}
#editPeopleBox{
	float:right;
	/*position:relative;
	//right:40px;
	top:220px;*/
	width:320px;
	min-height:450px;
	overflow:auto;
}
#peopleTable{
	width:420px;
	overflow:hidden;
}
	#peopleTable tr{
		width:100%;
	}
#rolesResults{
	float:right;
	top:225px;
	width:500px;
	float:right;
	top:10px;
}
.warn{
	font-weight:bold;
	color:red;
}
.tableLikeColumn{
	display:inline-block;
	width:150px;
}
#scheduleHoverDiv{
	display:none;
	position:absolute;
	right:200px;
	z-index:120;
	background:white;
	border:outset 2px gray;
	margin:10px;
	padding:10px;
	min-height:250px;
}
.selected{
	background:yellow;
}
.sentEmail{
	background:#99FF99; /* light green */
}
#beta{
	display:none;
	position:absolute;
	top:70px;
	left:10px;
	font-weight:bolder;
	color:#B50018;
	font-size:14px;
	letter-spacing:2px;
}
#helpPopUpWrapper{
	position:absolute !important;
	top:200px;
	left:40px;
	background-color:white;
	width:300px;
	height:400px;
	z-index:100;
	border:3px outset gray;
	display:none;
	margin:5px;
	padding:10px;
	overflow:auto;
	text-align:left;
	font-size:8pt;
}
#helpPopUpWrapper iframe{
	width:275px !important;
	overflow:hidden !important;
}
#helpPopUp h1{
	color:black;
	font-size:11pt;
}
#helpPopUp h2{
	color:red;
	font-size:10pt;
}
#helpPopUp h3{
	color:gray;
	font-size:9pt;	
}
#comments{
	width:700px;
	height:100px;
	font-size:8pt;
	font-family:sans-serif;
	font-weight:normal;
}
.icon{
	padding:1px;
	margin:1px;
}
.icon a img{
	width:14px;
	height:14px;
	margin:2px;
}
.inlineDiv{
	position:absolute;
	width:740px !important;
	height:30px;
	left:20px;
	display:block;
	background:white;
}
#userOnlineNow a{
	text-decoration:none;
	font-size:7pt;
	position:absolute;
	top:6px;
	right:20px;
	font-style:italic;
}
.floatRight{
	float:right;
}
#songSelect select{
	margin-top:50px;
	width:200px;
}
#facebook{
	border:none;
	overflow:hidden;
	width:300px;
	height:587px;
	position:absolute;
	display:none;
	z-index:999;
	background:#efefef;
	right:50px;
	top:80px;
}
#thisWeekOrderOfService{
	width:100%;
}
#thisWeekOrderOfService *{
	font-size:7pt !important;
}
#serviceOrder{
	width:750px;
}
#elementTable{
	width:100%;
}
	#elementTable .elementName{
		display:inline-block;
		width:190px;
	}
	#elementTable .elementAuthor{
		width:100px;
	}
	#elementTable .elementLength{
		width:60px;
	}
	#elementTable .elementMainKey{
		width:25px;
	}
	#elementTable .elementCopyright{
		width:100px;
	}
	#elementTable .elementHyperlink{
		width:100px
	}
.linkSelected{
	padding:2px 4px;
	border:2px gray outset;
	background:#efefef;
	margin:2px;
	text-align:center;
	text-decoration:none;
}
.highlightBox{
	background:#efefef;
	border:2px inset red;
	padding:5px 20px 20px 20px;
	margin:10px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;

}
#elementTable{
	width:100%;
	padding:0;
	margin:0;
}
	#elementTable tr,#elementTable tr td{
		padding:0;
		margin:0;
	}
.indent{
	font-weight:bolder;
	border-top:3px double black;
}
	.indent td{
		font-size:10pt !important;
	}

