/* Begin Typography & Colors */

html {
	height: 100%;
}
body {
	height: 100%;
	font-family:  Arial, Sans-Serif;
	font-size:12px;
	color:#525f6d;
	text-align: center;
	margin:0;
}
a img {
	border: none;
}
#page {
	text-align: left;
	height: auto !important;   /* to have the code working even with IE */
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #fafafa url('../img/content_bg.gif') bottom repeat-x;
}

/* block with 30px of margin: at left and at right*/
.margin{
	margin:0 30px 0 30px;
}
.clear{
	clear:both;
}
.date {
	font-size:9px;
	color: #838383;
}

.hide {
	display: none;
}

a.underlineInverse {
	text-decoration: none;
}

a.underlineInverse:hover {
	text-decoration: underline;
}

/*
	HEADER 
*/
#header_content {
	position:relative;
	width:950px;
	margin:auto;
}
#logo_home{
	text-align:left;
	width:238px;
	height:124px;
}
#header_content #logo_small {
	position:absolute;
	top:0px;
	right:0px;
}
#header_content #whois {
	position:absolute;
	top:80px;
	right:0px;
	text-align:right;
	color:#FFFFFF;
	font-family:  Arial, Sans-Serif;
	font-size:14px;
}
#header_content #whois a {
	color:#FFFFFF;
	margin-left: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}
#header_content #search a.adv_search {
	position:absolute;
	top:58px;
	font-size:10px;
	color:white;
	left:45px;
}

#header_content #whois a.bt_logout
{
	background-image: url(../img/btn/ico_logout.gif);
}

#header_content #whois a.bt_account
{
	background-image: url(../img/btn/ico_account.gif);
}

#signin .signin_1 {
	position:relative;
	top:25px;
	left:14px;
	border-width: 0px;
	border-style: solid;
	border-style: hidden;
	width: 120px;
	font-size:11px;
}
#signin .signin_2 {
	position:absolute;
	top:54px;
	left:14px;
	border-width: 0px;
	border-style: solid;
	border-style: hidden;
	width: 120px;
	font-size:11px;
}

#signin .signin_3 {
	position:absolute;
	top:84px;
	left:14px;
	border-width: 0px;
	border-style: solid;
	border-style: hidden;
	width: 120px;
	font-size:11px;
}

#signin .newuser {
	position:absolute;
	top:110px;
	left:-100px;
	width:300px;
	text-align: right;
}

#signin .newuser a {
	color: White;
	font-size: 0.9em;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: top left;
}
#signin .newuser a:hover {
	text-decoration: underline;
}

#signin .newuser a.bt_newuser {
	background-image: url(../img/btn/ico_newuser.gif);
}

#signin .newuser a.bt_password {
	background-image: url(../img/btn/ico_password.gif);
}

#header_content #signin .bt_arrow {
	position:absolute;
	left : 150px;
	top:52px;
}
#header_content #logohome {
	position:absolute;
	left:30px;
	top:0px;
}
.textfield_search{
	position:relative;
	top:31px;
	left:14px;
	border-width: 0px;
	border-style: solid;
	border-style: hidden;
	width: 115px;
}
#header_content #search a.bt_search{
	position:absolute;
	display: block;
	width:50px;
	height:45px;
	left:130px;
	top:20px;
}

/*
	MENU
*/
#menu {
	position:absolute;
	left:30px;
	top:25px;
}
.fiveItems {
	top:0px !important;
}
#menu #first_menu span {
	display: none;
}

/*
	GENERIC : COLUMNS
*/
#first_col {
	width:360px;
	float:left;
	text-align:justify;
}
#second_col {
	width:300px;
	float:left;
	text-align:center;
}
#second_col_l {
	margin-left: 20px;
	margin-right: 20px;
	width:260px;
	float:left;
}
#first_second_col {
	width: 610px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
}
#third_col{
	float:left;
	width:280px;
}
#third_col .bloc{
	margin-bottom:30px;
	text-align:justify;
}

/* NAV */
#nav_first_col {
	width: 480px;
	padding: 0px 10px 0px 0px;
	float: left;
}

