

/* MEYER RESET v1.0*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BASIC TYPOGRAPHY */

html { font-size: 62.5%; font-family: "Lucida Grande","Lucida sans", geneva, arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: "Lucida Grande", "Lucida sans", geneva, "microsoft sans serif", arial, sans-serif;  }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }


/* FORMS */

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: normal;}
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #bbb; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }
input[type='text'] {border:1px inset #f0f0f0;margin:0 0 25px 0;width:250px;height:16px;}
fieldset {background:none;border:none;}

input.file 
{
width:100px;
height:35px;
background:url(../img/button_green.png) 0 0 no-repeat;
border:none;
color:#fff;
font-size:14px;
padding:0 0 6px 0;
margin-bottom:20px;
margin-left:10px
}

input.file2 
{
width:100px;
height:35px;
background:url(../img/button2.png) 0 0 no-repeat;
border:none;
color:#fff;
font-size:14px;
padding:0 0 6px 0;
margin-bottom:20px;

}

/* HR */

hr {background:#ddd;color:#ddd;clear:both;float:none;width:95%;height:.1em;margin:0 0 1.45em;border:none;}


/* BASE SIZES */

.container { font-size: 1.2em; line-height: 1.6em;border-bottom:1px solid #eee;height:100%}
.container h1 { font-size: 1.9em; }
.container h1 span {font-weight:normal;}
.container h2 { font-size: 1.7em; }
.container h3 { font-size: 1.5em; }
.container h4 { font-size: 1.3em; }
.container h5 { font-size: 1.2em; }
.container h6 { font-size: 1em; }

/* LISTS */

.container ul li { margin-left:0; }
/*.container ul li:before {content: "\2022\00a0\00a0"; }  REMOVED FOR FF3 */

.container dt { font-weight: bold; }
.container ol { list-style-position: outside; list-style-type: decimal; }

/* TABLES */

.container table { border-top: 1px solid #ccc;  border-left: 1px solid #95c475; }
.container th, .container td { border-bottom: 1px solid #ddd; border-right: 1px solid #95c475; }


/* MARGINS & PADDINGS */

.container blockquote *:first-child { margin: .8em 0; }
.container hr, .container p, .container ul, .container ol, .container dl, .container pre, .container blockquote, .container address, .container table, .container form { margin-bottom: 1.6em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.container h1 {font-size:16px;color:#4b911F;margin-bottom:15px;}
.container h2 { margin: 1.07em 0 .535em; font-size:12px;color:#4b911F}
.container h3 { margin: 1.14em 0 .57em; }
.container th, .container td { padding: .8em; }
.container fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.container textarea, .container input { padding: .3em .4em .15em .4em; }
.container select { padding: .1em .2em 0 .2em; }
.container option { padding: 0 .4em; }
.container a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.container dt { margin-top: .8em; margin-bottom: .4em; }
.container ul { margin-left: 1.5em; }

.container ul, .container ol {color:#666; width:700px;margin:10px 0 10px 20px;font-size:12px;}
.container ul {margin-left:0}


.container .notice p {padding:15px 0 0 50px;}
.container .notice {background:url(../img/notice_bg.gif) top left repeat-x;color:#444;border-color:#EEE;border:1px solid #ddd;padding:0px 100px 0px 100px;margin-right:80px;width:400px;float:right}
.container {background: url(../img/bg.png) top left repeat-y;width:900px;padding:20px 50px 0;margin:0 auto;}

/* TEXT CLASSES */
.container .error, .container .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.container .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.container .success {background:#E6EFC2;color:#264409;border-color:#C6D880;background:#d3e9ee;border-color:#B5D8DF;}

.container .error a {color:#8a1f11; background:none; padding:0; margin:0; }
.container .success a {color:#264409; background:none; padding:0; margin:0; }
.container .center {text-align: center;}

.container .note {background:url(../img/body_grad_grey.png) top left repeat-x;padding:15px 0 15px 20px;}
.container .note ul {color:#555}
.container .note ol li {color:#444}
.container .note p strong {font-size:14px;text-decoration:underline}
/* LINKS */
a:link {color:#3b5998;text-decoration:none;}
a:hover {color:#2b4783;text-decoration:underline;}

a.backtotop {background:url(../img/arrow.jpg) 0 80% no-repeat;padding-left:20px; color:#33A0D6;text-decoration:none;}
a.backtotop:hover {background:url(../img/arrow.jpg) 0 80% no-repeat;padding-left:20px; color:#33A0D6;text-decoration:underline;}


/*LOGO HEADER*/

#logo {text-indent: -9999px;color: #FFF;display: block;height: 69px;}
#logo {width: 161px;background: url(../img/eDOPEX_logo.gif) 0 0 no-repeat;}

body {margin:0;padding:0;}



#divpersonalparticulars .mytable {border:none;}

.mytable tr td {border:none;}

.mytable2 {
	width: 650px;
	padding: 0;
	margin: 0;

		border-left:1px solid #95c475;
		border-top: 1px solid #95c475;
			border-right: 1px solid #95c475;

	}

}

.mytable2 td {
	font-size:12px;
	border-right: 1px solid #95c475;
	border-bottom: 1px solid #95c475;
	
	padding: 6px 0px 6px 12px;
	color: #4f6b72;
		color:#111;
		text-align:left;
			font-weight:normal;
}



.mytable2 td.alt {
		font-size:12px;
	background: #EFF6FF;

}
.mytable2 td.alt2 {
	background: #FFF;

}

.mytable2 th.specalt2 {
		font-size:12px;
		color: #4f6b72;
		color:#111;
	background: #FFF;
	border-left: 1px solid #95c475;
	border-top: 0;
	text-align:left;


}
.mytable2 th {
	color:#FFF;
	border-right: 1px solid #95c475;
	border-bottom: 1px solid #95c475;
	border-top: 1px solid #95c475;
    text-align: left;
	padding: 6px 0px 6px 12px;
	background: #6dae42 url(../img/table1.png) no-repeat;
	font-size:13px;
	text-align:left;font-weight:normal;
}

.mytable2 tr.grey_bg  {background:#eee;}
.mytable2 tr.grey_bg td {font-weight:bold}
.mytable2 tr td.ranking {text-align:left;}

.container .success {padding-left:15px;padding-right:15px;width:800px;}

.success ol, .success ul {color:#264409; width:750px;}




/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.container .grad {background: #FFF url(../img/body_grad.png) top left repeat-x;padding:20px;}
.container .grad2 {background: #FFF url(../img/body_grad2.png) top left repeat-x;padding:20px;}

/**************************************/
/*               FOOTER               */
/**************************************/

.container a.button_add, .container a.button_del {

  padding:5px 12px;   /* Links */
  width:50px;
  height:30px;
margin-left:10px;
  background:url(../img/button_add.png) 0 0 no-repeat;



  text-decoration:none;
  font-weight:bold;
  color:#f0f0f0;
  cursor:pointer;
}



a.button_add:hover {

   background:url(../img/button_add.png) 0 -30px no-repeat;
  color:#FFF;
}

.container a.button_del {background:url(../img/button_del.png) 0 0 no-repeat;padding: 5px 12px;color:#f0f0f0}
.container a.button_del:hover {background:url(../img/button_del.png) 0 -30px no-repeat;color:#333;}


