
html {
padding : 0;
}
body {
font : 18px Verdana, Tahoma, Helvetica, sans-serif, Arial, sans-serif;/* Tahoma was the first in the list*/
/*background: #2c2b2b;*/
background-image: url("img/background_title.png");
background-repeat: repeat;
margin : 0;
padding : 0;
color : #000000;
font-size : 18px;
}
/*RECENT ADDITIONS PICTURE BACKGROUND CHANGE FOR ARMA2:OA*/
/* definition of the "image" class in the <a> tag for recent additions */
a.image01 {
     display: block; /* a tag must be a block */
     width: 68px; /* width of reactive image */
     height: 38px; /* height of reactive image */
     background-image: url(img/arma2_oa_adds.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
	 /* definition of the "image" class for <a> tag when hovered onto */
a.image01:hover {
    background-position: 0 -38px;  /* source for target image */
     } 
	 
/*RECENT ADDITIONS PICTURE BACKGROUND CHANGE FOR ARMA2*/
/* definition of the "image" class in the <a> tag for recent additions */
a.image02 {
     display: block; /* a tag must be a block */
     width: 68px; /* width of reactive image */
     height: 38px; /* height of reactive image */
     background-image: url(img/arma2_adds.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
	 /* definition of the "image" class for <a> tag when hovered onto */
a.image02:hover {
    background-position: 0 -38px;  /* source for target image */
     } 
/*RECENT ADDITIONS PICTURE BACKGROUND CHANGE FOR ARMA*/
/* definition of the "image" class in the <a> tag for recent additions */
a.image03 {
     display: block; /* a tag must be a block */
     width: 68px; /* width of reactive image */
     height: 38px; /* height of reactive image */
     background-image: url(img/arma_adds.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
	 /* definition of the "image" class for <a> tag when hovered onto */
a.image03:hover {
    background-position: 0 -38px;  /* source for target image */
     } 

/*RECENT ADDITIONS NEWS BAR BACKGROUND CHANGE */
a.image3 { /* definition of the "image" class in the <a> tag for recent additions */
     display: block; /* a tag must be a block */
     width: 97px; /* width of reactive image */
     height: 36px; /* height of reactive image */
     background-image: url(img/hovernews.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image3:hover { /* definition of the "image" class for <a> tag when hovered onto */
    background-position: 0 -36px;  /* source for target image */
     } 

/* MENU NEWS */
.menunews {
	padding:0 0 0 45px; /*Change to center the menu*/
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(img/menunews_bar.gif);
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;}
	
.menunews li {
	float:top;
	display:inline;}
	
.menunews li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	position:relative;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-family:verdana,	arial, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 12px;
	cursor:pointer;}
	
.menunews li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;}
	
.menunews li.current a {
	color:#fff;
	background:url(img/menunews_selected.gif);}
	
.menunews li.current a b {
	background:url(img/menunews_selected.gif) no-repeat right top;}
	
.menunews li a:hover {
	color:#fff;
	background:#000 url(img/menunews_hover.gif);}
	
.menunews li a:hover b {
	background:url(img/menunews_hover.gif) no-repeat right top;}
	
.menunews li.current a:hover {
	color:#fff;
	background:#000 url(img/menunews_selected.gif);
	cursor:default;}
	
.menunews li.current a:hover b {
	background:url(img/menunews_selected.gif) no-repeat right top;}



	 
a {
text-decoration : none;
border-width : 0;
color : #854903;	/*#a33411*/
/*font-weight:bold;	added to make always BOLD the links*/
}
a:hover {
color : #3b2c07; /*#c28a08*/
text-decoration : underline;
}


/*CHANGE FONT COLOR FOR TEXT ADDED ON TPLs*/

.fontcolordark {
text-decoration : none;
border-width : 0;
color : #2c2c2c;
font-weight:bold;
}

.fontcolordark-nobold {
text-decoration : none;
border-width : 0;
color : #2c2c2c;
font-size:.90em
border-spacing: 0em 10em
}

.fontcolorlight {
text-decoration : none;
border-width : 0;
color : #e5e5e5;
font-weight:bold;
}


/*TRANSPARENCY ON MOUSE OVER*/
.highlightit img{/* added for transparence highlight on pics*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity: 1;
}

.highlightit:hover img{/* added for transparence highlight on pics*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
opacity: 0.6;
}


.pagenav_prev, .pagenav_next, .pagenav_first, .pagenav_last, .pagenav_pages {
position : relative;
padding: 0 5px;
background : #EDEDED;
margin : 1px;
border : 1px solid #CDD2D5;
}
.pagenav_current {
position : relative;
padding : 0 5px;
font-weight : bold;
text-decoration : underline;
background : #ededed;
margin : 1px;
border : 1px solid #c8c7c7;
}
.t3_popup {
width : 158px;
position : absolute;
visibility : hidden;
background-color : #f5f5f5;
border : 1px solid #e0dfdf;
white-space : nowrap;
cursor : pointer;
}
.t3_popup a {
display : block;
color : #000000;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
padding : 2px;
}
.t3_popup a:hover {
background-color : #ededed;
text-decoration : none;
}
hr {
border-top : 1px solid #a3a3a3;
border-bottom : 1px solid #ffffff;
border-left : 1px solid #a3a3a3;
border-right : 1px solid #ffffff;
padding : 0;
margin : 0 1px 4px 1px;
}
h1 {
font-size : 160%;
}
h2 {
font-size : 130%;
}
h3 {
font-size : 120%;
margin : 1em 1em 1em 0;
}
h4 {
font-size : 100%;
font-weight : bold;
padding : 0;
margin : 0;
}
h5 {
font-size : 95%;
margin-top : 0;
}
h6 {
font-size : 90%;
margin-top : 0;
}
smallfont{
font-size : 85%;
margin-top : 0;
}
.bbstyle1 {
font-size : 160%;
font-weight : bold;
}
.bbstyle2 {
font-size : 130%;
font-weight : bold;
}
.bbstyle3 {
font-size : 120%;
font-weight : bold;
}
.bbstyle4 {
font-size : 110%;
font-weight : bold;
}
.bbstyle9 { text-decoration:line-through;
}
#container {
padding : 0;
margin : 0 auto;
width : 970px;
/*background-image:url(img/background.jpg); */
background-color : #88775d; /* bec1c7 */
border : 5px solid #212121;
}
#header {
padding : 0;
margin : 0;
background-image:url(img/header.jpg);/* changed header.gif for this new one */
/*background-repeat:repeat-x;*//* commented to not repeat the image */
height : 140px;
}
#nav {
margin-bottom : 0px;
padding : 4px;
background-color : #373632;
color : #cccccc;
border-bottom : 4px solid #373632;
border-top : 1px solid #313130;
}
#nav ul {
margin : 0;
padding : 0;
}
#nav li {
display : inline;
list-style-type : none;
margin : 0;
}
#nav li a {
padding : 4px;
font-weight : bold;
color : #f5f5f5;
text-decoration : none;
border : 1px solid #8e896e;
}
#nav li a:hover {
padding : 3px 4px 3px 4px;
background-color : #ffffff;
color : #854903;	/*#a02202*/
border : 1px solid #8e896e;
}
a.submenu {
border-bottom : 1px solid #c3c3c3;
color : #854903;	/*#a02202*/
background-color : #fdfcf9;
font-weight : bold;
display : block;
padding : 2px 0;
text-indent : 4px;
width : 100%;
}
a.submenu:hover {
background-color : #a99f86;
color : #ffffff;
text-decoration : none;
}
.mn_navbar {
margin-top : 1px;
position : absolute;
visibility : hidden;
background-color : #8e896e;
white-space : nowrap;
cursor : pointer;
text-indent : 2px;
}
.mn_navbar a {
display : block;
padding : 2px;
font-weight : bold;
color : #f5f5f5;
text-decoration : none;
border-bottom : 1px solid #242424;
}
.mn_navbar a:hover {
padding : 2px;
background-color : #2f2e2e;
color : #e6bf61;	/*#a02202*/
border : 1px solid #8e896e;
}
#left_col {
/*background-image:url(img/background.jpg);*/
background-color : #A0A0A0; /*cdd1d7*/
width : 150px;  /*180*/
padding : 0 3px 3px 3px;
}
#right_col {
/*background-image:url(img/background.jpg);pruebanews.jpg*/
background-color : #88775d; /*cdd1d7*/
width : 219px; /*269*/
padding : 0 3px 3px 3px;
}
#middle_col {
background-color : #e0e0e0;
padding : 0;
margin : 0;
}
.newsarma {
/*background-image:url(img/bg_newsarma.jpg);*/
background-color : #e8e5d6;
margin : 5px 2px 0 2px;
padding : 4px;
}
.newsarma2 {
/*background-image:url(img/bg_newsarma2.jpg);*/
background-color : #f3f1e7;
margin : 5px 2px 0 2px;
padding : 4px;
}
.newsarma2ah {
/*background-image:url(img/bg_newsarma2.jpg);*/
background-color : #f4f4f0;
margin : 5px 2px 0 2px;
padding : 4px;
}
.pagedlbg {
background-color : #f4f4f0;
padding : 8px;
}
.cobo_dark {
background-color : #e3e1d6;
margin : 5px 2px 0 2px;
padding : 4px;
}