#nav_second_col {
	width: 245px;
	float: left;
}

/*
	HOME
*/
#content #menu_home {
	width:320px;
}
#menu_home ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#menu_home li {
	border-bottom: 1px solid #495d71;
	color: #D6C559;  
	display: block;
}

#menu_home li a {
	text-decoration: none;
	color: #356799;
	width: 100%;
	display: block;
	background: #f8f8f8;
	padding: 0.5em 0 0.5em 0.5em;
}

#menu_home>ul li a { width: auto; }

#menu_home li a:hover {
	color: #ffffff;
	background: #7e9baf;
}

.publications {
	text-align: left;
}

/* 
	GAMES 
*/
.programSelection {
	float: right;
}

#gamearea {
	text-align:center;
	width:100%;
	padding-bottom:20px;
}
.blocGame {
	margin:10px 0 25px;
	float:left;
	width: 256px;
}
.blocGame .thumb {
	float:left;
	width:161px;
}
.thumb {
	height:127px;
	padding:7px 0px 0px 7px;
	background:url('../img/games/back_thumb.gif') top left no-repeat;
}
.blocGame .window{
	position:relative;
	float:left;
	width:256px;
	height:117px;
	background: url("../img/games/blue_balloon_bg.gif") no-repeat;
}
.blocGame .window .titre_jeu{
	position:absolute;
	top:10px;
	left:8px;
	color:#ffffff;
	font-size:16px;
	font-weight: bold;
	width:240px;
	line-height:100%;
}
.blocGame .window .texte_jeu{
	position:absolute;
	top:45px;
	left:8px;
	color: #051b32;
	font-size:14px;
	width:240px;
}
.blocGame_btns .blocGame_btnInfo {
	position: relative;
	top: 20px;
}
.blocGame_btns .blocGame_btnLaunch {
	position: relative;
	top: 40px;
}
.blanc{
	width:90px;
	height:50px;
	float:left;
}

/*
	TITLES
*/
h1, h2 {
	text-decoration: none;
	font-size:28px;
	color:#051b32;
	margin-top:0px;
	font-weight: bold;
}
h1 a, h2 a {
	text-decoration: underline;
	color:#051b32;
}
h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h3{
	color:#2e6fb2;
	font-size:24px;
	margin:5px 0 5px ;
}
h4{
	color:#a5a5a5;
	font-size:18px;
	margin:5px 0 5px 20px; 
}
h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing : -1px;
}

/* 
	PAGES
*/

#page{
	background: #fafafa url('../img/content_bg.gif') bottom repeat-x;
}

#content, #nav_content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 950px;
	margin: auto;
}

#nav_content #content {
	padding: 0px;
	width: 740px;
	margin: 0px 0px 0px 10px;
	float: left;
}

/*
	MANAGER : TREE
*/
#tree {
	float:left;
	margin-left: 30px;
	margin-right: 10px;
	width: 310px;
	height: 400px;
	overflow-x : hidden;
	overflow-y : auto;
}
#tree h2 {
	padding-top: 45px;
	padding-bottom: 25px;
	padding-left: 95px;
	font-size: 1.6em;
}
#tree a {
	color: #333333;
	text-decoration: none;
}
#tree a:hover {
	color: #444444;
	text-decoration: underline;
}
#tree ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
}
#tree .groups {
	background: url('../img/tree_bg.gif') top left no-repeat;
}
#tree .fs {
	width: 15px;
	float: left;
	margin-top: 10px;
}
#tree .ico {
	float: left;
	width: 35px;
	text-align: center;
}
#tree .name {
	margin-top: 10px;
	float: left;
}
#tree .sub {
/*  margin-left: 20px;*/
}
#tree .close {
	display: none;
}

