﻿
#global {
	height: 34px;
	background: #000 url(../img/main.png) repeat-x;
	margin-bottom:0px;
}

#global .wrap {  
	/*margin:0px auto;*/
	padding-left:55%;
}


#global ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;	
	float:left;
}

#global li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-indent: 0; 
}

#fp, #jt { 
	float: left; 
	height: 34px; 
	width:275px;
	overflow: hidden; 
	text-indent: -999em; 	
	background:#fff url(../img/main.png) no-repeat 0 -40px;
}	

#fp:hover 	{ background-position: 0 -80px;  }
#fp:focus	{ background-position: 0 -120px; }
#fp.active	{ background-position: 0 -160px;	cursor: default; }

#jt 		{ background-position:-275px -40px;  }
#jt:hover 	{ background-position:-275px -80px;  }
#jt:focus  	{ background-position:-275px -120px; }
#jt.active 	{ background-position:-275px -160px; cursor: default; }

body {
	margin:0;
	background-color:#fff;
}

body, p, div, a {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size:12px;
}

a {
	color:#295c72;		
}

#acics
{
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size:12px;	
	color:Black;
	text-decoration:none;
}
#acics:hover 	{ color:Black; text-decoration:none;   }
#acics:focus	{ color:Black; text-decoration:none; }
#acics.active	{ color:Black; text-decoration:none; }

a.external {
	background:transparent url(/img/global/external.png) no-repeat scroll right 0;
	padding-right:15px;		
}

hr {
	clear:both;
	display:block;
	font-size:1px;
	height:0pt;
	line-height:1px;
	margin:0pt;
	padding:0pt;
}

hr {
	margin:-5px 0px 5px 0;
	border:1px solid #ccc;
	border-width:1px 0 0 0;
}

img {
	border:0;		
}

table {
	border-collapse:collapse;		
}

a:active {
  outline:none;
  text-decoration:none;
}

:focus, button {
  -moz-outline-style:none;
}


body.ie7 #content ul, body.ie7 #content ol {
	margin-left:50px;
}

/*}}}*/


/*{{{ typo */

h1, h2, h3, h4 {
	font-weight:normal;
	letter-spacing:-1px;
	color:#444; 
	margin:35px 0 -5px 0;
}

h2 { font-size:22px; }
h3 { font-size:18px;	}
h4 { font-size:16px;	margin-top:20px; }

h1 em, h2 em, h3 em, h4 em {
	font-style:normal;
	color:rgb(45, 90, 195);
}

ul, ol, p {
	margin:10px 0px;		
}

.red {
	color:#bf0d00;	
}

.blue {
	color:#2D5AC3;	
}


/*}}}*/


/*{{{ global elements */

#wrap {
	margin:10px auto;
	width:982px;		
}

input.text, textarea {
	padding:3px 4px;
	border:1px inset #ccc;
	font-size:12px;
	-moz-border-radius:3px;
	margin-top:2px;
}

textarea {
	width:98%;
	height:200px;
	padding:6px;
	font-size:13px;
	overflow:auto;
}

select {
	font-size:11px;	
	border:1px inset #ccc;
	padding:2px;
}	

button {
	font-size:11px;		
}


/*{{{ buttons */

button {
	outline:1px outset #999;	
	border:1px solid #fff;	
	background-color:#d3d3d3;
	color:#6e6e6e;
	height:18px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}

button em {
	color:yellow;
	font-style:normal;
}





@media print {

	body {
		padding:0;		
	}
	
	#globalnav, #right, #user, .noprint, #breadcrumb {
		display:none;		
	}
	
	#wrap, #content {
		width:98%;		
		margin:0;
	}
	
	#content h1 {
		padding:0;
		margin:0;
		top:0;		
	}
}

