@charset "utf-8";
/* CSS Document */

body
{
 margin: 0 0 0 0;
 background:url(/static/img/sonkey/background.png);
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#777777;
}
a
{
 color:#FFFFFF;
 text-decoration:none;
}
a:hover
{
 color:#EEEEEE;
 /*color:#CCCCCC;*/
 text-decoration:none;
}

.banner_01
{
	background:url(/static/img/synergos/header_01_bg.jpg);
	background-repeat:repeat-x;
	padding-right:10px;
}
.banner_01 a
{
	color:#000000;
	text-decoration:none;
}
.banner_01 a:hover
{
	color:#999999;
	text-decoration:none;
}
.banner_02
{
	background:url(/static/img/synergos/header-02_bg.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
}
.footer
{
	/*background:url(/static/img/synergos/footer_bg.jpg);*/
    background-color: #000000;
	background-repeat:repeat-x;
	height: auto;
	font-family:Verdana;
	font-size:11px;
	color:#4E4A49;
}
.footer a
{
	font-size:11px;
	color:#4E4A49;
	text-decoration:none;
}

.footer a:hover
{
	font-size:11px;
	color:#4E4A49;
	text-decoration:underline;
}

.menu_link
{
	font-family:Lucida Sans Unicode;
	font-size:15px;
	color:#4B3408;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}
.menu_link a
{
	color:#4B3408;
	text-decoration:none;
}
.menu_link a:hover
{
	color:#006699;
	text-decoration:none;
}
.table_top_bg
{
	background:url(/static/img/synergos/table_top_bg.jpg);
	background-repeat:repeat-x;
}
#body_table
{
	background:#C3C3C3;
}
.table_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#7D7D7D;
	margin:0px;
}
.sub_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.even_row
{
	background:#6E6E6E;
	color:#FFFFFF;
	line-height:22px;
}
.odd_row
{
	background:#BBB9BA;
	color:#322223;
	line-height:22px;	
}

.module_header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    background: rgb(0,49,114);
    background: -moz-linear-gradient(top, rgba(0,49,114,1) 0%, rgba(31,66,112,1) 38%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,49,114,1)), color-stop(38%,rgba(31,66,112,1)), color-stop(100%,rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(0,49,114,1) 0%,rgba(31,66,112,1) 38%,rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(0,49,114,1) 0%,rgba(31,66,112,1) 38%,rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,49,114,1) 0%,rgba(31,66,112,1) 38%,rgba(32,124,229,1) 100%); 
    background: linear-gradient(to bottom, rgba(0,49,114,1) 0%,rgba(31,66,112,1) 38%,rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003172', endColorstr='#207ce5',GradientType=0 );
}

.module_lot {
   background-color: #ffffcc;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}


.ColorCell_module_1 {
    background-color: #ffffcc;
    color:#000000;
}
/* cell 2 */
/*.ColorCell_2 {background-color: #FCFCFC;*/
.ColorCell_module_2 {
    background: rgb(255,252,252); 
    background: -moz-linear-gradient(top, rgba(255,252,252,1) 1%, rgba(255,255,255,1) 58%, rgba(247,246,225,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,252,252,1)), color-stop(58%,rgba(255,255,255,1)), color-stop(100%,rgba(247,246,225,1))); 
    background: -webkit-linear-gradient(top, rgba(255,252,252,1) 1%,rgba(255,255,255,1) 58%,rgba(247,246,225,1) 100%);
    background: -o-linear-gradient(top, rgba(255,252,252,1) 1%,rgba(255,255,255,1) 58%,rgba(247,246,225,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,252,252,1) 1%,rgba(255,255,255,1) 58%,rgba(247,246,225,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,252,252,1) 1%,rgba(255,255,255,1) 58%,rgba(247,246,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#f7f6e1',GradientType=0 ); 
    color:#322223;
}

/* background table */
.ColorBgBgModule {
	background-color: #ffffcc;
}

#body_tableModule
{
	background:#ffffcc;
}

.colorBgModuleMenuText {
    background-color: #ffffcc;
    border-radius: 10px;
    padding: 5px;
}

.colorBgModuleText {
    background-color: #ffffcc;
    border-radius: 10px;
}

#release_date {
    color: #777;
}

