body 
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#666;
	font-size:12px;
	margin:0px;
}

body.main
{
	background-color:#fff;
	background-image:url(../../images/gradient_bg.jpg);
	background-repeat:repeat-x;
	background-position:top top;
	text-align:right;
}

body.editor 
{
	background-color:#eee;
}

a 
{
	color:#333;
}


#admin 
{
	width:727px;
	position:absolute;
	margin-left:-364px;
	left:50%;
}
body>#admin { margin-left:-364px; }	




span.header 
{
	text-align:center;
	display:block;
	margin:0px 0px 25px 0px;
}

table.menubar 
{
	width:727px;
}
table.menubar td 
{
	text-align:center;
}

a.mainMenu 
{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a.active 
{
	color:#666;
	
}

h2 
{
	font-size:12px;
	margin:5px 0px 5px 0px;	
}


h3 
{
	font-size:11px;
	margin:2px 0px 2px 0px;	
}


span.content 
{
	display:block;
	margin:10px;
	text-align:left;
}


table.cmsTable 
{
	width:700px;
}

table.cmsTable td 
{
	font-size:11px;
	vertical-align:top;
}


table.cmsTable td textarea
{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#333;
	border:1px solid #666;
	padding:5px;
		
}


table.cmsTable div.images 
{
	width:100%;
	height:75px;
	overflow:auto;
	margin-bottom:10px;
	vertical-align:middle;
}

table.cmsTable div.images span 
{
	width:100px;
	text-align:center;
}


table.resourcesTable 
{
	width:700px;
}

table.resourcesTable td 
{
	font-size:11px;
	vertical-align:top;
}

table.resourcesTable div.buttonRow
{
	width:200px;
	height:24px;
	background-color:#ccc;
}

table.resourcesTable div.buttonRow ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

table.resourcesTable div.buttonRow ul li
{
	list-style: none;
	display: block;
	float: left;
	position: relative;
}
table.resourcesTable div.buttonRow ul li.selected 
{
	background-color:#eee;
}


table.resourcesTable div.buttonRow ul li a 
{
	color:#333;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	display:block;
}
table.resourcesTable div.buttonRow ul li a.selected
{
	background-color:#eee;
}


table.resourcesTable div.toolBox 
{
	/*height:300px;*/
	width:200px;
	background-color:#eee;
	border:1px solid #ccc;
}

div.toolBox div.content 
{
	padding:10px;
}

div.toolBox div.content p 
{
	margin:5px 0px 5px 0px;
}


div.toolBox div.content textarea,input
{
	font-size:11px;
	font-family:Arial,helvetica,sans-serif;	
}

.textbox 
{
	font-family:Arial,helvetica,sans-serif;
	font-size:11px;
}

#clipsGrid 
{
	border:1px solid #ccc;
}






table.libraryTable 
{
	width:100%;
}
table.libraryTable td 
{
	vertical-align:top;
}

table.libraryTable div.button 
{
	margin:5px 0px 5px 0px;
	text-align:left;
}

div.libraryPanel 
{
	border:1px solid #999;
	width:220px;
	overflow:auto;
	background-color:#eee;
	padding:5px;
}

div.libraryPanel select 
{
	font-size:11px;
}

div.libraryPanel ul 
{
	margin: 0;
	padding: 0;
	
}

div.libraryPanel ul li 
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
div.libraryPanel ul li label 
{
	cursor:hand;
}

div.libraryPanel ul li span.rank a
{
	text-decoration:none;
	color:#666;
}




table.nodeEdit 
{
	margin:5px;
}

table.nodeEdit td
{
	vertical-align:top;
	padding:3px;
	
}










div.menucontrols a 
{
	font-size:11px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

div.menu 
{
	width:200px;height:400px;
	overflow:auto;
	background-color:#eee;
	border:1px solid #999;
	padding:5px;
}

div.menu ul 
{
	list-style-type:none;
	margin:0px 0px 5px 10px;
	padding:0px;
}

div.menu li 
{
	margin:0px;
	padding:0px;
}

div.menu a
{
	color:#000;
	font-size:11px;
	text-decoration:none;
}

div.menu a.active 
{
	color:#196AE3;
}

div.menu a:hover 
{
	color:#196AE3;
}

div.menu ul.hidden
{
	display:none;
}

div.menu span.menuItemUtils 
{
	font-size:10px;
	visibility:hidden;
	position:absolute;
	left:0px;
	/*float:left;*/
	white-space:nowrap;
}

div.menu span.menuItemUtils span 
{
	margin-left:5px;
}

div.menu span.menuItemUtils span.up 
{
	cursor:hand;
	cursor:pointer;
	font-size:10px;
}
div.menu span.menuItemUtils span.dn 
{
	cursor:hand;
	cursor:pointer;
	font-size:10px;
}

div.menu img.open 
{
	margin-left:-10px;
	cursor:hand;
	cursor:pointer;	
}

div.menu span.open
{
	position:relative;
	left:-10px;
	cursor:hand;
	cursor:pointer;
}

div.menu span.menuItemUtils span 
{
	cursor:hand;
	cursor:pointer;
	font-size:10px;
	color:#666;
}

div.menu span.menuItemUtils span.edit 
{
	cursor:hand;
	cursor:pointer;
	font-size:10px;
}

div.menu span.menuItemUtils span.del 
{
	cursor:hand;
	cursor:pointer;
	font-size:10px;
}


.regularText 
{
	width:480px;	
}

label 
{
	cursor:pointer;
}

.containerEditItem 
{
	width:190px;
}


.resourceItem 
{
	width:180px;	
}

.resourceDataGridItem 
{
	width:210px;
}

.staffDataGridItem 
{
	width:250px;
}