/*
	MANAGER : CONTENT PART
*/
#manager_content{
	float:left;
	/*background-color:#eee;*/
}
#manager_content .bloc{
}
#manager_content .head {
	position:relative;
	background: url('../img/fiche_head.gif') top left no-repeat;
	width:562px;
	height:35px;
}
#manager_content .head .titre {
	font-size:16px;
	font-weight: bold;
	color:#25313c;
	padding-top:8px;
	padding-left:8px;
}
#manager_content .head .titre a {
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	color: #25313c;
}
#manager_content .head .titre a:hover {
	margin-left: 5px;
}
#manager_content .head .edition{
	position: absolute;
	top:6px;
	right:6px;
}
#manager_content .head .edition .btn{
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}
#manager_content .corps {
	width:562px;
	font-size:12px;
}
#manager_content .corps .note {
	background-color:#ecedf0;
}
#manager_content .corps .note .save {
	margin-left:415px;
	margin-bottom:15px;
}
#manager_content .corps tr {
	vertical-align:middle;
	width:100%;
	height:25px;
}
#manager_content .corps table{
	width:561px;
}
#manager_content .corps td {
	border-width:0px;
	padding-left:8px;
}
#manager_content .corps td.first {
	width:125px;
}
#manager_content .corps td.second {
	/*width:78%;*/
}

table a {
	color: #525f6d;
	text-decoration: none;
}
table a:hover {
	color: #3d4b5a;
	text-decoration: underline;
}

#page_fiche {
/*  background-color:#eee; */
	width:940px;
}
#page_fiche .bloc {
}
#page_fiche .head {
	position:relative;
	/*width:940px;*/
	background: url('../img/block_head.png') top left repeat-x;
	border-left: 1px solid #E6E5DF;
	border-right: 1px solid #B7B2A6;
	width:100%;
	height:35px;
}
#page_fiche table.big {
	/*width: 940px;*/
	width: 100%;
}
#page_fiche .head .titre {
	font-size:16px;
	font-weight: bold;
	color:#25313c;
	padding-top:8px;
	padding-left:8px;
}
#page_fiche .head .edition {
	position: absolute;
	top:6px;
	right:6px;
}
#page_fiche .head .edition .btn {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}
#page_fiche .head .little {
	position: absolute;
	top:10px;
	right:10px;
}
#page_fiche .corps {
	width:100%;
	/*width:940px;*/
	font-size:12px;
}
#page_fiche .corps .flash {
	background-color:#ecedf0;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
#page_fiche .corps tr {
	vertical-align:middle;
	width:100%;
	height:25px;
}
#page_fiche .corps table {
	/*width:939px;*/
	width:100%;
}
#page_fiche .corps td {
	border:0px;
	padding-left:8px;
}
#page_fiche .corps td.first {
	width:200px;
}
#page_fiche .corps td.second {
	/*width:80%;*/
}
#page_fiche .corps .note {
	background-color:#ecedf0;
}
#page_fiche .corps .note input[type=button] {
	border: 2px solid #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
}

abbr
{
	border-bottom: 1px dotted #000;
}

tr.tbl_header, tr.tbl_footer {
	height: 35px;
	width: 100%;
}
tr.tbl_header td.title, #page_fiche .corps  tr.tbl_header td.title {
	background: url('../img/block2_head.png') repeat-x;
	border-left: 1px solid #E6E5DF;
	border-right: 1px solid #B7B2A6;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	height: 35px;
}
tr.tbl_footer td.title, #page_fiche .corps tr.tbl_footer td.title,
tr.tbl_footer td.singleTitle, #page_fiche .corps  tr.tbl_footer td.singleTitle {
	background: url('../img/block2_head.png') repeat-x;
	border-left: 1px solid #E6E5DF;
	border-right: 1px solid #B7B2A6;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	height: 20px;
}
tr.tbl_footer td.singleTitle {
	text-align: right;
}
tr.tbl_header td.ico, #page_fiche .corps td.ico {
	width: 25px;
	background: url('../img/block2_head.png') repeat-x;
	border-left: 1px solid #E6E5DF;
	border-right: 1px solid #B7B2A6;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	height: 35px;
}

th
{
	text-align: center;
	background-color: #a5a4aa;
	color: #25313c;
}

