/* @override 
	http://www.deakin.edu.au/motionlab/css/styles_screen.css
	http://localhost:8888/motionlab/css/styles_screen.css
	http://localhost:8888/motionlab//css/styles_screen.css
	http://localhost:8888/motionlab/css/styles_screen2.css
*/

/* @group structural */

body {
	margin: 0px;
	padding: 0px;
	color: #bfbfbf;
	font-family: geneva,arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#home { background: #141414 url(../image/bg01.png) no-repeat; }
#aboutus { background: #141414 url(../image/bg06.png) no-repeat; }
#gallery { background: #141414 url(../image/bg03.png) no-repeat; }
#news { background: #141414 url(../image/bg04.png) no-repeat; }
#research { background: #141414 url(../image/bg04.png) no-repeat; }
#courses { background: #141414 url(../image/bg07.png) no-repeat; }
#commercial_services { background: #141414 url(../image/bg07.png) no-repeat; }
#facilities { background: #141414 url(../image/bg06.png) no-repeat; }
#contact { background: #141414 url(../image/bg06.png) no-repeat; }
#admin { background: #141414;  font-size: 10px; }


#wrap {
	width: 980px; 	
}
#wrap_gallery {
	margin-right: 100px;
}


#header {
	margin-left: 110px;
	margin-top: 35px;
}

#footer_home {
	clear: both;
	background-color:#1C2326;
	opacity:.7;
	padding: 7px;
	font-size:9px;
	color: #666;
}	

#footer {
	clear: both;
	background-color: #191919;
	opacity:.7;
	padding: 7px;
	font-size:9px;
	color: #cdcdcd;
	margin-left:200px;
	width: 600px;
}

/* @end */
















/* @group global styles */

/*a:link, a:visited { color:#BC2830; text-decoration:none; }*/
/* #19334F #3776ba */
/*
a:link, a:visited{ color: #ccc; text-decoration:none; font-weight:normal; background-color:#1B3F63;}
a:hover, a:active  { color:#999; text-decoration:none; font-weight:normal; background-color:#141414;}
*/
/*a:link, a:visited{ color: #BC2830; text-decoration:none; font-weight:normal;}*/

/*
a:link, a:visited{ color: #fe6222; text-decoration:none; font-weight:normal;}
a:hover, a:active  { color:#999; text-decoration:none; font-weight:normal; }
*/

a:link, a:visited{ color: #6be1f7; text-decoration:none; font-weight:normal;}
a:hover, a:active  { color:#bfbfbf; text-decoration:none; font-weight:normal; }

/* Daniel edit */
img.noborder {
	border: none;
}

.white { color: #fff; }
.lightgrey { color: #ccc; }
.grey { color: #666; }
.note { font-size: 10px; }

textarea, input {
	background-color: #3a3a3a;
	border-style: none;
	font-family:  geneva, arial, sans-serif;
	font-size: 11px;
	opacity: .7;
}

.admin_select{
	color: #333;
	width: 200px;
}

.firstpara { 
	font-size: 14px; 
	font-family: Geneva, arial; 
	font-weight:normal;
	line-height:19px;
	margin: 0 0 20px 0; 
	color: #fff;

}

a.blueunder, .blueunder, a.blueunder_sm, .blueunder_sm {
	font-size: 16px;
	color: #fff;
	/*background-color:#1B3A5B;*/
	background-color: #1C4067;
	margin-right: 12px;
	padding: 0 5px 0 5px;
	line-height: 22px;
	
}

a.blueunder_sm, .blueunder_sm {
	font-size: 12px;
}

a:hover.blueunder, a:hover.blueunder_sm {
	background-color: #1C2326;
	
	color: #666;
}

a.white { color: #ccc; }


h1, h2, h3 { font-family:Geneva, arial; font-weight:normal; }

h1 {
	color: #ccc;
	font-size: 23px;
	margin-bottom: 25px;
}
h2 {
	color: #ccc;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.divider {
	clear: both;
	height: 20px;
}

/* @end */























/* @group navigation */



#nav_main { 
	clear: both; 
	margin-top: 20px; 
	margin-left:  135px;
	height: 40px;
	font-size:9px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	
	
}

#nav li { /* all list items */
	float: left;
	
	
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*background-color: #1A3756;*/
	background-color: #1C2326;
	left: -999em; 
	border-top: 6px solid #1C2326;
	padding-top: 2px;
	padding-bottom: 6px;
	/*opacity:.9;*/
	
}
/*
#nav li#nav2 ul { width: 100px; }
#nav li#nav3 ul { width: 100px; }
#nav li#nav4 ul{ width: 140px; }
#nav li#nav4 ul a { width: 130px; }
#nav li#nav5 ul { width: 100px; }
#nav li#nav6 ul { width: 100px; }
#nav li#nav7 ul, #nav li#nav7 ul a { width: 130px; }
#nav li#nav8 ul, #nav li#nav8 ul a { width: 200px; }
*/



#nav li ul li {
	margin: 0 0 0 14px;
	float: none;

}

#nav li ul a{
	color: #fff;
	background-color: #1C2326;

}
#nav li ul a.selected{
	/*color: #bfbfbf;*/
	

}

#nav li ul a:hover {
	color: #bfbfbf;
	background-color: #1C2326;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a, #nav7 a, #nav8 a, #nav9 a {
	background-position: 0 0px;
	/*opacity: .6;*/
	padding: 5px;

	margin-right: 15px;
	color: #ccc;
	/*background-color: #1A3756;*/
	background-color: #1C2326;
	

}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover, #nav6 a:hover, #nav7 a:hover, #nav8 a:hover, #nav9 a:hover  {
	/*background-position: 0 -20px;*/
	background-color: #1A3756;
}
#nav_main .navSelected {
	/*background-position: 0 -20px;*/
	background-color: #1A3756;
	color: #fff;
}

