﻿/*Design & Development by Salman YILMAZ - www.salmanyilmaz.com */

/*-------------------------------------------------------------------------
=LAYOUT
-------------------------------------------------------------------------*/
body 
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 11pt;
	color: #1e1d1d;
	font-family: Arial;
}

a 
{
    font-weight:normal;
    text-decoration: none;
    }

a:hover 
{
    font-weight:normal;
    text-decoration: none;
    color: #ffffff;
    background-color:#a10508;
    }
.none-link 
{
    font-weight:normal;
    text-decoration: none;
    }

.none-link:hover 
{
    font-weight:normal;
    text-decoration: none;
    background-color:#fff;
}

/*-------------------------------------------------------------------------
=GLOBAL CLASSES
-------------------------------------------------------------------------*/
.floatNone { float:none }
.floatLeft { float:left }
.floatRight { float:right }
.clearBoth { clear:both }
.noBg { background:none !important }
.noMargin { margin:0 !important }
.noPadding { padding:0 !important }
.noBorder { border:0 !important }
.displayNone { display:none !important }
.displayBlock { display:block !important }
.left { text-align:left }
.center { text-align:center }
.right { text-align:right }

/*-------------------------------------------------------------------------
=NAVIGATIONS
-------------------------------------------------------------------------*/		
.bottom
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align:center;
}
div#bottomMenu ul li { float:left; margin-right:6px; padding-right:9px; padding-top:5px; background:url(../images/nav/bottomMenuSeperator.gif) no-repeat right 3px }
	div#bottomMenu ul li a { color: #3f7fcf; text-decoration: none; font-weight: bold; font:12px/normal Helvetica, Arial, sans-serif; }
	div#bottomMenu ul li a:hover { color: #3f7fcf; text-decoration: underline; font-weight: bold; font:12px/normal Helvetica, Arial, sans-serif; background-color:Transparent }


.top_link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
}

.top_link:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: bold;
	background-color:Transparent;
}
.membership {
	font-size: 12px;
	color: #96c3da;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
}

.membership:hover {
	font-size: 12px;
	color: #CC9933;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: bold;
	background-color:Transparent;
}

.top_left 
{
    text-align:left;
    vertical-align: top;
   
}

.top_right 
{
    text-align:right;
    vertical-align: top;    
   
}

.side_title
{
    font-weight: bold;
    text-align: left;
    font-size: 11pt;
    padding-left: 10px;
}
.subjecttitle
{
    font-size: 16pt;
    color: #f4a133;
    font-family: Century Gothic , Tahoma;
    font-weight: bold;
    
}

.accordionHeader
{
    
    color: #103993;    
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    
}

