
/* Default settings */

body, td, th, p, div, span
{
    /* padding and margin */
    padding: 0px;
	margin: 0px;
	
    /* font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #666;
	line-height: 14px;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
}

td
{
	vertical-align: top;
}

#wrapper
{
	margin: 0px auto;
	width: 780px;
}

/* Form include */

form
{
	padding: 0px;
    margin: 0px;
}

input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border: 1px solid #666;*/
	color: #666;
}

/** 
 * Header 
 *
 * Header consists of:
 * - toplinks
 * - navigation
 *
 */

#header .frame 
{
    margin: 0px;
    margin-top: 5px;

    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

#header .dimension
{
    width: 380px;
}

/** 
 * Top links 
 */
 
#toplinks .dimension 
{
    width: 378px;
}

#toplinks .content 
{
    float: right;
}

#toplinks .content td 
{
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    vertical-align: bottom;
}

#toplinks .content img 
{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
}

#toplinks a
{
    font-size: 10px;
    color: #666;
    text-decoration: none;
    
    line-height: 12px;
}

#toplinks a:hover 
{
    color: #999;
}

#toplinks a.current 
{
    color: #4696d7;
}

/** 
 * Navigation 
 */

#navigation .frame 
{
    padding-right: 20px;
    border-right: 1px solid #c0c0c0;
}

#navigation .dimension 
{
    background-color: #4696d7;
    height: 30px;
}

#navigation .content td 
{
    padding: 0px;
    padding-top: 10px;
    padding-left: 30px;
}

#navigation .content td.first 
{
    padding-left: 10px;
}

#navigation a:link
{
    color: #d3dee7;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:visited 
{
	color: #d3dee7;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:hover 
{
    color: #ffffff;
}

/**
 * Body 
 */

#body 
{
    background: url(/images/bg-3borders.gif) top left;
    border-bottom: 1px solid #d7d7d7;
}

#visual .dimension 
{
    width: 188px;
    height: 100px;
}

#visual .content 
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#visual img 
{
    display: block;
}

#intro .dimension 
{
    width: 570px;
    height: 100px;
    overflow: hidden;
}

#intro .content 
{
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#intro .text
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#intro h1 
{
    margin: 0px;
    margin-bottom: 3px;
    
    font-size: 18px;
    font-weight: normal;
    color: #666;
    
    line-heigth: 20px;
}

#spacer 
{
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

#spacer .dimension 
{
    width: 21px;
    height: 100px;
}
    
#menu .dimension 
{
    width: 188px;
}

#menu ul 
{
    margin: 0px;
    padding: 0px;

    list-style-type: none;
    border-bottom: 1px solid #c0c0c0;
}

#menu ul li 
{
    padding: 2px 0px 3px 4px;
    font-size: 11px;
    line-height: 14px;
    background: transparent url(/images/menu-bg-li-1.gif) bottom left no-repeat;
}

#menu a 
{
    display: block;
    padding: 0 10px 2px 10px;
    
    font-weight: bold;
    text-decoration: none;
}

#menu ul li a 
{
    color: #666;
}
    
#menu ul li a:hover 
{
    color: #999;
    background-color: #f9f9f9;
}

/**
 * Content
 */ 

#content-body .dimension 
{
    width: 404px;
}

#content-body .content 
{
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}

#content-body .overview
{
	border: 1px solid #666;
	background-color: #eee;
}

#content-body .space
{
	padding-bottom: 10px;
	text-align: left;
}

#content-body .error
{
	color: #f00;
	font-size: 9px;
	font-style: italic;
}

#content-body .header
{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #eee;
}

#content-body .radio
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	color: #666;
}



/**
 * Textaid
 */

#textaid .top .frame 
{
    border-top: 15px solid #fff;
    border-left: 1px solid #fff;
}

#textaid .top .dimension
{
    overflow: hidden;
    font-size: 1px;
    height: 10px;
    width: 187px;
}
    
#textaid .aid 
{
    margin-top: 0;
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 14px;
    padding: 5px;
    padding-bottom: 15px;
    border: 1px solid #d7d7d7;
}

#textaid .aid .sig
{
	font-size: 10px;
	font-style: italic;
	text-align: right;	
}

#textaid .aid h2 
{
    color: #8c8c8c;
    font-size: 11px;
}

#textaid .aid a
{
	color: #666;
}

/** 
 * Footer 
 */

#footer .frame
{
	margin: 0px;
    margin-top: 2px;

    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;

    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
}

#footer .dimension
{
	width: 778px;
}

#footer .content
{
	text-align: center;
}

#footer .content td
{
	margin: 0px;
    padding: 0px;
    vertical-align: middle;
    
    font-size: 10px;
	color: #878787;
}

