@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #EFEFEF;
	font-size: 14px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}


.header {
	width: 100%;
	background-color: #444;
	padding-bottom: 10px;
	background-image: url(../images/header_backgroud.png);
	background-repeat: repeat-x;
}

.header_inner {
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	width:90px;
	height:90px;
	float:left;
}

#logo a img {
  	border: none;
	list-style-type: none;
	text-decoration: none;
}

#vc_title {
	color: #FFF;
	float:left;
	margin-top:15px;
	margin-left:30px;
}

#vc_title_l1 {
	font-size: 36px;
	font-weight:bold;
	padding: 0px;
	margin:0px;
}

#vc_title_l2 {
	font-size: 16px;
	font-weight: lighter;
	padding: 0px;	
	margin:0px;			
}

#loginout{
	float:right;
	color: #FFF;
	font-size: 14px;
	margin-top:50px;
	margin-right:30px;
	margin-bottom:0px;
}

#loginout a{
	color: #FFF;
}

.menu_top {
	height: 40px;
}

.menu_top li {
	display: inline;		
}

.menu_top li a {
	float: right;
	list-style-type: none;
	text-decoration: none;
	color: #444;
	background-color: #CCC;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:8px;
	background-image: url(../images/button_normal.png);
	background-repeat: repeat-x;
}


.menu_top li a:hover {
	color: #FFF;	
	background-color: #AAA;
	background-image: url(../images/button_hover.png);
	background-repeat: repeat-x;
}

.menu_top li a:active  {
	color: #FFF;	
	background-color: #2851A4;
	background-image: url(../images/button_active.png);
	background-repeat: repeat-x;
}


/* ------------------------------ */

.container {
	width: 1010px;
	color: #444;
	background-color: #E6E6E6;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 2px 2px 12px #555;
}


.container h1 {
	color: #444;
	font-size: 24px;
	font-weight: bold;
}

.container h2 {
	color: #2851A4;
	font-size: 18px;
	font-weight: bold;
}

.container h3 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
}

/* ------------------------------------------------------------------------------------ */
.sidebar1 {
	float: left;
	width: 198px;	
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/sidebar-top-background.png);
	background-repeat: repeat-x;
}
.content {
	float: right;
	padding: 10px 0;
	width: 810px;
	min-height:1024px;
	background-color: #FFF;
	background-image: url(../images/content-top-background.png);
	background-repeat: repeat-x;
}

.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.content li
{
	padding-bottom:6px;
}


.nav_title {
	color: #444;
	font-size: 24px;
	font-weight: bold;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #1B356D;
	margin-bottom: 15px;
	min-height:165px;
}
ul.nav li {
	border-bottom: 1px solid #1B356D;
}
ul.nav a { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #CCC;
	color: #444;
	background-image: url(../images/button_normal.png);
	background-repeat: repeat-x;
}
ul.nav a:hover { 
	color: #FFF;	
	background-color: #AAA;
	background-image: url(../images/button_hover.png);
	background-repeat: repeat-x;
}

ul.nav a:active { 
	color: #FFF;	
	background-color: #2851A4;
	background-image: url(../images/button_active.png);
	background-repeat: repeat-x;
}

.def_menu_active  a{
	color: #FFF !important;	
	background-color: #2851A4 !important;
	background-image: url(../images/button_active.png) !important;
	background-repeat: repeat-x !important;
}



/*-------------*/
.side_frame{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #EFEFEF;
}

.side_frame h3{
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.side_frame a{
	color: #444;	 
	text-decoration: none;
}

.side_frame #rss{
	background-image: url(../images/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: 16px;
	padding-left: 25px;
}

.side_frame ul{
	list-style: none; 
}

.side_frame li{
	list-style-type: none;
	text-decoration: none;	
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.side_frame img {
  	border: none;
	display:block;
	margin-left:auto;
	margin-right:auto; 	
}

#license_frame_left{
	float:left;
}

#license_frame_right{
	float:left;
}

#license_frame_left #home_edition{
	background-image: url(../images/home-edition-frame.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
	padding-right: 4px;
	margin-left:5px;
}

#license_frame_left #expert_edition{
	background-image: url(../images/expert-edition-frame.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
	padding-right: 4px;
	margin-left:5px;
}

#license_frame_left #pro_edition{
	background-image: url(../images/pro-edition-frame.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
	padding-right: 4px;
	margin-left:5px;
}

/* --------------- */

#partner_sites{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #EFEFEF;
}

#partner_sites h3{
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#partner_sites ul{
	list-style: none; 
}

#partner_sites li{
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	text-decoration: none;	
	border-top: 1px solid #cccccc;
}

#partner_sites a img {
  	border: none;
	list-style-type: none;
	text-decoration: none;
	display:block;
	margin-left:auto;
	margin-right:auto; 	
}

/* ------------------------------ */
#display_message_center{
	margin-left: 15px;
	margin-right: 15px;
}

#display_java_error {
	border: solid 1px #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight:bold;
	background-color: #ffffcc;
	color: #CC0000;
	background-image:url(../images/warning.png);
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	border-radius: 5px;
}
/* ------------------------------ */

.footer {
	padding: 10px 0;
	background-color: #444;
	clear: both;
	text-align: center;
	color: #FFF;
	background-image: url(../images/header_backgroud.png);
	background-repeat: repeat-x;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
}