.cobo_light {
background-color : #ffffff;
margin : 5px 2px 0 2px;
padding : 4px;
}

.cobo_light p, .cobo_dark p {
padding : 4px;
margin : 0;
}
.cobo_dark h4, .cobo_light h4 {
background : url(img/coltop.gif) repeat-x;
color : #ffffff;
font-size : 100%;
font-weight : bold;
margin : 0;
padding : 2px;
}
.cobo_dark h4 a, .cobo_light h4 a {
color : #ffffff;
}
.cobo_dark h4 a:hover, .cobo_light h4 a:hover {
color : #ffffff;
text-decoration : none;
}
#user {
margin : 0;
padding : 3px;
color : #888888;
text-align : right;
background-color : #f1f5ff;
font-size : 95%;
font-weight : bold;
}
#user ul {
padding : 2px;
margin : 0;
}
#user li {
display : inline;
list-style : none;
margin : 0;
padding : 3px;
}
#title {
margin : 9px 0 0 0;
background : url(img/coltop.gif) repeat-x;
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_arma {
margin : 9px 0 0 0;
background : url(img/news_title_arma.jpg) no-repeat;
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_arma2 {
margin : 9px 0 0 0;
background : url(img/news_title_arma2.jpg) no-repeat;
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_arma2ah {
margin : 9px 0 0 0;
/* background : url(img/news_title_arma2ah.jpg) no-repeat; */
background : url(img/news_title_arma2_oah.jpg) no-repeat; /*added new title picture */
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_bis {
margin : 9px 0 0 0;
background : url(img/news_title_bis.jpg) no-repeat;
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_web {
margin : 9px 0 0 0;
background : url(img/news_title_web.jpg) no-repeat;
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_comm {
margin : 9px 0 0 0;
background : url(img/news_title_comm.jpg) no-repeat;
color : #ffffff;
font-size : 110%;
font-weight : bold;
padding : 2px;
}
#title_arma a {
color : #ffffff;
}
#title_arma2 a {
color : #ffffff;
}
#title_arma2ah a {
color : #ffffff;
}
#title_bis a {
color : #ffffff;
}
#title_web a {
color : #ffffff;
}
#title_comm a {
color : #ffffff;
}
#title a {
color : #ffffff;
}
#title a:hover {
color : #ffffff;
text-decoration : none;
}
.title2 {
margin : 9px 0 0 0;
background : url(img/coltop.gif) repeat-x;
color : #ffffff;
font-size : 100%;
font-weight : bold;
padding : 2px;
}
#adminmenu {
margin : 0 20px 2px 20px;
/*background : url(img/background_title.png);*/ /* only "margin" line*/
 background-color : #ededea;
