html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { 
	outline: none;
	font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}

body,td,th {
	font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #FFFFFF;
}

body {
	margin: 0px;
	background-color: rgb(54,110,141);
	color: white;
	overflow: hidden; -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto
}

#find_experts body {
	background-color: rgb(0,0,0);
}

td {
	font-size: 11px;
}

.ar 	{font-family: "Traditional Arabic", serif; font-size: 1.2em;}
.zht 	{font-family: PMingLiU,MingLiU, serif;}
.zhs 	{font-family: SimSum-18030, SimHei, serif;}
.din	{font-family: "Doulos SIL", serif;}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: rgb(219,251,89);
	text-decoration: underline;
}
a:active {
	color: rgb(219,251,89);
	text-decoration: none;
}

#summary a:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#summary a:visited {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#summary a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#summary a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#summary a:selected {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

h1 {
	font-size:160%
}

.sample_header {
	font-weight: bold;
	font-size: 20px;
	line-height:120%
}

h2 {
	font-size:120%; line-height:180%;
}

h3 {
	font-size:100%
}

h4 {
	font-size:90%
}

h5 {
	font-size:8px;
}
h5 a {
	font-size:9px; font-weight:700; line-height:160%
}


h6 {
	font-size:8px;
}
h6 a {
	font-size:9px; font-weight:100; line-height:160%
}
input:focus, textarea:focus {
	border: 2px solid rgb(219,251,89);
	background-color:#FFFFFF;
	color:#333333;
}

.loginfields,.userfield input:focus, textarea:focus {
	border: 2px solid rgb(219,251,89);
	background-color:#FFFFFF;
	color:#333333;
}

a[href$=".pdf"] {
	background:url(../images_basic/icon_pdf.png) no-repeat right
}

a[href$=".pdf"],a[href$=".doc"],a[href$=".rss"],a[href^="http"] {
	margin-right:0;
	padding-right:12px
}

a[href$=".doc"] {
	background:url(../images_basic/icon_link_external.png) no-repeat right
}

a[href$=".rss"] {
	background:url(../images_basic/icon_rss_feed.png) no-repeat right
}

a[href^="http"] {
	background:url(../images_basic/icon_externallink.png) no-repeat right
}

#sample a[href^="http"] {
	background:url(../images_basic/icon_white.png) no-repeat right
}

.rows {
	clear:both;
	width:100%
}

.cells {
	float:left
}
.reset {
	top:0px;
	vertical-align:middle;
	width:19px;
	height:19px;
}

.searchbutton,.loginbutton {
	font-weight:400
}

.loginfields, .userfield  {
	color:#fff;
}


.searchfields {
	background:#fff;
	height:11px;
	font-weight:100;
	color: rgb(40,100,180);
	border:2px solid rgb(255,255,0);
	top:1px
}

.searchfields {
	font-size:9px
}

.searchfields,.loginfields,.searchbutton,.userfield {
	position:relative
}

.searchfield_btn {
background-image:url(../images_basic/searchfieldbtn.gif);
background-position:0 -65px;
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:19px;
line-height:500%;
margin:-0.2em 0.2em 0.14em 0.14em;
vertical-align:middle;
width:24px;
}

.loginfields {
	height:13px;
	font-size:10px;
	border:2px solid rgb(82,140,177);
	top:0px;
	padding-left:2px;
	padding-top:4px;
	vertical-align: top;
	background-color: rgb(123,165,190);
}
.userfield {
	height:13px;
	font-size:9px;
	border:2px solid rgb(82,140,177);
	top:0px;
	padding-left:18px;
	padding-top:4px;
	vertical-align: top;
	background-color: rgb(123,165,190);
	background-image: url(../images_basic/icon_adcom_user.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#password { 
	}

.searchbutton {
	height:15px;
	width:118px;
	top:4px;
	border:1px solid rgb(255,255,0);
}


.messagetext {
	font-size: 13px;
	text-align: left;
}

.loginbutton { 
	height: 23px;
	width:36px;
	top: 4px;
	border:0px solid rgb(82,140,177); 
	background:url(../images_basic/icon_login_submit.png);
	background-position:1px 2px; 
	background-repeat:no-repeat;
	vertical-align: top;
	cursor:pointer
 }

.messageunread {
	font-weight: bold;
}

.even {
	background-color: rgb(44,100,131);
}

.odd {
	background:rgb(54,110,141)
}

.hidden {
	display: none;
}

.show {
	display: block;
	color:#333333;!important
	background: #F8F8F8;!important
	margin-left:-25px;!important
	margin-right:15px;!important
}

.highlighted {
	color: lightgreen;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#messagehistory {
overflow:hidden;
overflow: -moz-scrollbars-vertical;
overflow-x:hidden;
overflow-y:auto;
height:245px
}
#messagesform {
margin-left:10px
}
#personalinfo { position:relative;float:left;left:0px;!important
}
#editImages {position: relative; float:left; left:20px;!important
}

.largewhite {
	font-size: 15px;
	color: #ffffff;
}
#samples_images img, #persons_images img {
	border: 2px solid black;!important
}
#samples_images img:hover, #persons_images img:hover {
	border: 2px solid #00CC66;!important
}
.seefull {
background-color: #666666; padding-left:5px; padding-right:5px
}
a.seefull:link { color: #999999
}
a.seefull:hover { color: #FFFFFF
}

#myhome_adcom_live {
	position: relative;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	clear: left;
}

.black {
	color: #666666;
}

.right {
	text-align: right;
	padding-right: 3px;
}

.top {
	vertical-align: top;
}
	
.statusmessage_ok {
	font-weight: bold;
	color: rgb(219,251,89);
}

.statusmessage_error {
	font-weight: bold;
	color: #FF470A;
}

/* Language drop down div */
#select_language { 
	top: 2px;
	left: 700px;
	position: absolute;
	text-align: right;
	margin-right: 33px;
}
/* Option in the div */
#language_option {
	font-family: Verdana,'Lucida Grande',Geneva,Arial,Helvetica,sans-serif;
	font-weight: 100;
	color: #FFFFFF;
	background-color: #4d89ad;
	font-size: 10px;
	height:19px;
	top:2px
	
}
.langselect {
	font-family: Verdana,'Lucida Grande',Geneva,Arial,Helvetica,sans-serif;
	font-weight: 100;
	color: #FFFFFF;
	background-color: #4d89ad;
	font-size: 9px;
	height:19px; 
	padding-top:2px;
	
}

.selectbox {   /* This is for the select fields of language,country and timezone */
   width: 215px; 
   border :1px solid; 
   background-color: rgb(54,110,141); 
   color: white;
   margin-top: 6px
}