/**
 * @file
 * @project 632
 * @package sftheme
 * @site app1
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
body {
	background-color:#000000;
	color:#cccccc;
	background-image:url(images/632_tile_4.gif);
}

a:link {
	color:#cccccc;
}

a:visited {
	color:#cccccc;
}

a:hover {
	color:#cccccc;
}

/**
 * @section navigation
 */
.sf_navigation {
	background-image:url(images/632_nav_4.png);
}
 
.sf_navigation ul li a {
	color:#ffffff;
}
 
.sf_navigation ul li a:visited {
	color:#ffffff;
}
 
.sf_navigation ul li a:hover {
	color:#ffffff;
	background-color:#133070;
}
 
/**
 * @section subnav
 */
.sf_navigation .subnav li a {
	color:#133070;
	background-color:transparent;
}
 
.sf_navigation .subnav  li a:visited {
	color:#133070;
	background-color:transparent;
}
 
.sf_navigation .subnav  li a:hover {	
	color:#133070;
	background-color:transparent;
}

/** 
 * @subsection header 
 */
.sf_main_header {
	color:#FFFFFF;
}

/** 
 * @subsection content
 */
.sf_pagetitle {
	color:#ffffff;
	border-bottom: 1px solid #f4b332;
}

/** 
 * @subsection footer
 */
.sf_footer {
	color:#cccccc;
	border-top: 1px solid #f4b332;
}

/** 
 * @subsection buttons
 */
.btn {
	border:1px solid #c29131;
	color:#FFFFFF;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.widgetset a:link,
.widgetset a:visited,
.widgetset a:hover {
	color:#F4B332;
}

.widgetset .widget_header {
	color:#ffffff;
}

.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover {
	color:#ffffff;
}

/** 
 * -------------------------------
 * @section DBNow
 * -------------------------------
 */

.Data_Central_color7 {
	background-color:#db9c1e;
	color:#000;
}

.Data_Central_color1 {
	background-color:#F4B332;
	color:#000;
}

.Data_Central_color2 {
	background-color:#464646;
}

.Data_Central_color3 {
	background-color:#323232;
}

.Data_Central_color6 {
	background-color:#212121;
}

.Data_Central_color4 {
	background-color:#000000;
}

.Data_Central_color5 {
	border-color:#212121;
}