vertical-align : top;
}
#main {
/*background : url(img/background_page.jpg);*/ /* changes the background gray color of the body of download pages"*/
background-color : #ededea; /*#e1e1e1;*/
padding : 10px;
margin : 0;
vertical-align : top;
}
.main {
/*background : url(img/background_page.jpg);*/ /* changes the background gray color of the body of download pages"*/
background-color : #ededea; /*#e1e1e1;*/
padding : 10px;
margin : 0;
vertical-align : top;
}

/* added for background "dark grey"*/
#fondooscuro { 
/* background-image:url(img/background.jpg);*/
background-color : #88775d; /* #A0A0A0;*/
width: 948px;
padding : 10px;
margin : 0;
vertical-align : top;
}

/* added for news "yellow"*/
#fondonews {
background-color:#e3e1d6;/*d5d5d5*/
/*background-image:url(img/background_title.png);*/
font-size : 100%;
padding : 3px;
color : #000000;
height: 15px}

#subtitle {
margin : 0;
padding : 5px 0 5px 4px;
/*background-image:url(img/background_title.png);*/
background-color:#ededea;
vertical-align : top;
}

.subtitle_forums_section {
margin : 0;
padding : 5px 0 5px 4px;
background-image:url(img/background_forums_section.png);
/*background-color:#d5d5d5;*/
vertical-align : top;
}

