/**
generic CSS

**/
/* @import url(http://fonts.googleapis.com/css?family=Bree+Serif); */

@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../styles/fonts/Bree_Serif/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'), 
        url('../styles/fonts/Bree_Serif/BreeSerif-Regular.woff') format('woff'), 
        url('../styles/fonts/Bree_Serif/BreeSerif-Regular.ttf')  format('truetype');
}

body {
	margin: 0px;
	padding: 0px;
	font-size: normal;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
        -webkit-background-size: cover; /*for webKit*/
	        -moz-background-size: cover; /*Mozilla*/
    		    -o-background-size: cover; /*opera*/
			        background-size: cover; /*generic*/
}
div,td,th {

/*	font-family: Tahoma,Arial,Verdana,sans-serif; */
	font-family: arial,sans-serif;
}
h1 {
	font-size: 12pt;
	margin: 5px 0 10px 0;
}
h2 {
	font-size: 12pt;
	margin: 10px 0 6px 0;
    font-weight: normal;
}
h3 {
	font-size: 10pt;
	margin: 5px 0 5px 0;
}
select {
	font-size: 1em;
}
input {
/*	font-size: 1em; */
/*	font-family: Tahoma,Arial,Verdana,sans-serif; */
	font-family: Arial,sans-serif;
	font-size: 13px;
	margin: 3px;
}
textarea {
	border: 1px solid #c6c3c6;
	background-color: #f6f6f6;
/*	font-size: 0.95em; */
/*	font-family: Tahoma,Arial,Verdana,sans-serif; */
	font-family: Arial,sans-serif;
	font-size: 13px;
	padding: 5px;
}
img {
	border: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
         border-radius: 5px;    
}
form {
	margin: 0px;
}
hr {
	width: 100%;
	color: #c6c3c6;
}
.title {}
.subtitle {
	width: 100%;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;	
	color: #111111;
	font-size: 16px;
	padding: 4px;
}
a {
	color: #1155CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #1155CC;
}
a.u {
	text-decoration: underline;
}
a.w,a.w:visited {
	color: #1155CC;
        cursor: pointer;
}

/**
  Styles for container
  header, footer, messages
  =========================
**/

#logo {

}
#logolink {

}
#header {
	height: 70px;
	vertical-align: top;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 1px #dcdcdc;
	-webkit-box-shadow:	0 1px 1px #dcdcdc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#dcdcdc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#dcdcdc');  
}
#header p {
	padding: 0px;
	margin: 0px;
}
#header p a {
	color: #777777;
	font-size: 13px;
	text-transform: capitalize;
	line-height:18px;
	text-decoration: none;
	white-space: nowrap;
}
#header p a:hover {
	text-decoration: underline;
}
#header_menu_search {
	margin: 20px 0 0 0;
	padding: 0 2px 0 20px;
	border-left: 1px solid #E5E5E5; 
	height: 60px;
}
#header_menu_social {
	margin: 5px 0 0 0;
	padding: 0 20px 0 20px;
	height: 50px;
	border-left: 1px solid #E5E5E5;
/*	border-right: 1px solid #E5E5E5; */
}
#header_menu_left,#header_menu_right {
	width: 8px;
	float: left;
}
.header_menu_cell {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
	float: left;
	height: 45px;
	display: none;
}
#header_menu_search p {
	padding-top: 3px;
	padding-bottom: 7px;
	margin: 0px;
}
#header_menu_search p {
	padding-top: 3px;
	padding-bottom: 7px;
	margin: 0px;
}
#header_menu_social p {
	padding: 3px;
	margin: 0px;
	height: 14px;
	line-height: 14px;
}
.searchbox {
	vertical-align: top;
	border: 1px solid #CFCFCF;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
.searchboxtext {
	vertical-align: top;
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 3px 0 0 2px;
	width: 119px;
	height: 19px;
}
.searchboxtext2 {
	vertical-align: top;
	font-size: 12px;
	border: 0px;
	margin: 0px;
	width: 145px;
	height: 19px;
	color:#CFCFCF;
}
.searchboxbtn {
	margin-top: 6px;
	vertical-align: middle;
}
#profile {
	 width: 500px;
	 margin: 6px 0 0 0;
}
#profileimage {
	float: left;
	width: 50px;
	margin-right: 12px;
	cursor: pointer;
	cursor: hand;
}
#profiledesc {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
#profilename {
	font-size: 22px;
	margin-right: 10px;
	float: left;
}
#profilename a {
	text-decoration: none;
}
#profilename a:hover {
	text-decoration: underline;
}
#profilestatus  a{
	border: 1px solid transparent;
	color: #000;
	text-decoration: none;
}
#profilestatus a:hover {
	border: 1px solid #CFCFCF;
}
a.profilelogout  {
	float: left;
	margin: 5px 6px 0 0;
}
a.profilelogout img{
	width: 11px;
	height: 13px;
	background: url(../images/lock.gif);
	cursor: hand; cursor: pointer;
}
a.profilelogout:hover img{
	background: url(../images/logout.gif);
}
a.profileadmin {
	float: left;
	margin: 5px 6px 0 0;
}
a.profileadmin img{
	width: 16px;
	height: 16px;
	background: url(../images/support.gif);
	cursor: hand; cursor: pointer;
}
#profilechat {
	padding-top: 4px;
	float: left;
}
.maintbl {
   margin-top: 5px;
}
#tabscontent {
	margin-top: 2px;
	margin-right: 5px;
}
#footer {
	text-align: center;
	padding: 10px 0 2px 0;
	color: #FFFFFF;
	font-size: 0.8em;
	width: 100%;
	border-top: 1px solid #E5E5E5;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}