#nav_main li .navDisplayOff{
	color: #bfbfbf;
}

/*
#nav1 a{width:58px;}
#nav2 a{width:77px; background-color: #1c2326; }
#nav3 a{width:132px;}
#nav4 a{width:70px; }
#nav5 a{width:70px;}
#nav6 a{width:101px; }
#nav7 a{width:75px; }
#nav8 a{width:75px;}
*/

/* image replacement */
/*
#navIR-1, #navIR-2, #navIR-3, #navIR-4, #navIR-5, #navIR-6, #navIR-7, #navIR-8 {

	 display:block;	 
	 text-indent: -99999px; 
	
	 padding-left: 7px; 
	 padding-top: 7px

	
}
*/

/*
#navIR-1 { background:url(../image/nav/nav-home.gif) no-repeat center;}
#navIR-2 { background:url(../image/nav/nav-aboutus.gif) no-repeat center;   }
#navIR-3 { background:url(../image/nav/nav-facilities.gif) no-repeat center; }
#navIR-4 { background:url(../image/nav/nav-courses.gif) no-repeat center; }
#navIR-5 { background:url(../image/nav/nav-gallery.gif) no-repeat center; }
#navIR-6 { background:url(../image/nav/nav-news.gif) no-repeat center; }
#navIR-7 { background:url(../image/nav/nav-research.gif) no-repeat center; }
#navIR-8  { background:url(../image/nav/nav-contact.gif) no-repeat center; }
*/

/* double buffer for IE6 */
/*
#nav1 { background:url(../image/nav/nav-home.gif) no-repeat center;}
#nav2 { background:url(../image/nav/nav-aboutus.gif) no-repeat center;   }
#nav3 { background:url(../image/nav/nav-facilities.gif) no-repeat center; }
#nav4 { background:url(../image/nav/nav-courses.gif) no-repeat center; }
#nav5 { background:url(../image/nav/nav-gallery.gif) no-repeat center; }
#nav6 { background:url(../image/nav/nav-news.gif) no-repeat center; }
#nav7 { background:url(../image/nav/nav-research.gif) no-repeat center; }
#nav8 { background:url(../image/nav/nav-contact.gif) no-repeat center; }

*/

/* @end */






















/* @group home page */


#home_statement {
	
	margin-left: 200px;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 450px;
	
	font-family: Geneva, arial;
	font-weight: normal;
	font-size: 20px;
	color: #bfbfbf;	
	line-height: 25px;
	
	
}
#home_statement p {
	
	margin: 0px;
}