tr.vice, tr.roweven {
	background-color:#e5e4ec;
}
tr.versa, tr.rowodd {
	background-color:#f5f4f9;
}
tr.viceDark, tr.rowevenDark {
	background-color:#9f9f9f;
}
tr.versaDark, tr.rowoddDark {
	background-color:#afafaf;
}
tr.HLvice{
	background-color:#e5e4ec;
}
tr.HLversa{
	background-color:#f5f4f9;
}
.HLvice:hover{
	background-color:#dcece5;
}
.HLversa:hover{
	background-color:#e3ece8;
}

.second input, .second select {
	border: 2px solid #cccccc;
}

.second input.inputError, .second select.inputError {
	background-color: #ffabce;
}
.second input.inputValid, .second select.inputValid {
	background-color: #abffce;
}

.second input[type=text], .second select {
	width: 90%;
}
.validBox .second input[type=text], .validBox .second select {
	width: 50%;
}
.second input[type=text].autow, .second select.autow { 
	width: auto; 
}

td.notice {
	background-color:#9f9f9f;
	color: White;
}
td.notice a {
	color: White !important;
	font-weight: bold;
	text-decoration: underline;
}

.validMsg {
	margin-left: 10px;
	display: inline;
}

.head .titre input {
	border: 2px solid #666666;
}

.input_note {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	width: 525px;
	border: 3px solid #cccccc;
	padding: 5px;
}

.champ_note {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	width: 525px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
}

div.scroll_note {
	margin-left:10px;
	width: 525px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	overflow: auto;
	background-color: #ffffff;
}

.loader {
	height: 50px;
	text-align: center;
	padding-top: 20px;
	background-color:#f5f4f9;
}

td.basketMsg {
	width: 300px;
}

td.basketQty {
	width: 50px;
	text-align: center;
}

td.basketPrice {
	width: 90px;
}

/* - - - - - - - - - - - */

strong.important 
{
	font-size: 1.1em;
	color: #C70C1A;
}