.homemsg {
	padding: 4px;
	font-size: 9pt;
	white-space: nowrap;
	color: #fff;
	background-color: #000;
}
#advise {
	padding-right: 15px;
	display: none;
	font-size: 0.7em;
    overflow: hidden;
	float: right;
}
#information {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 27px;
	line-height: 27px;
	text-align: left;
	font-size: 11px;
}
.loading {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #c6c3c6;
	font-size: 0.7em
}
.protectbox {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #333333;
    font-size: 0.8em;
    margin-top:2%;
    padding:1% 1% 0 2%; 
    width:35%;
    margin-left:25%;    
}
.noportal {
	font-size: 0.8em;
}
input.btn {
	background-color: #ee5f5b;
    background-image: -moz-linear-gradient(center top , #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(center top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(center top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border: 1px solid #bd362f;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
}
input.btnbig {
	font-weight: bold;
	padding: 8px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #003568;
    background: #0E679A;
    color: #fff;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email] {
    border: 1px solid #C6C6C6; 
    padding: 4px;
    background: #FFFFFF;
    margin-left: 5px;
    font-size:15px;
	color:#111111;
	vertical-align: top;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=email]:hover {
    border-color: #3079ED;
}

input.submit {
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4D90FE), to(#4787ED));
	background-image: -webkit-linear-gradient(center top, #4D90FE, #4787ED);
	background-image: -o-linear-gradient(center top, #4D90FE, #4787ED);
	background-image: linear-gradient(to bottom, #4D90FE, #4787ED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED', GradientType=0);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
}
input.submit:hover {
    background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4D90FE), to(#357AE8));
	background-image: -webkit-linear-gradient(center top, #4D90FE, #357AE8);
	background-image: -o-linear-gradient(center top, #4D90FE, #357AE8);
	background-image: linear-gradient(to bottom, #4D90FE, #357AE8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#357AE8', GradientType=0);
    border: 1px solid #2F5BB7;
}
.btntab {
	background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F1F1F1));
	background-image: -webkit-linear-gradient(center top, #F5F5F5, #F1F1F1);
	background-image: -o-linear-gradient(center top, #F5F5F5, #F1F1F1);
	background-image: linear-gradient(to bottom, #F5F5F5, #F1F1F1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1', GradientType=0);
    border: 1px solid #C6C6C6;
    color: #222222 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    cursor: pointer !important;
    display: inline-block;
    font-weight: bold;
    min-width: 54px;
  	padding: 4px 7px;
    text-align: center;
    text-decoration: none !important;
    margin: 1px 4px;
    min-height: 17px;
}
.btntab:hover {
 	background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#F1F1F1));
	background-image: -webkit-linear-gradient(center top, #F8F8F8, #F1F1F1);
	background-image: -o-linear-gradient(center top, #F8F8F8, #F1F1F1);
	background-image: linear-gradient(to bottom, #F8F8F8, #F1F1F1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F1F1F1', GradientType=0);
    border: 1px solid #C6C6C6;
    text-decoration: none !important;
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 2px 2px #dcdcdc;
	-webkit-box-shadow:	0 2px 2px #dcdcdc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#dcdcdc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#dcdcdc');  
}
.btnsmall {
	border: 0;
	font-size: 9px;
	height: 13px;
	color: #000;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.iconea {
	vertical-align: middle;
	background-color: #efefef;
	border: 1px solid #c6c3c6;
	padding: 0 1px 0 1px;
}
.iconei {
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 1px;
}
.imgmid {
	vertical-align: middle;
	max-height: 16px;
    max-width: 16px;
}
.imgbot {
	vertical-align: bottom
}
.dot {
	width: 1px;
	height: 1px;
	line-height: 1px;
}
.bottomhr {
	padding-bottom: 6px;
	border-bottom: 2px inset #f7f7f7;
}
.tophr {
	padding-top: 6px;
	border-top: 2px outset #f7f7f7;
}
.lefthr {
	padding-left: 6px;
	border-left: 2px outset #f7f7f7;
}
.righthr {
	padding-right: 6px;
	border-right: 2px outset #f7f7f7;
}
.dashbox {
	border: 1px dashed #c6c3c6;
	padding: 8px;
	margin:10px;
}
.errordiv {
	cursor: hand;
	cursor: pointer;
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #fff1a8;
    background-color: #FFD363;
	margin: 2px 0px 0 px 0px;
	padding: 1px 0px 1px 0px;
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
	z-index:10000;
}
.warningok {
    padding:2px;
    margin:2px;
    background-color: #FFD363;
/*    font-weight: bold; */
    color: green; 
    font-size: 14px;
}
.warning {
    padding:2px;
    margin:2px;
    background-color: #FFD363;
 /*   font-weight: bold; */
    color: red;
    font-size: 14px;
}
#adminmessage {
	z-index: 7;
	top: 100%;
	left: 0px;
	width: 100%;
	text-align: center;
	padding: 8px;
    font-size: 0.9em;
    padding: 6px;
    background: #555;
    opacity: 0.8;
	filter: alpha(opacity=80);
    font-weight: bold;
    color: #ECC11A;
    position:fixed; /* Pour fixer cette div afin qu'elle soit en permanence au bas de la fen�tre */ 
    margin:-36px auto 0 auto;
    height: 24px;
}
#adminmessage  a {
    color: #ECC11A;
}
a.whitebtn span {
    display: block;
    line-height: 14px;
    padding: 3px 0 5px 8px;
	color: #666;
    background: transparent url(../images/whitebtn_left.gif) no-repeat;
}
a.whitebtn {
    display: block;
    float: left;
    font: 12px;
    height: 24px;
    margin-right: 6px;
    padding-right: 8px;
    text-decoration: none;
	background: transparent url(../images/whitebtn_right.gif) no-repeat scroll top right;
}
a.whitebtn:hover span {
	background-image: url(../images/whitebtn_left_over.gif);
	color: #fff;
}
a.whitebtn:hover {
	background-image: url(../images/whitebtn_right_over.gif);
}

/**
    Styles  by function 
    ===================
**/

#debug {
	display: none;
	background-color: #000;
	color: #00ff00;
	height: 300px;
	width: 100%;
	overflow: auto;
	border: 1px solid #ff0000;
	padding: 5px;
	font-size: 0.7em;
}
#mousebox {
	z-index: 10001;
	display: none;
	position: absolute;
	padding: 5px;
	width: 300px;
	color: #000000;
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	font-size:12px;
	line-height: 17px; 
	font-family: arial,sans-serif;
}
#ajaxwork {
	z-index: 1000;
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
}
#mymodules {
	display: none;
	padding: 10px;
	color: #888888;
	background-color: #fff;
	width: 100%;
	font-size: 0.8em;
}
#myreader {
	color: #888888;
	background-color: #fff;
	width: 100%;
	font-size: 0.8em;
}
#network {
	display: none;
	padding: 10px;
	color: #888888;
	background-color: #fff;
	width: 100%;
	font-size: 0.8em;
}
.maindiv {
	font-size:0.8em;
}
a.b {
	font-weight: bold;
}
.ftable {
	padding: 3px;
}
.ftable th {
	background-color: #777777;
	color: #fff;
	font-weight: bold;
	height: 26px;
}
.ftable tr.clear {
	background-color: #fff;
}
.ftable tr.dark {
	background-color: #e1e1e1;
}
.ftable td {
	vertical-align:top;
}
.cleardiv {
	background-color: #e1e1e1;
	border: 1px solid #c6c3c6;
	padding: 6px;
}
#authrss {
	color: #ff0000;
	font-weight: bold;
}
#plugin {
	display: none;
	color: #333333;
	background-color: #fff;
	font-size: 0.8em;
}
.plugin {
	color: #333333;
	background-color: #fff;
	font-size: 0.8em;
	padding: 8px;
}

#pluginmenu {
    padding: 8px;
    border-bottom: #c6c3c6;
	display: none;
}
#plugincontent {
	clear:both;
	color: #000;
	padding: 15px;
}
#plugincontent a:link,#plugincontent a:visited {
	text-decoration: underline;
}
#plugincontent a:hover {
	text-decoration: underline;
}
#plugin_breadcrumb {
	padding: 8px 0 0 8px;
	display: none;
}
.breadcrumb {
	padding: 0 8px 2px 8px;
	font-size: 1.1em;
}
.feature_title {
/*	margin: 6px 0px 12px 0px; */
	margin: 6px 0px 12px 10px;
	padding-bottom: 4px;
}
.feature_title span {
	font-size: 15px;
	color: #000;
	padding: 0px 6px 0px 0px;
	font-weight: bold;
}
.feature_title_options {
	float:right;
	vertical-align: middle;
	color: #000;
	padding-top: 2px;
}
.comment {
	color: #888888;
	margin: 0px;
}

/**
    Autocompletion
    ==============
**/

