/* basic.css */

/* ===[ begin ]=== */

/*
    Title:                   Application Design Style
    Author:                  Dzenan Ridjanovic
    Influenced By:           http://www.simplebits.com/
    Created:                 2009-05-17
    Updated:                 2009-05-17
*/

	/*----- Division & Div behavior Section -----*/
	body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		width:986px;
		margin-left: auto;
		margin-right: auto;
		padding:10px;
		background-color: #f4f4f4;
	}
	
	.top_header {
	height: 11px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
	text-align: right;
	color: #CCC;
	
	clear:both;
	}
	
	.top_header a{
	text-decoration: none;
	border: none;
	font-size: 10px;
	color: #666;
	}
	
	.top_header a:visited{
	text-decoration: none;
	border: none;
	font-size: 10px;
	color: #666;
	}
	
	.top_header a:hover{
	text-decoration: none;
	border: none;
	font-size: 10px;
	color: #333;
	}
		
	.north {
		color: #708491;
		padding: 6px;
		background: #d7e9f7;
	}
	.south {
		clear: both;
		font-family: arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #fffff0;
		padding: 4px;
		background-color: #666;
	}
	
	.container {
		width: 986px;
		background-image: url(img/container_bg.png);
		background-repeat: repeat-y;
		background-color: #FFF;	
	}
	
	.container_main {
		width: 980px;
		padding-right: 3px;
		padding-left: 3px;
	}
		
	.content {
		float: left;
		width: 694px;
		background-color: #FFF;
		margin-right: 8px;
		margin-left: 8px;
		margin-top: 5px;
	}
	
	.sidebar {
		float: right;
		width: 248px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #CCC;
		margin-right: 8px;
		padding-left: 8px;
		margin-top: 5px;
	}
	
	/*----- In-Dev Section -----*/
	
	.app-title {
		font-family: arial, sans-serif;
		font-size: 22px;font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #fffff0;
		padding: 6px;
		background: #336799;
		font-weight: bold;
		letter-spacing: 6px;
		color: #003366;
		padding: 12px 12px 6px 12px;
		background: #d7e9f7;
		}
		
	.box-title {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 6px;
	background-color: #999;
	}
	
	.box {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}

	.box li {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 5px;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-left: 0px;

	}	
	.target li {
		background-image: url(img/point.png);
		background-repeat: no-repeat;
		background-position: 0 4px;		
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 18px;
	}	
	
	.marker {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px dashed #CCC;
	background-color: #F5F5F5;
	}
	
	.yellow_marker {
	background-color: #FF0;
	}
		.page-title {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	
	
    .section-title {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fffff0;
	padding: 10px;
	background-color: #666;
	}
	
	.section-title a:hover{
	color: #FFF; !important
	}
	
	/*----- Common HTML Tags & Text Section -----*/
	h1, h2, h3, h4, h5 {
	color:#f4f4f4;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
	a:link {
	text-decoration: none;
	font-weight: bold;
	color: #006;
	}
    a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #006;
    }
    a:hover {
	text-decoration: none;
	color: #666;
    }
    a:active {
        text-decoration: none;
        color: #ff9911;
    }  
    a:link img {
        border: none;
    }
    
	ul {
		list-style: none;
		padding: 4px;
		text-align: left;
	}
	
	.li_no_point {
		background-image: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	
	li {
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 18px;
		background-image: url(img/point.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		margin-left: 8px;
	}	    
	.link li {
		background: url(img/arrow-right.gif) no-repeat 0 50%;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 18px;
	}
	
	.current {
		color: #FFF;
	background-image: url(img/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center 28px;
	
	}
	
	.center {
		text-align: center;
	}	
	.emphasis {
		font-weight: bold;
	}
	
	table {
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-collapse: collapse;
		margin-left: auto; 
		margin-right: auto;
	}	
	caption {
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #003366;
		padding: 6px;
		margin-left: auto; 
		margin-right: auto;
	}		
	th, td {
		padding: 4px;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}			
	th {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #666;
	}
	td {
	background-color: #FFF;
	}
	
	p {
		line-height: 1.5em;
		text-align: justify;
		margin-left: 2px;
		margin-right: 2px;
		padding-left: 12px;
		padding-right: 12px;
	}
    .pisa {
    	font-style: italic;
    }
    .drop {
        float: left;
        font-size: 360%;
        line-height: 1em;
        margin: 4px 10px 10px 0;
        padding: 4px 10px;
    }
	
	.intext_image {
	float: left;
	font-size: 360%;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
    
	
	/*----- Menu Section (sub banner menu) -----*/
	
	.menu {
	padding: 0px;
	height: 33px;
	background-image: url(img/menu_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 986px;
	margin:0 auto 0 auto;
	}
	
	.menu ul {
		margin: 0px; 
		padding: 0px;
		display: inline;
		list-style-type: none;
    }
	
	.menu li {
		margin: 0px; 
		padding: 0px;
		display: inline;
		list-style-type: none;
    }
	.menu a {
	float: left;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	}			
	.menu a:visited {
		color: #FFF;
	}
	.menu a:hover {
		color: #FFF;
	background-image: url(img/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center 28px;
	}
	
	/*----- Menu Section (top banner menu) -----*/
	
	.menu_top {
	height: 60px;
	vertical-align: top;
	clear:both;
	}
	.menu_top li {
		margin: 0px; 
		padding: 0px;
		display: inline;
		list-style-type: none;
    }
	.menu_top a {
	float: right;
	line-height: 26px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	}			

	.menu_top a:hover {
	color: #FFF;
	background-image: url(img/up_arrow.png);
	background-repeat: no-repeat;
	background-position: center 36px;
	}
	
	

	
			
/* ===[ end ]=== */