/*======================================*
** ms-stylesheet.css
** ------------------------------------------------------------*
** Created: 09-01-07 (dd-mm-yy)
** Author: Jenna Smith (growldesign.co.uk)
** Template: MintSwirl
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #021520  url(../img/body_.png) repeat-x;
	border-top: 5px solid #021622; 	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #fff;
	}
img { border: 0; }
a { color: #9c6; }
a:hover { text-decoration: none; }
p { font-size: 9pt; line-height: 1.4em; margin: 15px 0 20px; }
.l1 { border: none !important; margin: 0 !important; }		


/*------------------------------------------------------------*
**  -
**------------------------------------------------------------*/
#header h1,
#nav div,
#content  { width: 760px; margin: 0 auto !important; text-align: left; }

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { padding: 52px 0 20px; background: #9c6 url(../img/header_.gif) repeat-x; }
#header h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	background: transparent url(../img/logo_graphic.gif) no-repeat 0.25em 0; 
	padding-top: 6px;
	}
#header h1 a { text-decoration: none; color: #082231; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/	
#nav { background: transparent url(../img/nav_.gif) repeat-x; padding-top: 5px; }
#nav:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#nav ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	}	
#nav ul li { float: left; margin: 0; text-align: center; }	
#nav ul li a { 
	display: block; 
	padding: 5px 1.2em 8px; 
	border-left: 2px solid #042537;
	border-bottom: 2px solid #042537;
	color: #fff;
	text-decoration: none;
	font-size: 9ptem;
	}
#nav ul li a.on,
#nav ul li a:hover { background-color: #05344E; border-left: 2px solid #021723; border-bottom: 2px solid #021723; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { }
#content h2 {	
	color: #9c6;
	font-size: 1.25em;
	font-weight: normal;
	background: transparent url(../img/title_.gif) no-repeat;
	padding-top: 40px;
	}
#content .options {
	background-color: #041D2B;
	text-align: right;
	padding: 3px 8px 6px;
	margin: 0 0 30px;
	width: auto;
	}
#content .options .ico_up { padding-left: 18px; background: transparent url(../img/ico_top.gif) no-repeat 0% 50%; }	
#content .options .ico_cmt { padding-left: 24px; background: transparent url(../img/ico_comments.gif) no-repeat 0% 50%; }	
#content .options .ico_right { padding-left: 20px; background: transparent url(../img/ico_arrowright.gif) no-repeat 0% 50%; }	
#content .l { float: left; }	

#content ul { padding: 0; margin: 0 0 20px; list-style-type: none; }


#content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#content ul.img li { background: none; float: left; margin-left: 34px; padding: 0; }
#content ul.img li img { border: 8px solid #072839; }

	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { margin-top: 20px; padding-bottom: 1px; }
#footer div {
	background: #9c6 url(../img/footerlinks_.gif) repeat-x; 
	border-top: 8px solid #041D2B;
	border-bottom: 8px solid #041D2B;
	padding: 12px 10px 14px;
	font-size: 8pt;
	}	
#footer div ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
#footer div ul li { display: inline; border-left: 1px solid #619230; margin-right: 10px; padding-left: 10px; }
#footer div ul li a { color: #082231; font-weight: bold; }
#footer p { font-size: 8pt; }

/*------------------------------------------------------------*
**  Glype version styles
**------------------------------------------------------------*/	

fieldset{border:none}

#minime_url_textbox_back
{float:left;
background-image:url(../img/urlbar.png);
background-repeat:no-repeat;
background-color:transparent;
width:562px;
height:39px;
margin:0em .5em 0em 0em;
}
#minime_url_textbox
{
background-color:transparent;

color:white;
font-weight:bold;
border:none;

width:500px;
height:39px;
margin:0em;

padding:10px 15px 0px 15px;

font-size:12pt;

}

#minime_url_label
{
 
display:none;
}
h3
{
font-size:10pt;
}
#options
{
	clear:both;margin:0em 0em .05em 0em;text-align:left;
	width:95%;
}
	
#minime_submit,#options_switch 
{
display:inline;
width:76px;
height:39px;
background-image:url(../img/button.png);
background-repeat:no-repeat;
background-color:transparent;
border:none;
color: #000;
font-size:12pt;
font-weight:bold;
}



/* TOOLTIP HOVER EFFECT */
.tooltip { cursor: help; }
.tool-tip {
	color: #000;
	width: 200px;
	z-index: 1000;
	background: gainsboro;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}

#options>ul>li{display:inline;}