.autocompletion {
	z-index: 10010;
	overflow: hidden;
	position: absolute;
	display: block;
	background: #fff;
	border: 1px solid #222222;
	color: #222222;
	padding: 1px;
	font-size: 8pt;
}
.autocompletion a {
	text-decoration: none;
}
.autocompletion .selected {
	background: #222222;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}
.autocompletion .unselected {
	background: #fff;
	color: #222222;
	cursor: hand;
	cursor: pointer;
}
.sidebar {
	width: 260px;
	vertical-align: top;
	padding: 0px 8px 20px 8px;
	margin: 0px;
	float: right;
}
.sidebar ul {
	list-style: url(../images/puce.gif) outside;
	font-size: 0.9em;
	padding: 0 4px 0 12px;
	margin: 10px;
}
.sidebar li {
	margin: 4px 0 0 0
}
.sidebar .title {
	font-size: 1.2em;
    color: #fff;
    font-weight: bold;
	padding: 8px;
    padding-top: 20px;
}
.sidebar .content {
	padding: 8px;
    color: #fff;
}
.sidebar .content a:visited,.sidebar .content a:link {
    text-decoration: underline;
    color: #fff;
}
.sidebar .footer {
	padding: 0 8px 8px 8px;
	margin-bottom: 8px;
}

/*======   MODULES  =====*/
.module,.module1,.module2,
.module3,.module4,.module5,
.module6,.module7,
.tmp_module,.tmp_module1,
.tmp_module2,.tmp_module3,.tmp_module4,
.tmp_module5,.tmp_module6,.tmp_module7
 {
	margin-bottom: 6px;
	font-size: 0.7em;
}
.module .hmod, .canvas .hmod, 
.module1 .hmod,.module2 .hmod,
.module3 .hmod,.module4 .hmod,
.module5 .hmod,.module6 .hmod,
.module7 .hmod ,
.tmp_module .hmod,.tmp_module1 .hmod,
.tmp_module2 .hmod,.tmp_module3 .hmod,
.tmp_module4 .hmod,.tmp_module5 .hmod,
.tmp_module6 .hmod,.tmp_module7 .hmod 
{
	display: none;
}
.module .hmod a:link, .module1 .hmod a:link, 
.module2 .hmod a:link, .module3 .hmod a:link, 
.module4 .hmod a:link, .module5 .hmod a:link, 
.module6 .hmod a:link, .module7 .hmod a:link,
.tmp_module .hmod a:link, .tmp_module1 .hmod a:link, 
.tmp_module2 .hmod a:link, .tmp_module3 .hmod a:link, 
.tmp_module4 .hmod a:link, .tmp_module5 .hmod a:link, 
.tmp_module6 .hmod a:link, .tmp_module7 .hmod a:link,
.canvas .hmod a:link, .canvas1 .hmod a:link, 
.canvas2 .hmod a:link, .canvas3 .hmod a:link, 
.canvas4 .hmod a:link, .canvas5 .hmod a:link, 
.canvas6 .hmod a:link, .canvas7 .hmod a:link
{
	font-size: 8pt;

}
.module .headmod, .module1 .headmod, 
.module2 .headmod, .module3 .headmod, 
.module4 .headmod, .module5 .headmod, 
.module6 .headmod, .module7 .headmod,
.tmp_module  .headmod, .tmp_module1 .headmod, 
.tmp_module2 .headmod, .tmp_module3 .headmod, 
.tmp_module4 .headmod, .tmp_module5 .headmod, 
.tmp_module6 .headmod, .tmp_module7 .headmod
 {
	padding: 0px;
	margin: 0px;
}
.module .titmod, .module1 .titmod, 
.module2 .titmod, .module3 .titmod, 
.module4 .titmod, .module5 .titmod, 
.module6 .titmod, .module7 .titmod,
.tmp_module .titmod, .tmp_module1 .titmod, 
.tmp_module2 .titmod, .tmp_module3 .titmod, 
.tmp_module4 .titmod, .tmp_module5 .titmod, 
.tmp_module6 .titmod, .tmp_module7 .titmod,
.canvas .titmod, .canvas1 .titmod, 
.canvas2 .titmod, .canvas3 .titmod, 
.canvas4 .titmod, .canvas5 .titmod, 
.canvas6 .titmod, .canvas7 .titmod
 {
	padding: 2px 5px 0 5px;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
}
.module .hmod a.rssstatus:link, .module .hmod a.rssstatus:visited, 
.module1 .hmod a.rssstatus:link,.module1 .hmod a.rssstatus:visited, 
.module2 .hmod a.rssstatus:link,.module2 .hmod a.rssstatus:visited, 
.module3 .hmod a.rssstatus:link,.module3 .hmod a.rssstatus:visited, 
.module4 .hmod a.rssstatus:link,.module4 .hmod a.rssstatus:visited, 
.module5 .hmod a.rssstatus:link,.module5 .hmod a.rssstatus:visited, 
.module6 .hmod a.rssstatus:link,.module6 .hmod a.rssstatus:visited, 
.module7 .hmod a.rssstatus:link,.module7 .hmod a.rssstatus:visited, 
.tmp_module .hmod a.rssstatus:link, .tmp_module .hmod a.rssstatus:visited, 
.tmp_module1 .hmod a.rssstatus:link,.tmp_module1 .hmod a.rssstatus:visited, 
.tmp_module2 .hmod a.rssstatus:link,.tmp_module2 .hmod a.rssstatus:visited, 
.tmp_module3 .hmod a.rssstatus:link,.tmp_module3 .hmod a.rssstatus:visited, 
.tmp_module4 .hmod a.rssstatus:link,.tmp_module4 .hmod a.rssstatus:visited, 
.tmp_module5 .hmod a.rssstatus:link,.tmp_module5 .hmod a.rssstatus:visited, 
.tmp_module6 .hmod a.rssstatus:link,.tmp_module6 .hmod a.rssstatus:visited, 
.tmp_module7 .hmod a.rssstatus:link,.tmp_module7 .hmod a.rssstatus:visited, 
.canvas .hmod a.rssstatus:link,.canvas .hmod a.rssstatus:visited, 
.canvas1 .hmod a.rssstatus:link,.canvas1 .hmod a.rssstatus:visited, 
.canvas2 .hmod a.rssstatus:link,.canvas2 .hmod a.rssstatus:visited, 
.canvas3 .hmod a.rssstatus:link,.canvas3 .hmod a.rssstatus:visited, 
.canvas4 .hmod a.rssstatus:link,.canvas4 .hmod a.rssstatus:visited, 
.canvas5 .hmod a.rssstatus:link,.canvas5 .hmod a.rssstatus:visited, 
.canvas6 .hmod a.rssstatus:link,.canvas6 .hmod a.rssstatus:visited, 
.canvas7 .hmod a.rssstatus:link,.canvas7 .hmod a.rssstatus:visited 
{
	text-decoration: none;
}
.barstyle0, .barstyle1, .barstyle2, .barstyle3, .barstyle4, .barstyle5, .barstyle6, .barstyle7 {
	overflow: hidden;
}
.module .bmod, .tmp_module .bmod, .canvas .bmod {
    width:100%;
    margin-bottom: 20px;
}
.module .bmod:hover, .tmp_module .bmod:hover {
    width:100%;
    margin-bottom: 20px;
    border:1px solid #c6c6c6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 2px 4px #c6c6c6;
	-webkit-box-shadow:	0 2px 4px #c6c6c6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c6c6c6')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c6c6c6');
}

.module1 .bmod, .tmp_module1 .bmod, .canvas1 .bmod {
	border: 1px solid #4B7FBE;
    width:100%;
    margin-bottom: 20px;
}
.module2 .bmod, .tmp_module2 .bmod, .canvas2 .bmod {
	border: 1px solid #BE4B7F;
    width:100%;
    margin-bottom: 20px;
}
.module3 .bmod, .tmp_module3 .bmod, .canvas3 .bmod {
	border: 1px solid #7FBE4B;
    width:100%;
    margin-bottom: 20px;
}
.module4 .bmod, .tmp_module4 .bmod,.canvas4 .bmod {
	border: 1px solid #B8BE4B;
    width:100%;
    margin-bottom: 20px;
}
.module5 .bmod, .tmp_module5 .bmod, .canvas5 .bmod {
	border: 1px solid #BE8A4B;
    width:100%;
    margin-bottom: 20px;
}
.module6 .bmod, .tmp_module6 .bmod, .canvas6 .bmod {
	border: 1px solid #A5BFDF;
    width:100%;
    margin-bottom: 20px;
}
.module7 .bmod, .tmp_module .bmod7, .canvas7 .bmod {
	border: 1px solid #8A4BBE;
    width:100%;
    margin-bottom: 20px;
}
.canvas .bmod, .canvas1 .bmod, .canvas2 .bmod, .canvas3 .bmod, 
.canvas4 .bmod, .canvas5 .bmod, .canvas6 .bmod, .canvas7 .bmod {
    margin-left: 10px;
    margin-top: 5px;
    width: 99%;
}
.canvas .bmod:hover {
    width:99%;
    margin-bottom: 20px;
}
.module1 .hmod, .tmp_module1 .hmod, .canvas1  .hmod {
	background-color: #4B7FBE;
}
.module2 .hmod, .tmp_module2  .hmod, .canvas2  .hmod{
	background-color: #BE4B7F;
}
.module3 .hmod, .tmp_module3  .hmod, .canvas3  .hmod {
	background-color: #7FBE4B;
}
.module4 .hmod, .tmp_module4  .hmod, .canvas4  .hmod{
	background-color: #B8BE4B;
}
.module5 .hmod, .tmp_module5  .hmod, .canvas5  .hmod{
	background-color: #BE8A4B;
}
.module6 .hmod, .tmp_module6  .hmod, .canvas6  .hmod{
	background-color: #A5BFDF;
}
.module7 .hmod, .tmp_module7  .hmod, .canvas7  .hmod{
	background-color: #8A4BBE;
}
.module .hmod, .module .hmod a:visited,   .module .hmod a:link, .module .hmod a:active,
.tmp_module .hmod, .tmp_module .hmod a:visited,   .tmp_module .hmod a:link, .tmp_module .hmod a:active,
.canvas .hmod, .canvas .hmod a:visited,   .canvas .hmod a:link, .canvas .hmod a:active
 {
	color: #c6c3c6;
}
.module1 .hmod, .module1 .hmod a:visited, .module1 .hmod a:link, .module1 .hmod a:active,
.tmp_module1 .hmod, .tmp_module1 .hmod a:visited,   .tmp_module1 .hmod a:link, .tmp_module1 .hmod a:active,
.canvas1 .hmod, .canvas1 .hmod a:visited, .canvas1 .hmod a:link, .canvas1 .hmod a:active
 {
	color: #fff;
}
.module2 .hmod, .module2 .hmod a:visited, .module2 .hmod a:link, .module2 .hmod a:active,
.tmp_module2 .hmod, .tmp_module2 .hmod a:visited,   .tmp_module2 .hmod a:link, .tmp_module2 .hmod a:active,
.canvas2 .hmod, .canvas2  .hmod a:visited, .canvas2  .hmod a:link, .canvas2  .hmod a:active
 {
	color: #fff;
}
.module3 .hmod, .module3 .hmod a:visited, .module3 .hmod a:link, .module3 .hmod a:active,
.tmp_module3 .hmod, .tmp_module3 .hmod a:visited,   .tmp_module3 .hmod a:link, .tmp_module3 .hmod a:active,
.canvas3 .hmod, .canvas3 .hmod a:visited, .canvas3 .hmod a:link, .canvas3 .hmod a:active
 {
	color: #fff;
}
.module4 .hmod, .module4 .hmod a:visited, .module4 .hmod a:link, .module4 .hmod a:active,
.tmp_module4 .hmod, .tmp_module4 .hmod a:visited,   .tmp_module4 .hmod a:link, .tmp_module4 .hmod a:active,
.canvas4 .hmod, .canvas4 .hmod a:visited, .canvas4 .hmod a:link, .canvas4 .hmod a:active
 {
	color: #fff;
}
.module5 .hmod, .module5 .hmod a:visited, .module5 .hmod a:link, .module5 .hmod a:active,
.tmp_module5 .hmod, .tmp_module5 .hmod a:visited,   .tmp_module5 .hmod a:link, .tmp_module5 .hmod a:active,
.canvas5 .hmod, .canvas5 .hmod a:visited, .canvas5 .hmod a:link, .canvas5 .hmod a:active
 {
	color: #fff;
}
.module6 .hmod, .module6 .hmod a:visited, .module6 .hmod a:link, .module6 .hmod a:active,
.tmp_module6 .hmod, .tmp_module6 .hmod a:visited,   .tmp_module6 .hmod a:link, .tmp_module6 .hmod a:active,
.canvas6 .hmod, .canvas6 .hmod a:visited, .canvas6 .hmod a:link, .canvas6 .hmod a:active
 {
	color: #fff;
}
.module7 .hmod, .module7 .hmod a:visited, .module7 .hmod a:link, .module7 .hmod a:active,
.tmp_module7 .hmod, .tmp_module7 .hmod a:visited, .tmp_module7 .hmod a:link, .tmp_module7 .hmod a:active,
.canvas7 .hmod, .canvas7 .hmod a:visited, .canvas7 .hmod a:link, .canvas7 .hmod a:active
 {
	color: #fff;
}
.module .headmod, .tmp_module .headmod, .canvas .headmod {
    width:100%;
}

.module1 .headmod , .tmp_module1 .headmod, .canvas1 .headmod{
	border-bottom: 1px solid #4B7FBE;
    width:100%;
}
.module2 .headmod , .tmp_module2 .headmod, .canvas2 .headmod{
	border-bottom: 1px solid #BE4B7F;
    width:100%;
}
.module3 .headmod, .tmp_module3 .headmod, .canvas3 .headmod {
	border-bottom: 1px solid #7FBE4B;
    width:100%;
}
.module4 .headmod, .tmp_module4 .headmod, .canvas4.headmod {
	border-bottom: 1px solid #B8BE4B;
    width:100%;
}
.module5 .headmod , .tmp_module5 .headmod, .canvas5 .headmod{
	border-bottom: 1px solid #BE8A4B;
    width:100%;
}
.module6 .headmod , .tmp_module6 .headmod, .canvas6 .headmod{
	border-bottom: 1px solid #A5BFDF;
    width:100%;
}
.module7 .headmod , .tmp_module6 .headmod, .canvas7 .headmod{
	border-bottom: 1px solid #8A4BBE;
    width:100%;
}
.module .titmod, .tmp_module .titmod, .canvas .titmod {
    color: #111111;
    font-size: 13px;
}
.module1 .titmod, .tmp_module1 .titmod, .canvas1 .titmod  {
	color: #fff;
}
.module2 .titmod, .tmp_module2 .titmod, .canvas2 .titmod  {
	color: #fff;
}
.module3 .titmod, .tmp_module3 .titmod, .canvas3 .titmod  {
	color: #fff;
}
.module4 .titmod, .tmp_module4 .titmod, .canvas4 .titmod  {
	color: #fff;
}
.module5 .titmod, .tmp_module5 .titmod, .canvas5 .titmod  {
	color: #fff;
}
.module6 .titmod , .tmp_module6 .titmod, .canvas6 .titmod {
	color: #fff;
}
.module7 .titmod , .tmp_module7 .titmod,.canvas7 .titmod {
	color: #fff;
}
.module .hmod a.rssstatus:link,.module .hmod a.rssstatus:visited,
.tmp_module .hmod a.rssstatus:link,.tmp_module .hmod a.rssstatus:visited
{
	font-size: 13px;
        color: #111111;
}
.module1 .hmod a.rssstatus:link,.module1 .hmod a.rssstatus:visited,
.tmp_module1 .hmod a.rssstatus:link,.tmp_module1 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.module2 .hmod a.rssstatus:link,.module2 .hmod a.rssstatus:visited ,
.tmp_module2 .hmod a.rssstatus:link,.tmp_module2 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.module3 .hmod a.rssstatus:link,.module3 .hmod a.rssstatus:visited,
.tmp_module3 .hmod a.rssstatus:link,.tmp_module3 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.module4 .hmod a.rssstatus:link,.module4 .hmod a.rssstatus:visited,
.tmp_module4 .hmod a.rssstatus:link,.tmp_module4 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.module5 .hmod a.rssstatus:link,.module5 .hmod a.rssstatus:visited,
.tmp_module5 .hmod a.rssstatus:link,.tmp_module5 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.module6 .hmod a.rssstatus:link,.module6 .hmod a.rssstatus:visited,
.tmp_module6 .hmod a.rssstatus:link,.tmp_module6 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.module7 .hmod a.rssstatus:link,.module7 .hmod a.rssstatus:visited,
.tmp_module7 .hmod a.rssstatus:link,.tmp_module7 .hmod a.rssstatus:visited
{
	color: #fff;
        font-size: 13px;
}
.newmodule {
	position: absolute;
}
.barstyle0 {
	background: #fff;
}
.barstyle1 {
	background-color: #4B7FBE;
}
.barstyle2 {
	background-color: #BE4B7F;
}
.barstyle3 {
	background-color: #7FBE4B;
}
.barstyle4 {
	background-color: #B8BE4B;
}
.barstyle5 {
	background-color: #BE8A4B;
}
.barstyle6 {
	background-color: #A5BFDF;
}
.barstyle7 {
	background-color: #8A4BBE;
}
.optmod {
	text-align: right;
	line-height: 20px;
	display: block;
	width: 135px;
	vertical-align: middle;
	padding: 0px;
}
.optmodhide {
	text-align: right;
	line-height: 20px;
	display: none;
	width: 135px;
	vertical-align: middle;
	padding: 0px;
}
.canvas .optmodhide {
    display: block;
}
.optmoda {
	white-space: nowrap;
	font-size: 8pt;
	line-height: 20px;
	display: block;
	padding: 0px;
	padding-top:2px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.optmod_share {
    background: url(../images/ico_bar_share.gif) no-repeat;
}
.optmod_refresh {
    background: url(../images/ico_refresh.gif) no-repeat;
}
.optmod_minimize {
    background: url(../images/ico_minimize.gif) no-repeat;
}
.optmod_maximize {
    background: url(../images/ico_maximize.gif) no-repeat;
}
.optmod_close {
    background: url(../images/ico_close.gif) no-repeat;
}
.optmod_viewfullpage {
    background: url(../images/ico_view_fullpage.gif) no-repeat;
}
.optmod_viewwidget {
    background: url(../images/ico_view_widget.gif) no-repeat;
}
.fmod {
	display: none;
}
.barcoli {
	border: 1px solid transparent;
	text-decoration:none;
}
.barcola {
	border: 1px solid #000;
	text-decoration:none;
}
.barcolb {
	border: 2px solid #000;
	text-decoration:none;
}
.bmod .content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #fff;
}
.bmod .content td {
	color: #333333;
	text-align: justify;
}
.bmod .content .rss {
	padding:6px;
}
.bmod .content input,.content select {
	font-size: 1em;
}
.bmod .content .nostyle {
	border: 0px;
	background-color: #fff;
}
.bmod .content .articleborder {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.bmod .content .article {
	padding: 0px 0px 10px 0px;
	clear: both;
}
.bmod .content .date {
	color: #aaa;
        font-size: 12px;
}
.rate {
	color: #aaa;
}
.rating {
	border-top : 1px dashed #c6c3c6;
	clear: both;
}
.my_rating {
	float: left;
	width: 120px;
}
.average_rating {
	width: 300px;
	color: #aaa;
}
.my_rating .star1  {
	width: 14px;
	height: 14px;
	background-image : url(../images/empty_star.gif);
	background-repeat : no-repeat;
}
.my_rating .star1:hover{
	background-image : url(../images/rating_star_1.gif);
	
}
.my_rating .star2 {
	width: 14px;
	height: 14px;
	background-image : url(../images/empty_star.gif);
	background-repeat : no-repeat;
}
.my_rating .star2:hover {
	background-image : url(../images/rating_star.gif);
}
.my_rating .star3 {
	width: 14px;
	height: 14px;
	background-image : url(../images/empty_star.gif); 
	background-repeat : no-repeat;
}
.my_rating .star3:hover {
	background-image : url(../images/rating_star.gif);
}
.my_rating .star4 {
	width: 14px;
	height: 14px;
	background-image : url(../images/empty_star.gif);
	background-repeat : no-repeat;
}
.my_rating .star4:hover {
	background-image : url(../images/rating_star.gif);
}
.my_rating .star5 {
	width: 14px;
	height: 14px;
	background-image : url(../images/empty_star.gif);
	background-repeat : no-repeat;
}
.my_rating .star5:hover {
	background-image : url(../images/rating_star.gif);
}
.content ul {
	list-style: url(../images/puce.gif) outside;
	padding: 0 0 0 12px;
	margin: 2px;
}
.content li {
	margin: 0 0 3px 0
}
.content  a:link {
	color: #000;
	text-decoration: none;
}
.content a:visited {
	color: #48679D;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content .linkread {
/*	opacity: 0.25;
	filter: alpha(opacity=25); */
}
.content .linkread a:link,.content .linkread a:visited {
    color: #609;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: 17px;
}
.content .linkunread a:link,.content .linkunread a:visited {
    color: #2288CC;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    line-height: 17px;
}
.content .linkunread .articleDisplayType2 a:link,.content .linkunread  .articleDisplayType2 a:visited {
	font-weight: bold;
}
.content .linkunread .articleDisplayType1 a:link,.content .linkunread  .articleDisplayType1 a:visited {
	font-weight: bold;
}
.content .linkread td {
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.content .summary {
    color: #5F5F5F;
    font-size: 13px;
    line-height: 17.15px;
    padding-top: 3px;
}
.necessary {
	height: 1px;
}
.editbox {
	display: none;
	background-color: #F1F1F1;
    color: #222222;
    line-height: normal;
    overflow: hidden;
    padding: 6px 7px 5px;
    border-top: 1px solid #DCDCDC;
	font-size: 13px;
}
.notation {
	background-color: #fff;
	border-top: 1px solid #dedede;
	height: 120px;
	color: #000;
}
.notationtxt {
	color: #000
}

.fadetext {
    margin-top:5px;
    color:#C0C0C0;
}

/**
  Form css 
  parameter fields used in Portaneo  
  =================================
*/

.fieldsmall {
    width:120px;
    float:left;
}
.fieldmiddle {
    width:150px;
    float:left;
}
.fieldlarge {
    width:180px;
    float:left;
}

/* widget tabs */
ul.tablist {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 8pt Tahoma,Verdana,sans-serif;
}
ul.tablist li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #DDE;
	text-decoration: none;
}
ul.tablist li a:link {
	color: #448;
	text-decoration: none;
}
ul.tablist li a:visited {
	color: #667;
	text-decoration: none;
}
ul.tablist li a:hover {
	background-color: #AAE;
	text-decoration: none;
}
ul.tablist li.tabsel a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
ul.tablist li.tabsel a:hover {
	background-color: #fff;
	border-bottom: 1px solid white;
}

/**
	RSS READER	
	==========
**/
#newspaper {
	padding: 0px;
}
.newspaper {
	color: #000;
	background-color: #fff;
	width: 100%;
	margin-top: 12px;
}
.newspaper a.title:link {
	color: #48679D;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.newspaper a.title:hover {
	color: #48679D;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
}
.newspaper .sourcelist {
	color: #111;
    background-color: #fff;
	padding: 5px 0 5px 10px;
	text-transform: capitalize;
}
.newspaper .sourcelist a:link ,.newspaper .sourcelist a:visited{
	color: #1155cc;
	text-decoration: none;
	padding: 2px 2px;
	
}
.newspaper .sourcelist a:hover {
	background-color: #EFE752;
    color: #000000;
    padding: 2px 2px;
}
.newspaper .sourcelist .sourcesel {
	color: #000;
	background-color: #EFE752;
	padding: 2px 5px 2px 5px;
}
.newspaper .frame {
	padding: 0px;
	vertical-align: top;
	font-size: 9pt;
	background-color: #fff;
    border: 1px solid #003568;
}
.newspaper #npdetaili {}
.newspaper #nparticles {
	
}
.newspaper #npdetail { 
	border: 1px solid #dcdcdc;
}
.newspaper #npdetailititle {
	padding: 0px 5px 12px 5px;
	background: url(../images/bg_sidebarbottom.png) repeat-x bottom;
	border-bottom: 1px solid #DCDCDC;
}
.newspaper #npdetailidesc {
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
}
.newspaper #npdetailititle h2 {
	color: #111111;
	font-size: 20px;
}
.newspaper #npdetaili .largelink {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.source {
	color: #008200;
}
.newspaper .clear {
	background-color: #fff;
}
.newspaper .dark {
	background-color: #e1e1e1;
}
.newspaper .normalread {
	vertical-align: top;
	padding: 4px 0 8px 3px;
	color: #666666;
    background: #fff;
    border-bottom: 1px dashed #E5E5E5;
}
.newspaper .normalread  .source{
	color: #999999;
}
.newspaper .normalread a.title:link,.newspaper .normalread a.title:visited {
	color: #660099
}
.newspaper .normalunread {
	vertical-align: top;
	padding: 4px 0 8px 3px;
	color: #666666;
    background: #fff;
    border-bottom: 1px dashed #E5E5E5;
}
.newspaper .normalunread a.title:link,.newspaper .normalunread a.title:visited {
	color: #1155CC;
}
.newspaper a.title:visited {
	color: #660099;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; 
}
.newspaper .highlight {
	background-color: #f1f1f1;
	vertical-align: top;
	padding: 4px 0 8px 3px;
	color: #666666;
    border-bottom: 1px dashed #E5E5E5;
}
.newspaper .highlight a:link {
	color: #1155cc;
	font-weight: bold;
}
.newspaper .read {
	vertical-align: top;
	padding: 4px 0 8px 3px;
}
.newspaper .read a:link {
	color: #c6c3c6;
	font-weight: normal;
}
.newspaper td {
	color: #000;
}