#content_home {
	/*
	position:absolute;
	top: 360px;
	left: 173px;
	*/
	float:left;
	padding-left: 160px;
	
	width: 650px !important;
	width /**/: 810px; /* ie */
}	

#home_highlight_boxes {
	
	clear:both;
	padding-top: 10px;
	
	
}

.home_highlight_box {
	float:left;
	margin-right:7px;
	width: 150px;
}

.home_highlight_box .image {
	height: 100px;
	
	padding: 0px;
	background-color:#192124;
	border-bottom: 6px solid #1B3F63;
	overflow: hidden;
}	

.home_highlight_box .descr {
	clear:both;
	padding: 5px 0 0 5px;
	font-size: 10px;
	color: #bfbfbf;
	
}	
/*
.home_highlight_box .descr a {
	color: #bfbfbf;
}
.home_highlight_box .descr a:hover {
	color: #fe6222;
}
*/


#home_info_boxes {
	
	clear:both;
	padding-top: 30px;
	width: 700px;
	

}

.home_info_box {
	padding-top: 9px;
	padding-right: 30px;
	width:250px;
	float:left;
	
	padding-bottom:40px;
}




.home_info_box .header {
	background-color:#1D2325;
	
	/*opacity: .7;*/
	/*filter: alpha(opacity=70);*/
	
}

.home_info_box .header h2 {
	padding: 3px 10px;
	margin-bottom: 5px;
}
.home_info_box .header h2 a {
	color: #ddd;
}
.home_info_box .header h2 a:hover {
	color: #fe6222;
}

.home_info_box h2{
	font-family: geneva, arial;
	font-weight: normal;
	color: #bfbfbf;
	font-size: 16px;
}

.home_info_box .title{
	/*color: #5293E9;*/
	color: #666;
	font-size: 11px;
	margin-bottom:3px;
}
.home_info_box p{
	
	margin-top:3px;
	font-size: 10px;
	width:230px;
	line-height: 13px;
	color: #bfbfbf;
}
.info_item, .info_item_more {padding: 5px 0 5px 10px; }	
.info_item_more {
	font-size: 10px;
}




/* @end */




























/* @group content */



#content_aboutus,  #content_facilities, #content_contact{
	

	margin: 40px 0 40px 330px;
	padding-left: 20px;

	min-height:250px;
	
	width: 450px !important;
	width /**/: 470px;
	
}





#content_facilities li, #content_courses li, #content_contact li, #content_research li, #content_news li {
	list-style-image: url(../image/bullet1.gif);
}

#content_admin {
	/*
	margin: 40px 0 80px 173px;
	min-height:250px;
	*/
	margin: 40px 0px 40px 330px;
	padding-left: 20px;

	min-height:250px;
	
	width: 450px !important;
	width /**/: 470px;
	
}

#content_gallery {
	/*
	margin: 40px 0 80px 173px;
	min-height:250px;
	*/
	margin: 40px 40px 40px 360px;
	padding-left: 20px;

	min-height:250px;
	

	
}


#content_aboutus h2 { margin-bottom:10px; }	
#content_aboutus .position { padding-left:10px; color: #ccc;}
#content_aboutus .biog { padding-left:10px; font-size: 10px; }


#content_aboutus #map_canvas { margin-top: 20px; }
	


#content_news, #content_courses, #content_research {

	/*margin: 40px 0 80px 173px;*/
	float:left;
	margin: 40px 0 80px 20px;
	width: 500px; /* 500 */
	min-height:250px;
	

	
}




#content_aboutus .partner{
	clear: both;
}
#content_aboutus .partner_logo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 160px;
}
#content_aboutus .partner_text {
	float: left;
	font-size: 10px;
	width: 200px;
}


#news #section_nav_box2 ul .selected {
	color: #bfbfbf; 
}

#news #section_nav_box2 h2 .selected {
	color: #fe6222; 
}

#content_news h2 {
	margin-bottom:5px;	
}	

#content_news .posted {
	font-size:9px;
	margin-bottom:15px;	
	
	color: #bfbfbf;
}

