@charset "utf-8";
/* Visual Admin */

/* IMPORT  THE 960 GRID SYSTEM CSS FILE*/
@import url("960.css");

/* 	IMPORT OUR THEME - CHANGE TO TEH THEME YOU 
	WISH TO USE OR REFER TO THE HELP FILE FOR HELP ON CHANGING THEMES */

@import url("theme/blue.css");

@import url("app.css");


.pngfix	{}	/* ---  JUST FOR IE6 - ADD THIS CLASS TO ANY 
					TRANSPARENT IMAGE (PNG FILE) TO GET IT TO WORK IN IE6 ------- */

/* ---------------------------------------------------
		TYPOGRAPHY STYLES (generic typography)
-------------------------------------------------- */
body 				{ font-family: 'Droid Sans','Lucida Grande', 'Verdana', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; font-size: 13px; color: #444;line-height: 1.9; }
p					{ color: #444;line-height: 1.9; }

li					{ color: #999999;}

h1,h2,h3,.panel h3.top,h4,h5,h6	{ color: #777; font-weight: bold; padding: 8px 0px 8px 0px; margin: 0px;}
h2 		 			{ font-size: 20px; font-weight: normal;}
h3,.panel h3.top 					{ border-top: none;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; 
					  margin: 15px 0px 15px 0px; color: #555555; font-size: 18px; font-weight: normal;}

h4 					{ border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #CCCCCC; 
					  margin: 5px 0px 5px 0px; color: #555555; font-size: 14px; font-weight: bold;}



ol 					{ list-style-type: lower-roman;}
dt 					{ font-weight: bold;text-decoration: underline;font-size: 14px;margin-top: 5px;margin-bottom: 5px;} 
dd 					{ font-size: 12px;color: #666666;padding: 5px 0px 10px 10px;margin: 0px 0px 0px 10px; }

blockquote 			{ margin:22px 40px; color:#575757; padding: 0px 50px; background: transparent url("/assets/admin/images/blockquote.gif") no-repeat 0 0; }


/* ----------------------------------------
		ADMIN (index.html)
------------------------------------------- */

#admin-wrapper 				{ width: 500px; margin: 100px auto 50px auto; padding: 0pc;}
#admin-wrapper #logo h1 	{;color: #333333; padding: 0px; margin: 0px 0px 10px 0px;}


/* ----------------------------------
		LOGO
------------------------------------- */
#logo h1 					{ font-size: 24px; font-weight: normal; letter-spacing: 0px; color: #fff; padding: 10px 0px 10px 0px; }

/* -------------------------------------
		HEADER
---------------------------------------- */

#header						{
	background-repeat: repeat-x;
	background-image: url(/themes/admin/images/header_highlighter.png);


	*position:relative; 		z-index:2;
	margin-bottom: 15px;
}

/* ---------------------------------------
		USER PANEL
----------------------------------------- */
#user_panel 				{
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
#user_panel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#user_panel ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: inline;
	color: #fff;
}


#admin-wrapper h2 			{ text-transform: uppercase; font-size: 14px; font-weight: bold; padding: 0px; margin: 7px 0px 7px 0px;}

#user_panel a:hover 		{ text-decoration: underline; color: #f4f4f4; }

#content				{ *position:relative;z-index:1; }

/* -------------------------------------------
		NOTIFICATIONS
-------------------------------------------- */

.notification {
	line-height: 30px;
	cursor: pointer;
	clear: both;
	height: 50px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 10px 60px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}


.notification strong 	{ margin-right: 5px;}
.notification p 		{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
.message p {
	font-size: 11px;
}


.warning {
	background-image: url(/themes/admin/images/32x32/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #FFC237;
	background-color: #FFEAA8;
	color: #826200;
}
.success {
	background-image: url(/themes/admin/images/32x32/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #EFFFB9;
	color: #3C5A01;
}

.failure {
	background-image: url(/themes/admin/images/32x32/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #FCCAC2;
	color: #AC260F;
}

.information {
	background-image: url(/themes/admin/images/32x32/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #D0E4F4;
	color: #235685;
}

.lightbulb {
	background-image: url(/themes/admin/images/32x32/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEF0CB;
	color: #835F21;
}

.messages {
	background-image: url(/themes/admin/images/32x32/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	color: #835F21;
}


/* ---------------------------------------
		TABLE STYLING
----------------------------
------------- */

table {
	border-bottom: 1px solid #ddd;
}

td 			{ padding: 7px; text-align: left;color:#444}
th 			{ color: #444; text-align: left; background-color: #eee; padding: 7px;
			  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddd;}

/* ---------------------------------------
		SEARCH FORM
--------------------------------------- */

#search  		{ margin-bottom: 8px;}
#search p 		{ margin: 0px; padding: 0px;}
#search form 	{ float: right; text-align: right;}


/* -----------------------------------
		FOOTER
------------------------------------ */

#footer	{  margin-top: 50px; margin-bottom: 12px; 
	
	border-top: 1px solid #eee;
	padding-top: 5px;
}


#footer p
{
	text-align: center; font-size: 11px;color:#aaa;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#info {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.message h4 {
	font-size: 15px;
}
.message small {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }


/* ----------------------------
		WYSIWYG EDITOR
------------------------------ */

div.wysiwyg {
	border: 1px solid #bbb;
	padding: 0;
	background-color: #fefefe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 880px !important;
}
#message {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}


div.wysiwyg * { margin: 0; padding: 0; outline: none; }

div.wysiwyg ul.panel {
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 875px;
	padding: 5px;
	margin: 0;
}

div.wysiwyg ul.panel li { list-style-type: none; float: left; padding: 0; margin: 2px 2px 3px 0;  background: #ffffff; height: 16px; overflow: hidden; }
div.wysiwyg ul.panel li.separator { height: 16px; margin: 3px 4px 0; border-left: 1px solid #cccccc; }
div.wysiwyg ul.panel li a { text-indent: -5000px; opacity: 0.85; filter:alpha(opacity=85); display: block; width: 16px; height: 16px; background: url('/assets/admin/images/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 0; margin: 1px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 1.00; filter:alpha(opacity=100); }
div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -17px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -17px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -17px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }

div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }


div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

div.wysiwyg ul.panel li a.undo { background-position: 0 -63px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -65px; }

div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.panel li a.h1 	{ background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 		{ background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 		{ background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 		{ background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 		{ background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 		{ background-position: -80px -32px; }

div.wysiwyg ul.panel li a.cut 				{ background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy 				{ background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste 			{ background-position: -64px -64px; }

div.wysiwyg ul.panel li a.increaseFontSize 	{ background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize 	{ background-position: -32px -80px; }

div.wysiwyg ul.panel li a.createLink 		{ background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage 		{ background-position: -80px -80px; }

div.wysiwyg ul.panel li a.html 				{ background-position: -47px -46px; }
div.wysiwyg ul.panel li a.removeFormat		 { background-position: -80px -64px; }
	
div.wysiwyg ul.panel li a.empty				 { background-position: -64px -80px; }

div.wysiwyg iframe { border: 0; clear: left; margin: 0; width: 918px !important; }

input[type=submit]{
	font-size: 12px;
}
}
}