/*====== TABS=====*/
.taba {
	height:28px;
	width: 100px;
}
.tabal a:visited,.tabal a:link,.tabal a:hover {
	text-decoration: none;
/*	color: #FFCC00; */
}
.tabal {
	height: 26px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
}
.tabar {
	text-align: center;
	padding: 0px 3px 0px 0px;
}
.intertaba {
	width: 3px;
	font-size:2pt;
}
.tab {
	height:27px;
	width: 100px;
}
.tabl {
	white-space: nowrap;
	text-align: center;
	color: #c6c3c6;
	font-size: 13px;
}
.tabr {
	padding: 0px;
}
.tabl a{color:red;
}
.tabl a:visited,.tabl a:link {
	color: #c6c3c6;
	text-decoration: none;
}
.tabl a:hover {
	color: #FFCC00;
}
.intertab {
	width: 3px;
	font-size:2pt;
}
.endtab {
	height:20px;
	font-size: 0.8em;
	width: 100px;
}
.notab {
	height:27px;
	font-size: 0.8em;
	width: 100px;
}
.tabextra {
	padding-left:  2px; 
}
#tabinput {
	border: 0px;
	margin: 0px;
	height:13px;
}
#alltabs {
	width: 100%;
	height: 26px;
}
#navfixedbox {
	position: relative;
	width: 99%;
	height: 30px;
	overflow: hidden;
	margin-top: 3px;
	z-index:2;
}
#navfloatbox {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 29px;
	overflow: hidden;
	clip: rect(0px, 100%, 29px, 0px);
	z-index:1;
	margin-top: 2px;
	margin-left: 6px;
}
#navmovebox {
	position: absolute;
	left: 0px;
	z-index:1;
}
ul.tabnav {
    list-style-type: none;
    padding-bottom: 24px;
    margin: 0;
}
ul.tabnav li {
    float: left;
    height: 28px;
    margin: 2px 2px 0 2px;
}
ul.tabnav li.active { }
.tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}
.tabnav a:hover { }
.scrollbtnleft {
	height: 27px;
   	margin-bottom: -9px;
   	width: 15px;
	background: url(../images/ico_previous.gif) no-repeat scroll 2px 9px green;
}
.scrollbtnright {
	height: 27px;
   	margin-bottom: -9px;
   	width: 15px;
	background: url(../images/ico_next.gif) no-repeat scroll 5px 9px green;
}