#content_news .preview {
	font-size:11px;
	margin-bottom:35px;
	color: #bfbfbf;
	
}

#content_news .firstpara {
	font-size:14px;
	color: #ffffff;
	
}

#content_news .content {
	font-size:11px;
	margin-bottom:35px;
	color: #bfbfbf;
	float: left;

}
#content_research h2 {
	margin-bottom: 8px;
}

#content_research .posted {
	font-size: 10px;
}
#content_research .content {
	font-size: 11px;
	line-height: 18px;
}

#content_research ul{
	margin-bottom: 50px;
	padding-left: 0px;
	margin-left: 0px;
}

#content_research li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	font-size: 10px;
}
#content_research ul  .selected {
	color: #bfbfbf;
}

#rss {
	font-size:9px;
	margin-bottom: 20px;
	margin-top: 20px;
	
}	
#rss img { margin-right:5px; }



	
#content_courses h2 {
	margin-bottom: 10px;
}	
#content_courses .info {
	margin-bottom: 10px;
	font-size: 10px;
}
	
	
	


#section_nav_box {
	
	position:absolute;
	top: 300px;
	left: 620px;
	background-color:#1B272C;	
	padding: 0px 20px 10px 20px;

	opacity:.6;
	border-top: 5px solid #20364d;
	min-width:140px;
}

#section_nav_box2, #section_nav_box3 {
	
	float: left;
	clear: both;
	padding-top: 10px;
	padding-left: 170px; /*170*/

	margin-top: 25px;
	/*background-color:#1B272C;	*/
	/*padding: 0px 20px 10px 10px;*/
	/*opacity:.6;*/
	
	border-top: 5px solid #20364d;
	
	 
	width: 150px !important;
	width /**/: 320px;

}

#section_nav_box_admin {
	
	float: left;
	clear: both;
	padding-top: 10px;
	padding-left: 100px; /*170*/

	margin-top: 25px;
	margin-bottom: 30px;
	/*background-color:#1B272C;	*/
	/*padding: 0px 20px 10px 10px;*/
	/*opacity:.6;*/
	
	border-top: 5px solid #20364d;
	
	 
	width: 200px !important;
	width /**/: 370px;

}
#section_nav_box_admin {
	
}


/*
#section_nav_box3 {
	padding: 0px 10px 10px 10px;
	width: 160px;
}

#news #section_nav_box2 {
	width: 150px;
	padding-right: 5px;

}
*/

.sectionsubs{
	background-color: #1C4067;
	padding: 2px;
	line-height: 19px;
}
a.sectionsubs{
	color: #aeaeae;

}
a:hover.sectionsubs{
	background-color: #192023;

}


#section_nav_box h2 {
	color: #bfbfbf;
	font-size: 12px;
	
	margin-bottom:10px;
	font-weight:normal;
	text-transform: uppercase;
}

#section_nav_box ul {
	font-size:10px;
	padding: 0px;	
	list-style:none;	
	margin-bottom:25px;
	margin-left: 0px;
}	

#section_nav_box li {
	height: 16px;
	/* text-transform: uppercase; */
	}

#section_nav_box .selected {
	color: #ccc;
}



#section_nav_box2 ul, #section_nav_box3 ul {
	font-size:10px;
	padding: 0px;	
	margin: 0px;
	list-style:none;	
	margin-bottom:25px;
}	

#section_nav_box2 li, #section_nav_box3 li {
	
	margin-bottom:5px;
	/* text-transform: uppercase; */
	}

#section_nav_box2 .selected, #section_nav_box3 .selected  {
	color: #ccc;
}
#section_nav_box2 a:hover.selected, #section_nav_box3 a:hover.selected  {
	color: #6be1f7;
}

#section_nav_box2 h2 a, #section_nav_box3 h2 a {
	color: #bfbfbf;
}



#content_contact textarea, #content_contact input {
	margin-left: 150px;
	color: #fff;
}

#content_contact input {
	width: 290px;
	padding: 2px;
}
#content_contact textarea {
	width: 300px;
}
#content_contact label {
	
	position: absolute;
	width: 140px;	
}
#content_contact .form_submit, #content_gallery .form_submit {
	color: #141414;
	width: 100px;
	background-color: #ccc;
}


