/*
 * Author: 	Anchal 'Nacho' Nigam
 * E-Mail: 	IMTheNachoMan(AT)gmail(DOT)com
 * Written for: http://www.fxptrading.com
 *
 */

html, body
{
	background-color: #39679c;
}

#footer
{
	background-color: #93A1B4;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active
{
	color: white;
}

#navigation ul li
{
	border-right-color: #93A1B4;
}

#navigation ul li.left_bar
{
	border-left-color: #93A1B4;
}

#navigation a:link, #navigation a:visited
{
	color: white;
}

#navigation li#current a
{
	background: url( '../images/button_inverse.jpg' ) repeat-x;
	color: #9DB4CF;
}

#navigation ul.sub_menu
{
	border-color: #25456C;
	background-color: #9DB4CF;
}

#navigation ul.sub_menu a:link, #navigation ul.sub_menu a:visited, #navigation li#current ul.sub_menu a:link, #navigation li#current ul.sub_menu a:visited
{
	color: #25456C;
}

#navigation ul.sub_menu a:focus, #navigation ul.sub_menu a:hover, #navigation li#current ul.sub_menu a:focus, #navigation li#current  ul.sub_menu a:hover
{
	color: white;
}

#navigation ul.sub_menu a:active, #navigation li#current ul.sub_menu a:active
{
	color: #25456C;
}

#navigation ul.right a
{
    color: orange;
}

#signup_links
{
    color: white;
}

#signup_links a:link, #signup_links a:visited
{
    color: orange;
}

#signup_links a:hover, #signup_links a:active
{
    color: white;
}

#signup_links a:focus
{
    color: white;    
}

#content div.block table.colored a:link, #content div.block table.colored a:visited
{
    color: white;
}

#content div.block table.colored a:hover, #content div.block table.colored a:active
{
    color: #25456C;
}

#content div.block table.colored a:focus
{
    color: #25456C;
}

#quick
{
	background-color: #9DB4CF;
	border-color: #25456C;
}

#content
{
	color: black;
}

#content h1, #content div.block div.indent h2
{
	border-bottom-color: #25456C;
}

#content h1, #content div.block p.pledge, #content div.block div.indent h2
{
	color: #25456C;
}

#content a:link, #content a:visited
{
	color: #25456C;
}


#content a:hover, #content a:focus
{
	color: #93A1B4;
}

#content a:active
{
	color: #25456C;
}

#content div.block div.indent
{
	border-color: #25456C;
}

#content div.block table.colored, #content div.block p#book
{
	border-color: #25456C;
	background-color: #9DB4CF;
	color: #25456C;
}

#content div.block table.enrollment td
{
	border-color: #25456C;
}

#content div.block table.colored input.text, #content div.block table.colored textarea.text
{
	border-color: #25456C;
	background-color: white;
	color: #25456C;
}

#content div.block table.colored td.button input.button
{
	border-color: #25456C;
	color: #25456C;
	background-color: white;
}

#content div.block .error
{
	color: red;
}

#content div.block table.colored input.highlighted, #content div.block table.colored textarea.highlighted, #content div.block table.colored td.button input.button.highlighted, #content div.block table.colored tr.highlighted
{
	background-color: #25456C;
	color: white;
}

.green
{
    color: #00B050;
}

.red
{
    color: red;
}

.blue
{
    color: #002060;
}

.cyan
{
    color: #548DD4;
}

hr
{
	border-bottom-color: #25456C;
}