/***********************************************************************
 @ filename         : /tpl/templates/tpl-003/css/default.css
 @ author           : ?
 @ description      : template 003 default styles
 @ media            : screen
 @ created          : 2008-07-06
 @ modified         : 2008-07-06, version 1.0
**********************************************************************/

@import url(base.css);
@import url(../../shared/css/shared.css);

/***** Generics & Layout *****/
body {
    margin: 0; padding: 0;
    color: #000;
  	background:  #000064;
    text-align: center;
	font-family:inherit;

}

a {color:  #000; font-weight:bold;}

html, body {  width:100%; margin: 0; padding: 0; }


div#section-skip {
    display: none;
}


/***** Main Outline *****/

div#container {position:absolute; top:50%; margin-top:-280px; width:100%;}


div#section-outline {	
	position:relative;
	margin:0px auto 20px;
	padding:0;
    width: 900px;
	height:560px;
    text-align: left;
	background:transparent;
}

div#main-content {
	width:893px;
	height:553px;
	background:#fff;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow:0px 0px 8px #000;
}

/***** Site Title & Logo *****/
div#section-top {
    position: relative;
    height: 100px;
	width:873px;
	padding:10px 0 0 10px;
	margin: 0 10px 0 0;
	overflow:hidden;
}
div#container-logo {
    position: absolute;
    left: 25px; top: 90px;
}
h1#title-site,
div#description-site { 
    display: none; 
}

/***** Navigation *****/
div#section-nav {

	width:190px;
    float: left;
    min-height:100px;
	/*_height:400px;*/
	padding:10px 0 0 10px;
	font-size: 10pt;
	font-family:inherit;
}
h2#title-nav {
    display: none;
}

div#container-nav ul {
    list-style: none;
	 margin:0;
	 padding:0;
}

div#container-nav ul li.current_page_item {font-weight:bold;}	


/***** Content *****/
div#section-content {
	width: 680px;
	height:390px;
	padding:10px 0 0 0;
	margin:0;
	margin-left:200px;
	/*background:transparent url(../img/bg_content.png) top right no-repeat;
	_background:transparent url(../img/bg_content-ie6.png) top right no-repeat;*/
}

div#section-content h4 {position:absolute; top:115px; right:34px; width:200px; text-align:right;}

.content_left {float:left; width:350px;}
.content_right {float:right; padding:0 20px 0 0 ;}

div#content-meta {
	padding: 5px 10px 0 10px;
	
}

h2#title-page {
    font-size: 12pt;
    color: #000
	letter-spacing:-0.05em;
}
div#content-body {
    width:670px;
	height:380px;
    padding: 0 10px 0 0;
	margin:0;
    overflow-y: auto;
	overflow-x:auto;
}

div#content-body {
    font-size: 9pt;
    line-height: 1.6em;
}




/***** Forms *****/
form dt {
    margin-top: 5px;
    color: #000;
}
form dd {
    margin-bottom: 5px;
}
form input.inp-text,
form textarea,
form inp-text inp-required {
    color: #000;width:auto;
    border: 1px solid #000;
	background:#ffffff;
}
/*form input.inp-required {width:230px;}
form textarea{width:280px;height:100px;}*/
form input.inp-text:focus,
form textarea:focus {
    color: #000;
}
form dd.buttons {
    padding: 5px 0;
    vertical-align: middle;
}
form dd.buttons a {
    margin-left: 6px; padding: 3px 6px;
    border-left: 1px solid #000;
}
form dd.buttons a:link,
form dd.buttons a:visited,
form dd.buttons a:active {
    color: #000;
}
form dd.buttons a:hover {
    color: #000;
}



/***** Footer *****/
div#section-footer {
    cursor: default;
	clear:both;
	background:#fff;
	padding:0;
	margin:0px 0 0 0;
}

div#section-footer p {
    padding: 10px 5px 0px 10px;
    font-size: 8pt;
    color: #000;
    text-align: left;
	font-weight:bold;
	float:left;
}

div#section-footer form {float:left;  font-weight:bold; font-size: 8pt;}
div#section-footer form label {float:left; color: #000; padding: 10px 5px 0px 5px;}
div#section-footer form input {float:left; margin:0 0 0 5px; background:#fff;}


div#section-footer p a,
div#section-footer p a:link,
div#section-footer p a:visited,
div#section-footer p a:active {
    color: #000;
}



div#section-footer div#time-display {
	float:right;
	font-size:8pt; 
	padding: 10px 20px 0px 10px; 
	color: #000;
	font-weight:bold;
}

div#bg-music-player {
	clear:both;
	padding: 12px 0px; 
	width:290px;
	height:24px;
}


/***** Subscription *****/
div#container-mailinglist {
	color: #000;
	font-size: 8pt;
	text-align: left;
	float:left;
}


/***** Accordion Menu CSS *****/
#page-list {float:left; clear:left; margin:0px; display:block; position:relative;}
#page-list ul {list-style:none; margin:0;}
#page-list ul li {color: #000; font-weight: bold; padding:0 0 0 5px; margin:5px 0; display:block; cursor:pointer;}
#page-list ul li ul li {padding:0; margin:0; position:relative;}
#page-list ul li ul li a {	}
#page-list ul li a {color: #000; padding:3px 5px; display:block; width:160px;}
#page-list .current_page_item a {color: #333;}


/****WIDGETS****/

div#sideBarBox div.sideBarClass {
	background:#ccc;
}

div#sideBar input.inp-required ,div#sideBarBox input.inp-required {
	  	width: 105px;
	}