.pbox {
	background-color: #e1e1e1;
	vertical-align: top;
	border: 1px solid #c6c3c6;
}
.pboxcontent {
	padding: 6px;
	font-size: 0.8em;
}

.pboxcontent td {
	color: #777777;
}
.pboxheader {
	padding-left: 4px;
	padding-right: 10px;
	border-bottom: 2px inset #f7f7f7;
	background-color: #dedede;
}

a.optlist, a.optlist:hover {
	color: #c6c3c6;
	white-space: nowrap;
	text-decoration: none;
	border:1px solid #c6c3c6;
	padding: 1px;
}
a.sellist {
	color: #fff;
	background-color: #c6c3c6;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #c6c3c6;
	padding: 2px;
}
.dirdiva {
	overflow: auto;
	height: 122px;
	font-size: 11px;
	background-color: #F5F5F5;
    border: 1px solid #DCDCDC;
    padding: 5px 1px 5px 5px;
    margin-top: 4px;
}
.dirdiva a:link,.dirdiva a:visited {
	color: #555555
}
.dirdivi {
	overflow: auto;
	height: 122px;
	font-size: 8pt;
	border: 1px solid #c6c3c6;
}
.diropta {
	background-color: #c6c3c6
}
.diropti {}
.diropts {
	background-color: #c6c3c6
}
.catopti, .catopta, .catopts, .catoptsi, .catoptsa, .catoptss {
	padding-left: 16px;
}
.catopti { background: url(../images/ico_dir.gif) no-repeat left top;}
.catopta { background: #c6c3c6 url(../images/ico_dir.gif) no-repeat left top;}
.catopts { background: #c6c3c6 url(../images/ico_diro.gif) no-repeat left top;}
.catoptsi { background: url(../images/ico_dirs.gif) no-repeat left top;}
.catoptsa { background: #c6c3c6 url(../images/ico_dirs.gif) no-repeat left top;}
.catoptss { background: #c6c3c6 url(../images/ico_dirso.gif) no-repeat left top;}
.expdir {
	font-size: 14px;
    margin: 8px 2px 1px;
}
.expdir div {
	border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 3px;
    margin-left: 10pt;
    margin-top: 2px;
    padding-bottom: 3px;
}

/*====== HEADER LINKS =====*/

#headlink {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: right;
	vertical-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#headlink a:link,#headlink a:visited {
	color: #666666;
	text-decoration: underline;
}
#headlink a:hover {
	text-decoration: underline;
}
#headmenu {
	position: absolute;
	width: 120px;
	display: none;
	overflow: hidden;
	z-index:100;
	background-color: #fff;
	color: #666666;
	padding: 2px;
	font-size: 0.7em;
	border: 2px solid #c6c3c6;
}
#headmenu a {
	color: #666666;
	background: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 3px;
}
#headmenu a:hover, #headlink a:focus {
	background: #eeeeee;
}