#recaptcha_widget_div{
	margin-left: 150px;
}

/* @end */	








/* @group footer */

/*
#footer a {
	 color: #ccc;
}
#footer a:hover {
	 color: #fe6222;
}
*/


/* @end */	










/* @group gallery */



#gallery_container {
	float:left;
	
	
}

#gallery_container_admin {
	float:left;
	margin-left: 30px;
	margin-bottom: 40px;
}

#gallery_left{
	float:left;
	width:300px;
}

#gallery_right{
	margin-right: 40px;
	margin-left: 340px;
	}

#gallery_left_project{
	float:left;
	width:150px;
}

#gallery_right_project{
	margin-left: 160px;
	margin-right: 40px;
}


#gallery_actions {
	margin-bottom: 50px;
}

#gallery_actions ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#gallery_info{
	margin-bottom: 30px;
}
#gallery_info .entrybox {
	width:250px;
	color: #ccc;
}

.gallery_project {
	float:left;
	height: 150px;

	margin-bottom: 20px;
	margin-right:12px;
}

#gallery_media {
	/*
	background-color:#192124;
	border-bottom: 6px solid #1B3F63;
	
	*/
	margin-bottom: 30px;
}

#content_gallery h2{
	margin-bottom: 10px;
}

#gallery_media img{

	background-color:#192124;
	border-bottom: 6px solid #1B3F63;
	margin-bottom: 4px;
}

#gallery_data {
	font-size: 10px;
	margin-bottom: 10px;
}
/*
#gallery_backtothumbs{
	float: right;
}
*/

.gallery_project_thumb {

	height: 100px;
	width: 150px;
	
	overflow: hidden;
	background-color: #282828;
	border-bottom: 6px solid #1B3F63;
	margin-bottom: 4px;

}

.gallery_project_thumb_front {

	height: 104px;
	min-width: 50px;
	background-color:#192124;
	border-bottom: 6px solid #1B3F63;
	margin-bottom: 4px;
}


.gallery_project_info {
	font-size: 10px;
	color: #ccc;
	overflow: hidden;
	width: 160px;
}



.gallery_project_thumbs {
	float:left;
	height: 130px;
	width: 170px;
	margin-bottom: 10px;
	margin-right:10px;
	font-size: 10px;
}

#gallery_thumbnails {
	margin-top: 15px;
	margin-bottom:60px;
	list-style: none;
}

#gallery_thumbnails_reorder {
	
	margin-bottom:60px;
	list-style: none;
}


#gallery_upload_media {
	
	margin-left: 50px;
	
}

#gallery_project_media_info{

	width: 500px;
	margin-bottom:10px;

}
#gallery_project_media_info .entrybox {
	width:200px;
	color: #fff;
}

#section_nav_box_admin textarea, #section_nav_box_admin input {
	
	color: #fff;
}


	#gallery 	input.submit
		{
			font-weight:			bold;
			color:					#333;
			width:					auto;
			padding-right:			6px;
			padding-left:			6px;
		}

/* @end */









/* @group admin specific */


#section_admin_nav_box {
	
	position:absolute;
	top: 300px;
	left: 800px;
	background-color:#1B272C;	
	padding: 0px 20px 10px 20px;

	opacity:.6;
	border-top: 5px solid #20364d;
	min-width:140px;
}

#content_admin textarea, #content_admin input {
	
	color: #fff;
	background-color: #333f45;
}
#content_admin input {
	width: 290px; 
	padding: 2px;

}


/* #calendar { width: 100px; } */

#content_admin textarea {
	width: 300px;
}
#content_admin label {
	
	position: absolute;
	width: 140px;	
}
#content_admin .form_submit {
	color: #141414;
	width: 100px;
	background-color: #ccc;
}

#content_admin .input_file {
	color: #141414;

}

#content_admin .input_title {
	font-size: 16px;
}
#content_admin .input_general {
	font-size: 12px;
}
#content_admin .input_textarea {
	font-size: 14px;
	color: #fff;
	width: 400px;
}
#content_admin .input_check {
	width: 20px;
}