.home_boxes .box
{
	width: 245px;
	background: url('../img/home_box_content.jpg') repeat-y;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.home_boxes .box .content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.home_boxes .box .bottom
{
	width: 245px;
	height: 10px;
	background: url('../img/home_box_bottom.jpg') top no-repeat;
	clear: both;
	margin-bottom: 8px;
}

.home_boxes .box_top
{
	font-size: 1.2em;
	line-height:95%;
	color: White;
	padding-top: 19px;
	padding-left: 6px;
	padding-right: 80px;
}

.home_boxes .box_top_1l
{
	font-size: 1.2em;
	line-height:95%;
	color: White;
	padding-top: 26px;
	padding-left: 6px;
	padding-right: 80px;
}

.home_boxes .box_top1
{
	background: url('../img/home_box1.jpg') no-repeat;
	height: 65px;
	width: 245px;
}

.home_boxes .box_top2
{
	background: url('../img/home_box2.jpg') no-repeat;
	height: 65px;
	width: 245px;
}

.home_boxes .box_top3
{
	background: url('../img/home_box3.jpg') no-repeat;
	height: 65px;
	width: 245px;
}

.home_boxes .box_top_mailbox_1
{
	background: url('../img/home_mailbox_1.jpg') no-repeat;
	height: 69px;
	width: 245px;
}

.home_boxes .box_top_mailbox_2
{
	background: url('../img/home_mailbox_2.jpg') no-repeat;
	height: 69px;
	width: 245px;
}

.home_boxes .box .box_top_1l strong, .home_boxes .box .box_top strong {
	font-size: 1.2em;
	display: block;
	color: #204e7f;
}

.home_boxes .box .more {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 6px;
}
.home_boxes .box .more a {
	color: #204e7f;
	text-decoration: none;
}
.home_boxes .box .more a img {
	margin-bottom: -3px;
}

.home_boxes .box_top_video
{
	background: url('../img/header_video.png') no-repeat;
	height: 38px;
	width: 195px;
}

.home_boxes .box_top_video .box_top
{
	padding-top: 14px;
	padding-left: 6px;
	padding-right: 30px;
}

.home_boxes .box_video
{
	width: 195px;
	background: url('../img/content_video.png') repeat-y;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.home_boxes .box_video .content
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	text-align: center;
}

.home_boxes .box_video .bottom
{
	width: 195px;
	height: 10px;
	background: url('../img/footer_video.png') top no-repeat;
	clear: both;
	margin-bottom: 8px;
}

/* - - - - - - - - - - - */

.moduleBlock {
	padding-left: 40px;
	width: 450px;
}

.moduleBlock h3 {
	color: White;
	background: url('../img/module_head2.png') repeat-x;
	height: 34px;
	padding-left: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.moduleBlock .moduleIcon {
	position: relative;
	margin-left: -40px;
	margin-bottom: -70px;
}

.moduleBlock .content {
	margin-left: 25px;
	padding-right: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 5px;
	margin-top: 0px;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
}

.moduleBlock .more {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.moduleBlock .more a {
	color: #204e7f;
	text-decoration: none;
}
.moduleBlock .more a img {
	margin-bottom: -3px;
}

/* ------- */

.program {
	width: 380px;
	float: left;
	margin-bottom: 30px;
}

.program h1 {
	width: 346px; /* 354 */
	height: 40px; /* 58 */
	padding-top: 18px;
	padding-left: 8px;
	margin: 0px;
	font-size: 22px;
	color: White;
	background: url('../img/programs/program_available.gif') top no-repeat;
}

.program h1.selected {
	background: url('../img/programs/program_selected.gif') top no-repeat;
}

.program h1.locked {
	background: url('../img/programs/program_locked.gif') top no-repeat;
}

.program .content {
	position: relative;
	width: 340px;
	background: url('../img/programs/program_back.gif') repeat-y;
	padding-left: 6px;
	padding-right: 8px;
	text-align: justify;
	margin: 0px;
	height: 150px;
}
.program .content p {
	margin: 0px;
}
.program .content .info {
	position: absolute; 
	bottom: 0px; 
	right: 12px;
}
/*
.program .info {
	width: 342px;
	background: url('../img/programs/program_back.gif') repeat-y;
	margin: 0px;
	height: 30px;
	padding-right: 18px;
}

.program .info img {
	float: right;
}
*/
.program .footer {
	background: url('../img/programs/program_footer.gif') top no-repeat;
	margin: 0px;
	width: 354px;
	height: 66px;
}

.program .footer .btns {
	padding-left: 175px;
	padding-top: 31px;
}

.program .footer .btns img {
	margin-right: 8px;
}

/* ------- */

.module {
	width: 740px;
	margin: 0 auto;
}

.module .moduleImages {
	float: left;
	width: 337px;
	margin: 0px;
	padding: 0px;
}

.module2 .moduleImages {
	float: right;
	width: 337px;
	margin: 0px;
	padding: 0px;
}

.module .moduleImages .mainImg, .module2 .moduleImages .mainImg {
	width: 337px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	background: #fafafa url('../img/programs/main_preview.gif') top no-repeat;
}

.module .moduleImages .mainImg img, .module2 .moduleImages .mainImg img {
	margin: 6px;
	padding: 0px;
}

.module .moduleImages .smallImg1, .module2 .moduleImages .smallImg1 {
	width: 155px;
	height: 130px;
	float: left;
	background: #fafafa url('../img/programs/small_left_preview.gif') top no-repeat;
}

.module .moduleImages .smallImg1Empty {
	width: 155px;
	height: 130px;
	float: left;
}

.module .moduleImages .smallImg2, .module2 .moduleImages .smallImg2 {
	width: 155px;
	height: 130px;
	float: left;
	margin-left: 20px;
	background: #fafafa url('../img/programs/small_right_preview.gif') top no-repeat;
}

.module .moduleImages .smallImg1 img, .module .moduleImages .smallImg2 img, .module2 .moduleImages .smallImg1 img, .module2 .moduleImages .smallImg2 img {
	width: 143px;
	height: 107px;
	margin-top: 16px;
	margin-left: 6px;
}

.module .moduleText h4, .module2 .moduleText h4 {
	padding: 0px;
	padding-left: 8px;
	margin: 0px;
}

.module .moduleText p, .module2 .moduleText p {
	margin: 0px;
	padding: 2px 0px 6px 0px;
}

.module .moduleText {
	float: left;
	width: 403px;
	margin: 0px;
	padding: 0px;
	min-height: 80px;
	background: url('../img/programs/gametext_content.gif') right repeat-y;
}

.module .moduleText h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	height: 70px;
	color: White;
	background: #fafafa url('../img/programs/gametext_head.gif') no-repeat;
}

.module .moduleText .content {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 10px;
	margin-top: -25px;
	min-height: 60px;
	text-align: justify;
}

.module .moduleText .moduleTextBottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: #fafafa url('../img/programs/gametext_bottom.gif') bottom right no-repeat;
}

.module2 .moduleText {
	float: left;
	width: 403px;
	margin: 0px;
	padding: 0px;
	min-height: 80px;
	background: url('../img/programs/gametext_content.gif') left repeat-y;
}

.module2 .moduleText h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	height: 70px;
	color: White;
	background: #fafafa url('../img/programs/gametext_head2.gif') no-repeat;
}