/*====== ADDONS =====*/
.addonbar {
	float:left;
	background-color: #404040;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 8px 0 8px 0;
}
.addonbar a:link,.addonbar a:visited {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}
.addonbar .selected {
}
#plugin .addonbar a:hover {
	color: #fff;
	text-decoration: underline;
}
/*====== POPUP ======*/
#popup {
	z-index: 10000;
	font-size: 0.8em;
	position: absolute;
	padding: 8px;
	top: 30px;
	left: 50%;
}
#popup .tabal {
	background: url(../images/taba_topleft.png) left top no-repeat #ffffff;
	font-size: 9pt;
	color: #333;
        border: none;
}
#popup .tabal a:visited,#popup .tabal a:link,#popup .tabal a:hover {
	text-decoration: none;
	color: #000;
}
#popup .tabar {
	background: url(../images/taba_topright.png) right top no-repeat #ffffff;
        width: 6px;
}
#popup .tabl {
	background: url(../images/tab_topleft.png) left top no-repeat #ffffff;
        border: none;
}
#popup .tabl a{
	color: #333;
	font-size: 10pt;
}
#popup .tabl a:hover{
	color: #1155cc;
        font-weight: normal;
}
#popup .tabr {
	background: url(../images/tab_topright.png) right top no-repeat #ffffff;
        width: 6px;
}
#popupcontent{
	padding: 8px;
/*	min-height: 280px; */
}
#popupcontent .title {
	color: #000;
	margin-bottom: 3px;
	font-size: 1.2em;
}
.popuphdr {
	background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
	color: #333333;
	width: 100%;
    padding: 14px 0 10px 0;
    /* font-weight: bold; */
	font-size: 16px;
/*	text-transform : capitalize;
	border-radius: 5px 5px 0 0; */
}
.popuphdr  a {
    text-decoration: none;
    color: #1E4487;
}
.popupclosebtn{
	color:#1155CC;
	font-size:14px;
	font-weight:normal;
}
.popupclosebtn:hover{
	cursor: pointer;
	cursor: hand;
}
.popupmenu {
	position: relative;
	top: 6px;
	left: 20px;
	height: 29px;
	overflow: hidden;
	display:none;
}
.popupcontent {
	border:1px solid #DADADA;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	background: url(../images/maintbl_bkg.png) top left repeat-x #F0F1F1;
}
.popupmenuoptions {
	float: left;
	padding-top: 6px;
}
.useraccountlink {
	position: absolute;
	display: none;
	width: 200px;
	text-align: right;
	margin-top: 40px;
	margin-left: 670px;
	z-index: 100;
}
.feature {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.feature .header {
    background: #fff;
}
.feature h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 18px;
}
.feature .menu {
	height: auto;
}
.feature .menu ul {
	margin: 5px;
}
.feature .menu li {
	color: #0E679A;
	list-style: none;
	margin: 0;
	display: inline;
	padding: 6px;
	margin: 2px;
	font-size: 1.1em;
	border-top: 3px solid #fff;
}
.feature .menu li.selected {
	border-top: 3px solid #0E679A;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	color: #000;
	font-weight: bold;
}