#section_nav_box_admin select {
	width: 200px;
	color: #141414;
}

#section_nav_box_admin ul {
	font-size:10px;
	padding: 0px;	
	margin: 0px;
	list-style:none;	
	margin-bottom:25px;
	
}	
#content_admin ul {
	padding: 0px;	
	margin: 0px;
}
#content_admin .subpage {
	padding: 0px;	
	margin: 4px;
	padding-left: 10px;
	list-style:none;
	width: 200px;
	background-color: #252e33;
	
}


#section_nav_box_admin .selectedsub {
	background-color: #192023;
	color: #ccc;
}


/**
 * FANCY UPLOAD
 */

/**
 * FANCY UPLOAD
 */
 
	
	#fancyupload{
	
	float: left;
	width: 500px;
	margin-bottom: 60px;

}
	
	#fancyupload .halfsize
		{
			width:					450px;
			margin-right:			5px;
			margin-bottom: 			20px;
			float:					left;
		}
		#fancyupload form fieldset
		{
			border:					none;
			border-top:				1px solid #bfbfbf;
			margin:					1em 0.5em 1em 0;
			padding:				1em 0;
		}

	#fancyupload 	form legend
		{
			font-weight:			bold;
			font-size:				1.2em;
			color:					#888;
			margin:					auto;
			margin-left:			0;
			padding:				0 .25em 0 0;
		}
	#fancyupload 	label
		{
			width:					10em;
			float:					left;
			padding:				.2em .8em 0 0;
			margin-right:			.4em;
			text-align:				right;
			font-size:				1.1em;
		}
	#fancyupload 	label.error
		{
			color:					#ff0000;
		}

	#fancyupload 	label span
		{
			display:				block;
			color:					#888;
			font-size:				0.85em;
			margin-bottom:			0.5em;
		}
	#fancyupload 	form div.label,
	#fancyupload 	form div.note,
	#fancyupload 	form div.footer
		{
			clear:					both;
			margin:					1em 0 0 0;
			padding:				0.1em 0.3em;
		}

	#fancyupload 	form div.note
		{
			margin-left:			.5em;
		}
	#fancyupload 	input,
		button,
		select
		{
			width:					10em;
			color: 					#ccc;
		}
	#fancyupload 	input.submit
		{
			font-weight:			bold;
			color:					#ccc;
			width:					auto;
			padding-right:			6px;
			padding-left:			6px;
		}





#fancyupload .photoupload-queue
{
	list-style:				none;
	padding-left: 15px;
	
}
#fancyupload .photoupload-queue li
{
	/* background:				url(../image/photo_upload.png) no-repeat 0 5px; */
	padding:				5px 0 5px 22px;
	margin-bottom: 2px;

}

#fancyupload .photoupload-queue .queue-file
{
	font-weight:			bold;

}

#fancyupload .photoupload-queue .queue-size
{
	color:					#aaa;
	margin-left:			1em;
	font-size:				0.9em;
}

#fancyupload .photoupload-queue .queue-loader
{
	position:				relative;
	margin:					3px 15px;
	font-size:				0.9em;
	background-color:		#888;
	color:					#fff;
	border:					1px inset #ddd;
}
#fancyupload .photoupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#81B466;
	height:					100%;
	width:					0%;
	left:					0;
	top:					0;
}

#fancyupload .photoupload-queue .input-delete
{
	width:					16px;
	height:					16px;
	background:				url(../image/icons/remove_grey13.png) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
}



/* @end */






/* @group tooltips */

.tool-tip {
	color: #fff;
	/*width: 139px;*/
	z-index: 13000;
	background-color: #1B3A5B;
}
 
.tool-title {
	font-weight: normal;
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	/*background: url(bubble.png) top left;
	*/
}
 
.tool-text {
	font-size:9px;
	
	
	padding: 0px 6px;
	/*background: url(bubble.png) bottom right;*/
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


/* @end */





 
#updater {
	color:#141414;
	text-align:center;
}

/*
#updater .ajax-loading {
	background: url(../image/icons/ajax-loader2.gif) no-repeat center;
}
*/