.module2 .moduleText .content {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 25px;
	margin-top: -25px;
	min-height: 60px;
	text-align: justify;
}

.module2 .moduleText .moduleTextBottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: #fafafa url('../img/programs/gametext_bottom.gif') bottom left no-repeat;
}

/*Home*/

/*BOUTONS HOME */

#content #bloc_bouton {
	margin-left:30px;
}

/*
	FOOTER
*/
#footer{
	clear:both;
	background: #3c86d1 url('../img/footer_bg.gif') top repeat-x;
	padding: 0;
	margin: 0 auto;
	padding-top:15px;
	height:80px;
	font-size:12px;
	width:100%;
	text-align:center;
	position: absolute;
	bottom: 0px;
}
#footer #copyright {
	margin-top:15px;
}

#footer a, #manager_content a{
	font-size:12px;
	color:#25313c;
}
#footer a:hover, #manager_content a:hover {
	color:#2a69aa;
}

#content .bloc a {
	color:#0553a8;
	font-weight:bold;
}
#content .bloc {
	text-align:justify;
	margin: 0px;
	padding: 0px;
}

/* 
	Messages
*/
.mailBack {
	width: 100%;
	background: #ececec;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	color: #222222;
}
.mailBack a {
	color: #222222;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

/* 
	Tabs 
*/
.tabs, .tabs ul {
	padding:0;
	margin:0;
	list-style:none;
}
.tabs a {
	display:block;
	margin-top:8px;
	padding:0 0 0 9px;
	text-decoration:none;
	font-size:12px;
}
.tabs a.e1 {
	background:url(../img/buttons.gif) no-repeat 0 -47px;
}
.tabs a.e1 span {
	display:block;
	padding:6px 9px 3px 0px;
	background:url(../img/buttons.gif) repeat-x 100% -47px;
	color:#292929;
}
.tabs a.e1:hover {
	background:url(../img/buttons.gif) no-repeat;
	background-position:0 -78px;
}
.tabs a.e1:hover span{
	background:url(../img/buttons.gif) repeat-x;
	background-position:100% -78px;
	text-decoration:underline;
	color:#ffffff;
}
.tabs li{
	float:left;
	padding-right:2px;
}
.tabs a.this,.tabs a.this:hover,.tabs li:hover a.this{
	background:url(../img/buttons.gif) repeat-x 0 -0px;
	position:relative;
}
.tabs a.this span,.tabs a.this:hover span,.tabs li:hover a.this span{
	background:transparent url(../img/buttons.gif) repeat-x 100% -0px;
	padding:6px 9px 3px 0px;
	display:block;
	color:#ffffff;
}
.tabsContainer {
	clear: both;
	border-top: 2px solid #cecece;
	margin: 2px 0px 0px 0px;
}


div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  z-index: 666;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div.autocomplete ul li.selected { 
  background-color:#ffb;
}

div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:32px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}