.feature .menu li.notselected {
	cursor: pointer;
	cursor: hand;
}
.feature .submenu {
	border-top: 1px solid #0E679A;
    padding: 3px;
	color: #0E679A;
    height: auto;
}
.feature .submenu a {
	color: #0E679A;
    padding: 3px;
	text-decoration: none;
}
.feature .submenu a:hover {
	text-decoration: underline;
}
#plugincontent .feature a:link, #plugincontent .feature a:visited {
	text-decoration: none;
}
.feature .submenu a.selected {
	font-weight: bold;
	color: #000;
}
.feature .content {
	padding-top: 15px;
}
.feature .content a:link,.feature .content a:visited,.feature .content a:hover {
	color: #000;
	text-decoration: underline;
}
.linkFilter {
    margin:1px 2px 10px 2px;
}
#loginscreen {
	padding-top: 10px;
}
#loginscreen .label {
	width: 100px;
	text-align: right;
}
#loginscreen #displayPart {
	text-align:left;
    padding: 10px 8px 0 10px;
    font-size: 13px;
    line-height: 18px;
    color: #111111;
}
#unlockScreen {

}
#selgroupdiv{
    width: 260px;
    height: 300px;
    overflow: auto;
    border: 1px solid #c6c3c6;
    padding: 2px;
}
#allgroupdiv{
    width: 260px;
    height: 300px;
    overflow: auto;
    border: 1px solid #c6c3c6;
    padding: 2px;
}
#largesubmit{
    width: 250px;
}

#movediv{
    padding:10px;
}
#tbl1{
    width:400px;
}
#widgetcontainer{
    font-size:1.2em;
}
#errormessage{
    color:#ff0000;
}
#moveddiv{
    display: none;
    position: absolute;
    cursor: move;
    background: #c6c3c6;
    padding-bottom:0px;
}
#onlineButton{
    color: #ff0000;
    font-size: 10pt;
}
#slidebar{
    cursor:move;
    height:100px;
    background-image:url(../images/fmove.gif);
}
.optiondiv {
	border: 1px solid #0E679A;
	border-top: 3px solid #0E679A;
	background: #E9EDF2;
	display: none;
	padding: 6px;
    margin-top: 3px;
    color: #000;
}
.linkopeningoptiondiv_selected {
	background: #0E679A;
	color: #fff;
	padding-bottom: 6px;
}
.tagselectbox {
}
.tagselectbox a.notselected,.tagselectbox a.notselected:hover,.tagselectbox a.notselected:link,.tagselectbox a.notselected:visited {
    padding-left: 18px;
    color: #000;
    white-space: nowrap;
}
.tagselectbox a.selected,.tagselectbox a.selected:link,.tagselectbox a.selected:hover,.tagselectbox a.selected:visited {
    background: url(../images/ico_confirm.gif) no-repeat left top;
    padding-left: 18px;
    color: #539E4B;
    white-space: nowrap;
}

/** style for login page/popup connection **/

#loginbox {
	border: 0px;
	margin: 0px;
	font-size: 0.7em;
	width:500px;
	background-color: #fff;
	padding-bottom: 10px;
}
/*  ROUND BOX   */
/* CSS inspired from http://www.webreference.com/programming/css_borders/2.html */

.raised {
	background:transparent; 
}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
	display: block; 
	overflow: hidden;
	font-size: 1px;
}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
	height: 1px;
}
.raised .b1 {
	background: #efefef;
}
.raised .b2 {
	border-left: 1px solid #efefef; 
	border-right: 1px solid #eee;
}
.raised .b3 {
	border-left: 1px solid #efefef; 
	border-right: 1px solid #ddd;
}
.raised .b4 {
	border-left: 1px solid #efefef; 
	border-right: 1px solid #aaa;
}
.raised .b4b {
	border-left: 1px solid #eee; 
	border-right: 1px solid #999;
}
.raised .b3b {
	border-left: 1px solid #ddd; 
	border-right: 1px solid #999;
}
.raised .b2b {
	border-left: 1px solid #aaa; 
	border-right: 1px solid #999;
}
.raised .b1 {
	margin: 0 5px; 
}
.raised .b2, .raised .b2b {
	margin: 0 3px; 
	border-width:0 2px;
}
.raised .b3, .raised .b3b {
	margin: 0 2px;
}
.raised .b4, .raised .b4b {
	height: 2px; 
    margin: 0 1px;
}
.raised .b1b {
	margin: 0 5px;
    background: #999; 
}
.raised .boxcontent {
	display: block;  
	padding-bottom: 18px;
	margin-bottom: 15px;
			box-shadow:0 4px 16px rgba(0,0,0,0.2);
	   -moz-box-shadow:0 4px 16px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.2);
	background-clip:content-box;
	-webkit-background-clip:content;
	   -moz-background-clip:content;
	border:solid 1px #ccc;
	border:solid 1px rgba(0,0,0,0.3);
	outline:0;
}
.boxnewpagecontent {
	display: block;  
	padding-bottom: 18px;
	margin-bottom: 15px;
			box-shadow:0 1px 2px rgba(0,0,0,0.2);
	   -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	background-clip:content-box;
	-webkit-background-clip:content;
	   -moz-background-clip:content;
	border:solid 1px #ccc;
	border:solid 1px rgba(0,0,0,0.3);
	outline:0;
	border-radius: 5px;
}
/** end style for login page/popup connection **/

/** style for tutorial **/

#tutorialMenu {
    padding:10px;
    margin:1%;
    border-collapse: collapse;
    border:0; 
    width:99%;
}

#pagetitle {
    padding: 10px 0 2px 10px;
    margin:1px 0 2px 0;
}

#tutCategory {
/*    margin: 10px 10px 10px 0;
    padding: 10px 0 2px 10px; */
    margin:  5px 10px 10px 0;
    padding: 5px 0 2px 10px;

}
#testdiv  {
/*    margin: 0 20% 1% 0;
    padding:10px 0 0 10px;
    width:800px; */
    margin: 0 20% 1% 1%;
    padding: 10px 0 0 10px;
    width: 915px;
}

#breadcrumbs  ul {
    list-style-type:none;
    list-style-position: inside;
    display: inline;
    margin:10px 0 10px 0;
    margin-left:0;
    padding:4px 0 2px 10px;
}
#addContent {
    padding:5px o 5px 0;
}
.tutformheader {
    text-align:right;
}
#breadcrumbs  ul li {
    list-style-type:none;
    list-style-position: inside;
    display:inline;
    margin-left:0;
    padding-right:20px;
}
    
#breadcrumbs {
	font-size: 0.9em;
    color: #888888;
    display:inline;
    margin-left:10px;
}
.tutstrong {
	text-decoration: none;
}
.tutlink {
	color: #000000;
	text-decoration: underline;
}
.tutlangcols {
    float:left;
    margin-left:5px;
    padding-left:4px;
    border-left:1px solid #C0C0C0;
    vertical-align:top;
}
.tutlangpara {
    width:80px;
}
.colright {
    float:right;
}

.shadowunderline {
    padding: 0 0 20px 0;
    background: url(../images/bg_sidebartop.png) repeat-x bottom;
    font-size: 12pt;
}
.shadowunderline a {
    text-decoration: none;
}

/** feeds **/

.ListArticle {
    width: 282px;
	border: 1px solid #DCDCDC;
    border-spacing: collapse;
    padding: 0px;
}

.feedslist {
    margin: 2px;
/*  padding: 2px;
    background-color: #efefef;
    border: 1px solid #c6c3c6; */
    background-color: #F5F5F5;
    border: 1px solid #F1F1F1;
    padding: 5px;
}