.subtitle_forums_section_bottom {
margin : 0;
background-image:url(img/background_forums_section_bottom.png);
/*background-color:#d5d5d5;*/
vertical-align : top;
}

.subtitlecenter {
background-image:url(img/background_title.png);
}

#subtitle_old {
margin : 0;
padding : 5px 0 5px 4px;
background : url(img/subtitle.gif);
/* background-color : #f1f1f1;*/
vertical-align : top;
}

/* added for arma logo on background*/
#pagearma { 
	background-image : url(img/pages_arma.png);
	padding : 10px;
	margin : 0;
	vertical-align : top;
}

/* added for arma2 logo on background*/
#pagearma2 { 
background-image : url(img/pages_arma2.png);
padding : 10px;
margin : 0;
vertical-align : top;
}

/* added for arma2:operation arrowhead logo on background*/
#pagearma2oa { 
background-image : url(img/pages_arma2oa.png);
padding : 10px;
margin : 0;
vertical-align : top;
}

/* added for background on main download section*/
#pagedlsections { 
background-color : #a99f86;
padding : 10px;
margin : 0;
vertical-align : top;
}


.online {
float : right;
padding : 122px 4px 4px 4px;
color : #cccccc;
font-size : 85%;
}
.online a {
color : #cccccc;
text-decoration : none;
}
.online a:hover {
text-decoration : underline;
}
.footer {
background : #000000;
height : 90px;
margin : 0;
padding : 0;
font : 60% Verdana, Arial, sans-serif;
color : #888888;
text-align : center;
}
.footer a {
color : #2c2c2c;
}
.footer a:hover {
color : #2c2c2c;
}
.footernav {
text-align : center;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
.footernav a {
color : #cccccc;
}
.footernav a:hover {
text-decoration : none;
}
fieldset {
border : 1px solid #cccccc;
margin-bottom : 10px;
padding : 4px;
}
.profield {
background-color : #f4f4f0 !important;
border-top : 1px solid #ffffff;
border-right : 1px solid #d9d9d9;
border-bottom : 1px solid #d9d9d9;
border-left : 1px solid #ffffff;
}
.subtitle {/*created the class subtitle, cause #subtitle is an id*/
margin : 0;
padding : 5px 0 5px 4px;
/*background-image:url(img/background_title.png);*/
background-color:#ededea;
vertical-align : top;
}
.mboxHD {/*added from sedlight since it's used by "default"*/
color:#3E606F; 
background: url(img/background_title.png); 
line-height:35px; 
vertical-align:middle; 
font-size:.90em; 
text-transform:uppercase; 
padding:0 0 0 10px; 
font-weight:bold; 
}
.mboxBody { /*added from sedlight since it's used by "default"*/
background:url(img/background_title.png); 
 bottom; 
min-height:20px;
 padding:10px; 
}
.disp {
padding : 12px;
margin : 0;
}
.block {
padding : 8px;
margin : 12px;
border : 1px solid #443f2a;
background-color : #EDEDED;
}
.block h4 {
margin-top : 0;
}
.error {
padding : 24px 8px 24px 8px;
margin : 0;
color : #cc1212;
font-weight : bold;
font-size : 110%;
text-align : center;
}
.codetitle {
font-size : 10px;
color : #59739b;
padding : 2px;
margin-top : 5px;
}





/* ============== Smart Image Resizer ============== */
.thumbContainer {
background-color: #EDEDED;
padding: 5px;
margin-bottom: 20px;
font-size: 12px;
/*text-align: center;*/
color: #000000;
max-width: 720px;// set the size of your desired thumbnail here
}
.thumbContainer a {
color: #000000;
text-decoration: none;
}
.thumbContainer img {
margin-bottom: 3px;
cursor: pointer;
max-width: 720px;
}
* html .thumbContainer {
border: 0;
width: expression(((this.width>720)?this.width=720:null)?"normal":"normal");// make sure to mach max-width above
}
.moognifyBorder {
font-family: Tahoma, lucida grande, lucida sans, lucida sans unicode, arial, sans serif;
background-color: #EDEDED;// set up your background color here
color: #000000;//set up your text color here
font-size: 11px;
text-align: center;
margin-bottom: 10px;
}

/* for understanding browsers */
.resizeimage   { max-width:750px;}
 
/* for Internet Explorer */
/*\*/
* html .resizeimage{
border:0;
width:expression(((this.width>750)?this.width=740:null)?"normal":"normal");
}
/**/

/* for understanding browsers */
.code {
font-size : 11px;
color : #59739b;
background-color : #f6f8fa;
padding : 2px;
margin-bottom : 5px;
font-family : monospace;
margin : 0;
padding : 3px;
border : 1px inset;
overflow: auto;
max-width:85%;
max-height:300px;
overflow: auto;
}
/* for Internet Explorer */
/*\*/
* html .code {
width: expression(document.body.clientWidth > 600? "590" : "auto");
height: expression(this.scrollHeight > 300? "290px" : "auto");
}
.valid {
height : 48px;
text-align : center;
vertical-align : middle;
}
.download {
font-size : 100%;
/*  background-color : #bec1c7 !important; */
border-right : 0px;
/* border-top : 1px solid #d9d9d9; */ 
/* border-bottom : 1px solid #d9d9d9; */
border-left : 0px;
padding-right : 0px;
padding-left : 97px;
padding-top : 5px;
padding-bottom : 0px;
margin : 0;
}

.download2 {
font-size : 100%;
/*  background-color : #bec1c7 !important; */
border-right : 0px;
/* border-top : 1px solid #d9d9d9; */ 
/* border-bottom : 1px solid #d9d9d9; */
border-left : 0px;
padding-right : 60px;
padding-left : 7px;
padding-top : 5px;
padding-bottom : 0px;
margin : 0;
}

/*COMMENTS class */
.comments { width:100% }

/*SED-LIGHT styles copied from Cotonti */
.bar_front { background-color:#c8d9e2; border-right:0px solid #dee4e9; padding:0; height:8px; overflow:hidden; }
.bar_back { background-color:#e8edf1; border:1px solid #dee4e9; margin:0 7px 0 7px; height:8px; overflow:hidden; }
.rss-icon{ margin: 0px 5px 0px 5px; }
.pageText { padding:0 10px 10px 10px; text-align:left;}
.paging, .pagenav
{
	padding:6px; text-align:right; font-size:.90em; border-spacing: 0em 10em;
}

.pagnav
{
	padding:6px; text-align:right; font-size:.90em;
}

.pagenav_small
{
	padding:0;
	text-align:right;
	font-size:.80em;
}
.pagenav_prev,.pagenav_next,.pagenav_first,.pagenav_last,.pagenav_pages
{
	padding: 2px 6px;
	background: #F5F5F5;
	margin: 1px;
	border: 1px solid #C8D9E2;
}
.pagenav_current {
	padding: 2px 6px;
	font-weight: bold;
	text-decoration: underline;
	background: #dddddd;
	margin: 1px;
	border: 1px solid #c8c7c7;
}

#pfsBack { float:right; }
#pfsHeader { background:#c8d9e2 none; padding:15px; }
#pfsTitle { font-size:1.3em; font-weight:bold; }
#pfsImage { text-align:center; margin:10px; overflow:auto; }

/* ============== Tag Cloud Fixes ============== */
ul.tag_cloud li {display: inline;}

/* ============== Ratings CSS ============== */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(img/system/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(img/system/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0;font-size:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/*END SED-LIGHT styles copied with Cotonti */

.coltop {
text-align : center;
font-size : 95%;
background : url(img/coltop.gif) repeat-x !important;
color : #cccccc;
font-weight : bold;
border-top : 0px solid #ffffff;
border-left : 0px solid #ffffff;
}
.coltop a {
color : #cccccc;
}
.coltop a:hover {
color : #cccccc;
text-decoration : none;
}
.centerall {
text-align : center;
vertical-align : middle;
}
.middleall {
vertical-align : middle;
}
.desc {
font-size : 100%;
padding : 3px;
color : #646464;
}
.odd {
background : #ffffff !important;
border-top : 1px solid #ffffff;
border-right : 1px solid #e0dfdf;
border-bottom : 1px solid #e0dfdf;
border-left : 1px solid #ffffff;

}
.even {
background : #faf8f2 !important;
border-top : 1px solid #ffffff;
border-right : 1px solid #d9d9d9;
border-bottom : 1px solid #d9d9d9;
border-left : 1px solid #ffffff;
height : 100%;
}
li {
margin : 2px;
}
blockquote {
border : 1px solid #000;
margin : 0;
padding : 10px;
background-color : #ccc;
}
img {
border-width : 0;
}
ul {
list-style-type : square;
}
form {
margin : 0;
}
.colleft {
float : left;
margin : 0 4px 0 4px;
}
.colright {
float : right;
margin : 0 4px 0 4px;
}
.bar_front {
padding : 0;
margin : 0;
height : 8px;
border-right : 1px solid #555;
background : #900 url(img/system/pollin.gif) repeat-x;
}
.bar_back {
padding : 0;
margin : 0;
height : 8px;
font-size : 0;
border-right : 1px double #999;
border-bottom : 1px double #999;
border-left : 1px solid #ccc;
border-top : 1px solid #ccc;
background : #fff url(img/system/pollout.gif) repeat-x;
}
.bbcodes a img {
border : 1px outset #a0a0a0;
background-color : #999bac;
}
.smilies a img {
border : 0;
background-color : transparent;
}
.today {
border : 1px dashed #ddaa00;
}

/* for understanding browsers */
.signature {
color : #979797;
font-size : 80%;
max-height : 96px;
overflow : auto;
}
/* for Internet Explorer */
/*\*/
* html .signature {
width:750px; max-height:96px;
}
/**/

.signature a {
color : #000000;
}
table td {
vertical-align : top;
}
table.flat {
width : 100%;
border-collapse : collapse;
margin : 0 auto;
border : 1px solid #d5d2cd;
}
table.flat td {
padding : 2px;
margin : 0;
}
table.main {
width : 99%;
margin : 0;
padding : 4px;
}
table.main td {
padding : 4px;
}
table.cells {
width : 100%;
border-collapse : collapse;
margin : 0 auto;
}
table.cells td {
padding : 2px;
background-color : #ededea;
/*background-color : #A0A0A0;*/
margin : 0;
border-left : 1px solid #ffffff;
border-top : 1px solid #ffffff;
border-right : 1px solid #d5d2cd;
border-bottom : 1px solid #d5d2cd;
}
table.lightcells {
width : 100%;
border-collapse : collapse;
margin : 0 auto;
}
table.lightcells td {
padding : 2px;
background-color : #f4f2ed;
/*background-color : #A0A0A0;*/
margin : 0;
border-left : 1px solid #ffffff;
border-top : 1px solid #ffffff;
border-right : 1px solid #d5d2cd;
border-bottom : 1px solid #d5d2cd;
}
table.list {
width : 99%;
margin : 0;
padding : 5px;
}
table.list td {
padding : 12px;
}
select, option {
background : #131718;
color : #e7e7e7;
font : 11px Verdana, Arial, Helvetica, sans-serif;
}
.radio {
background : none;
border : none;
}
input, input.password, textarea.text {
background : #131718 url(img/back_title.gif);
margin : 0;
color : #e7e7e7;
font : 10px Verdana, Arial, Helvetica, sans-serif;
border : 1px solid;
border-color : #000000 #131718 #131718 #000000;
}
input.text/* for description box on PFS */
       {
		background : #ffffff url(img/back_title.gif);
		margin : 0;
		color : #000000;
		font : 10px Verdana, Arial, Helvetica, sans-serif;
		border : 1px solid;
		border-color : #000000 #131718 #131718 #000000;
		}
input.file/* for file upload box */
       {
		background : #ffffff url(img/back_title.gif);
		margin : 0;
		color : #000000;
		font : 10px Verdana, Arial, Helvetica, sans-serif;
		border : 1px solid;
		border-color : #000000 #131718 #131718 #000000;
		}