.picture {
	border: 1px solid #0E679A;
	padding: 1px;
	vertical-align: middle;
}
.picture_image_big128 {
    position: absolute;
    z-index: 1;
    width: 128px;
    height: 128px;
}
.picture_image_big128 img {
    width: 128px;
    height: 128px;
}
.picture_frame_white_big128 {
    position: absolute;
    z-index: 2;
    width: 128px;
    height: 128px;
    background: url(../images/frame_white_128px.gif) no-repeat;
}
.picture_image_big {
    position: absolute;
    z-index: 1;
    width: 64px;
    height: 64px;
}
.picture_image_big img {
    width: 64px;
    height: 64px;
}
.picture_frame_blue_big {
    position: absolute;
    z-index: 2;
    width: 64px;
    height: 64px;
    background: url(../images/frame_blue_64px.gif) no-repeat;
}
.picture_frame_white_big {
    position: absolute;
    z-index: 2;
    width: 64px;
    height: 64px;
    background: url(../images/frame_white_64px.gif) no-repeat;
}
.picture_image_medium {
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
}
.picture_image_medium img {
    width: 32px;
    height: 32px;
}
.picture_frame_white_medium {
    position: absolute;
    z-index: 2;
    width: 32px;
    height: 32px;
    background: url(../images/frame_white_32px.gif) no-repeat;
}
.picture_image_small{
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
}
.picture_image_small img {
    width: 20px;
    height: 20px;
}
.picture_frame_white_small {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: url(../images/frame_white_20px.gif) no-repeat;
}
.homeitem {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.float_correction {
    visibility: hidden;
    clear: both;
    height: 1px;
}
.helpmessage {
}
.helpmessage p.title {
    margin: 2px 0 7px 0;
    font-weight: bold;
    font-size: 1.1em;
	padding: 0px;
}
.helpmessage p {
    margin: 0px;
    font-size: normal;
	padding: 2px 0 0 0;
	margin: 0;
}
.cachedark {
	background: #444;
}

.imagenotselected {
	border: 2px solid #fff;
}
.imageselected {
	border: 2px solid #f00;
}

/** style for create new tab **/
.newpagetypectn {
	background-color:#EBEBEB;
	border:0px solid #C6C3C6;
	width:218px;
	height:220px;
	margin-left:0px;
}
.btn_cancelnewtab,.btn_cancelnewtab a,.btn_cancelnewtab a:hover,.btn_cancelnewtab a:visited{
	text-align:right;
	padding-right:10px;
	margin-top:0px;
	color:#888888;
}
.btn_selectnewtab{
	border:1px solid #C6C3C6;color:gray;
}
.newpageweburl {
	width:195px;
	height:20px;
	border:1px solid #C6C3C6;
	color:gray;
	font-size:15px;
}
.btn_selectnewtab:hover,.arrow_prev:hover,.arrow_next:hover{
	cursor: hand;
	cursor: pointer;
}
.arrow_prev,.arrow_next{
	width: 10px;
	height: 150px;
	float: left;
	background-repeat:no-repeat;
	margin-top:5px;
}
.createpageform {
	border:0px solid #C6C3C6;
	height:500px;
	padding-left:50px;
	margin-top:0px;
	width:1000px;
	margin-left:5%;
}
.newpagetitle {
	text-align:center;
	font-weight:bold;
	padding-top:10px;
/*	font-family: Tahoma,Arial,Verdana,sans-serif; */
	color: #111;
}
.newPagesModules {
	overflow:hidden;
	font-size: 12px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
}
.newpagename {
	border:1px solid #C6C3C6;
	height:30px;
	width:200px;
	position:absolute;
	margin-top:-15px;
	color:#CFCFCF;
	font-size:20px;
}
.newpagetypechoose {
	font-size:12px;
}
.newpagetypechoose a,.newpagetypechoose a:hover,.newpagetypechoose a:visited{
	color:#6F6F6F;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}
.newsharedtabselect {
	margin-left:12px;height:158px;
}
.pbutton{
	color:#6F6F6F;
	text-align:center;
}
.pbutton a,.pbutton a:visited{
	color:#6F6F6F;
	text-decoration:none;
	text-align:center;
}
.notebook_ctn_top, .notebook_ctn_bottom {
	width: 600px;
}
.notebook_ctn_top li, .notebook_ctn_bottom li{
	color:#1E4487;
	font-weight:bold;
}
.notebook_sample_lbl{
	color: black;
	font-size: 1.2em;
}
.notebook_link, .notebook_link a{
	color:#6F6F6F;
	font-weight:normal;
	font-size:11px;
}
.notebook_users , .notebook_users a{
	color: #6F6F6F;
	font-weight: normal;
	float: left;
	margin-right: 10px;
	width:170px;
	overflow:hidden;
}
.notebook_contrib {
	padding-bottom: 20px;
	color: #6F6F6F;
	font-weight: normal;
	padding-right: 50px;
	clear: left;
}
.notebook_contrib div {
	font-size: 9pt;
}
.notebook_contrib a{
	color: #6F6F6F;
	font-weight: normal;
	padding-right: 50px;
}
.atleft {
	float:left;
}
.btnnewarticle {
	position: absolute;
	margin-top: -4px;
	margin-left: 250px;
}
.tabpp {
	font-size:15px;
}
#notebook_ctn_left {
	position: relative;
	width: 230px;
	padding-right: 10px;
	top: 10px;
	padding-bottom: 100px;
	text-align: justify;
}
#notebook_ctn_left  a{
	color: #1E4487;
}
.notebook_ctn_right{
	top: 100px;
	left: 290px;
	position: absolute;
	width: 650px;
	margin-right: -100px;
	margin-top: 10px;
}
.popupcontent a.selected {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.noline a{
	text-decoration:none;
}
.plabel{
	color:#767676;
}
#contextual_menu {
	width: 300px;
	border: 1px solid #aaa;
	background: #c6c3c6;
	z-index: 10002;
	display: none;
	position: absolute;
	padding: 5px;
	font-size: 0.6em;
}
#contextual_menu  a{
	width: 280px;
	padding: 8px;
	display: block;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
#contextual_menu  a:hover{
	background: #003366;
	color: #fff;
}
hr {
 	height: 1px;
	margin: 2px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
	border: 0;
}

.nowidget {
	font-size: 13px;
    margin-bottom: 3px;
	margin-left: 10px;
    margin-top: 4px;
    color: red;
    border:0px;
}
.createnew {
    font-size: 14px;
    margin: 10px 1px;
	font-weight: bold;
}
/*=======THEMES=======*/
.theme_image_small, .theme_image_big {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 5px;
}
.theme_image_small img {
	width:288px;
	height:180px;
	padding: 4px;
	border: 1px solid #dcdcdc;
}
.theme_content {
	line-height:18px;
	font-size:14px;
}
.theme_image_big img {
	width:680px;
	height:425px;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
/*=======LOGO========*/

.brandlogo {
	font: 29px/1 'Bree Serif',serif;
	margin-left:26px;
	width:155px;
}

#search-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 27px;
	padding-left: 4px;
	vertical-align: top;
}

.search-button {
	background-color: #4d90fe;
	background-image: url(../images/search-white.cache.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #3079ed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	color: transparent;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	padding-bottom: 3px;
	text-align: center;
	width: 54px;
	vertical-align: top;
}
.search-button:hover {
	background-color: #357ae8;
	border: 1px solid #2f5bb7;
	color: transparent
}
.search-button:focus {
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff
}
#header #search-input, #header .search-button {
    height: 31px;
}
#header #search-input {
    border-color: #C6C6C6;
}
#header #search-input:hover, #header #search-input:focus {
    border-color: #3079ED;
}

/* 
 * For Drop down Menu 
 */
 .chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/* background: url(../images/menu_scripts_bg.gif) center center repeat-x; */ 
padding: 0px 0px 5px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-size: 12px;
font-family: arial,sans-serif;
font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ 
color:#3366CC;;	
padding: 3px 6px;
margin-left: 1;
text-decoration: none;
line-height:10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current 

active menu item*/
/* background: url(http://igother.googlecode.com/svn/scripts/images/menu_scripts_bg_over.gif) center center repeat-x; */

/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
Font-size: smaller;
line-height:17px;
z-index:115;
background-color: white;
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=115,strength=4); /*Add Shadow in IE. Remove if desired*/
box-shadow:black 0 0 5px;
-moz-box-shadow:black 0 0 5px;
-webkit-box-shadow:black 0 0 5px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 3px 0 3px 6px;
text-decoration: none;
}

.dropmenudiv a:link{  
  COLOR: #000000;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.dropmenudiv a:visited{  
COLOR: #000000;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:12px;
}

.dropmenudiv a:hover{  
background: #E5ECF9;
color: #3366CC;
cursor: pointer;
text-decoration: none !important;
}

.dropmenudiv a:active{  
  COLOR: #000000;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size: 12px;
}