/*****************************************************
CnDoctor default theme
Modify this stylesheet to change the colours
and appearance of the CnDoctor Website
*****************************************************/

/*****************************************************
Body: General page style
*****************************************************/
body /*The scroll bar colours are only visible in IE5.5+ */
{
    font-size: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff; 
    scrollbar-face-color: #DEE3E7; 
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
	 margin-left: 0px;
	 margin-top: 0px;
	
}

pre.source
{
	font-size: 9pt;
	margin-left: 20px;
	color: black;
	font-family: Lucida Console, Courier New, Courier;
	background-color: gainsboro;
}

body.admin /* Admin page style */
{
    background-color: #F0F0F0;
}

image	/* used to align text to images, centered */
{
	border: 0px;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
}

/*****************************************************
Site Name Title
*****************************************************/
/* em: unit of measurement for the height of the element's font, which is resolution independent */
.siteName /* text style for the main site name */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 1.4em;
    font-weight: bold;
}

a.siteName:hover /* text style for when mouse hovers over main site name */
{
    color: #FF3300;
    text-decoration: none;
}

.siteThread /* description of Website on main page (underneath Site Name) */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 9pt;
}
/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 7pt; } 
.txt2 { font-size : 9pt; }
.txt3 { font-size : 9pt; }
.txt4 { font-size : 9pt; word-break:break-all; word-wrap :break-word;}
.txt5 { font-size : 9pt; }

.txt1Bold { font-size : 9pt; font-weight:bold; }
.txt2Bold { font-size : 9pt; font-weight:bold; }
.txt3Bold { font-size : 9pt; font-weight:bold; }
.txt4Bold { font-size : 9pt; font-weight:bold; }
.txt5Bold { font-size : 9pt; font-weight:bold; }

.txt3red { font-size : 9pt; color: Red; }

.printDetails{ font-size : 9pt; color: darkgray; }
.noTopics { font-size: 9pt; font-weight:bold; }
.dateText { font-size: 9pt; color: white; }

/* IRC Style Text */
.txtIrcMe { color:Fuchsia ; }

/*****************************************************
Tables
*****************************************************/

table, td{

	border-width:0;
	voice-family: inherit;
}

.tableBorder /* This is the outline round the main site tables */
{
/*    border: 1px #B2B2B2 solid;  */
    border: 0px outset;
    background-color: #FFFFFF;
}

.moderationTable /* Moderation table */
{
    border: 1px #FFFFFF solid; 
    background-color: #F1F1F1;
}

.adminTable /* Admin table */
{
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px inset;
    background-color: #EEF7FF;
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px inset; 
    color: Red;
    background-color: #EEF7FF;
    font-size: 9pt;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/


td.column /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */
{
    font-weight: bold; 
    font-size: 9pt; 
    background-color: #78ABDE; 
    background-image: url(../images/reback.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
	 height: 20px;
	 padding: 0 0 0 10px;
}

td.h1a /* td.h1a is the subheading row of the table, shows the names of Site Groups on main page, or 'Announcements', 'Topics' on ShowSite page */
{
    color: #4455aa;
    font-size: 9pt;
    font-weight:bold;
    text-decoration: none; 
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */
{
    color: white;
    font-size: 9pt;
    font-weight:bold;
    background-color: #4455aa
}


td.f /* Website column cells on main page; last post, replies, view cells on ShowWebsite page (shaded cells?) */
{
    font-size: 9pt; 
    background-color: #F0F0F0;
    word-break: break-all;
    word-wrap :break-word;

}

td.f2
{
    font-size: 9pt;
    background-color: #F0F0F0;
}

td.fh /* siteRowHighlight - such as siteOptions, siteStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 9pt; 
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;
}

TD.fh2 /* used in Website Statistics box to control size of text*/
{
	font-size: 9pt; 
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowSite page (not shaded?) */ 
{
	font-size: 9pt; 
	background-color: #FFFFFF; 
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	font-size: 9pt; 
	background-color: #F6FBFF; 
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 9pt; 
	background-color: #FFFFFF; 
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}

td.underline_khaki, td.IndexMenu{
	border-bottom: 1px solid #D6E0AB;
	
}

td.underline_gray{
	border-bottom: 1px solid #CCCCCC;
}
td.IndexMenu{
	vertical-align: bottom;
	height: 35px;
}



/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 9pt;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 9pt;
    font-weight: bold;
}

/*****************************************************
General Anchors
*****************************************************/

a,  a:link /* General page anchors */
{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}

a:Hover /* General page anchors */
{
	 color: #FF9900;
    text-decoration: none;
}

a.linkSmallBold, a.linkMenuSink 
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: navy;
    font-size: 9pt;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #013DA4;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
/*	color: #DD6900;	*/
    color: #FF3300;
}

a.lnk3, a.lnk3:visited, a.lnk3:link /* Active/Unanswered, name of site underneath table */
{
	font-size: 9pt; 
    font-weight: bold;
    color: #013DA4;
}

a.lnk3:Hover
{
    color: #FF3300;
    text-decoration: underline;
}

a.normalTextSmall, a.normalTextSmall:visited, a.normalTextSmall:link{
	color: White;
}
/*****************************************************
Text and links used in SiteGroupRepeater and SiteRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link 
{ 	
	font-size: 9pt; 
	color: white; 
	font-weight:bold;
}

a.columnText:hover
{
	color: #FF3300;	
}

a.column:visited, a.column:link, a.column:hover
{
    color: white;
    font-weight:bold;
}

.flnk3
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:visited, a.flnk3:link
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:hover
{
    color: #FF3300;
}

.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #555555;
}

.inline 
{
  font-size: 9pt;
  color: #555555;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLink, a.userOnlineLink, a.userOnlineLink:Visited, a.userOnlineLink:Link
/* text style to show when a user is online */
{
    font-weight: normal;
    color: #013DA4;
}

a.userOnlineLinkBold:Hover
{
	color: #FF3300;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: darkBlue;
}

a.moderatorOnlineLinkBold:Hover
{
	color: #FF3300;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: Blue;
}

a.adminOnlineLinkBold:Hover
{
	color: #FF3300;
}

/*****************************************************
Navigation: Text and anchors used in the navigation menu
*****************************************************/
.menuText /* Font used for navigation menu */
{
	 font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
}

a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */
{
	font-size: 14px;
	font-weight: bolder;
    text-decoration: none; 
    color: #3971BB;
}

a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color: #FF3300;
	 text-decoration: underline;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
td.threadSeparator /* Separates posts in ShowPost page */
{
	height: 4px; 
	background-color: #79ABDE; 
} 
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
td.moderateSeparator /* Separator in ModerateSite page */
{
	height: 12px; 
	background-color: #FFFFFF; 
} 

/*****************************************************
Validation Text
*****************************************************/
.validationWarning 
{
	color: Red; 
}

.IndexRightMenu{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #6B97C4;
}

.IndexTitle, a.IndexTitle:Link, a.IndexTitle:hover, a.IndexTitle:visited  {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bolder;
	font-variant: normal;
	line-height: 18px;
	/*color: #0754A6;*/
	color: #3b73b9;
	padding: 0 12px 0 0;
	background: url(../images/icon_arrow_down.jpg) no-repeat right; 
	
}

.IndexNews{
	font-size: 12px;
	color: #000000;
	
}
.IndexIntro{
	font-size: 12px;
	line-height: normal;	color: #000; line-height: 18px;
}
.IndexIntro a:hover {
	text-decoration: underline;	
	color: #000;
}

/*****************************************************
Page control selected page
*****************************************************/
.currentPage 
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 18px;
	color: #000;
	word-spacing: 1px;
	font-weight: normal;
}

.currentPage_Num 
{
	font-size: 12px;
	line-height: 18px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b73b9;
}

.Page_Control{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 18px;
	color: #000;
	word-spacing: 1px;
}

.Page_Control a, .Page_Control a:visited,
a.Page_Control, a.Page_Control:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #990000;
	text-decoration: underline;
	word-spacing: 1px;
}

/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

textarea /* large multi-line text boxes in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

input.imgLoginBtn{
	background-image: url(../images/index/btn_login.jpg); 
	border: 0px;
   width: 53px;
	height: 40px;
	color: #417CB8;
	font-size: 14px;
	font-weight: bolder;
}

input.txtLoginBox{
	border: 1px solid #A9E3A9;
	height: 18px; width: 79px;
}

input.img_Btn_OliverDrab{
	border: 0px;
	background: url(../images/btn_oliverDrab.gif) no-repeat; 
	width: 75px;
	height: 17px;
	color: #fff;
	vertical-align: top;
}

input.img_Btn_Search_Yellow, 
input.img_Btn_Search_Blue, 
input.img_Btn_Search_Green{
	border: 0px;
	width: 60px;
	height: 18px;
}

input.img_Btn_Search_Yellow{
	background-image: url(../images/search/tu-yellow.jpg); 
}

input.img_Btn_Search_Blue{
	background-image: url(../images/search/tu-blue.jpg); 

}

input.img_Btn_Search_Green{
	background-image: url(../images/search/tu-green.jpg); 

}

input.img_Btn_Search_Brown{
	border: 0px;
	width: 23px;
	height: 19px;
	background-image: url(../images/en-US/btn_search.gif); 
}




.input2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 120px;
}

.input3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 150px;
}

select.sel_search{
	width: 96px;
}

/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 9pt; 
    background-color: #78ABDE; 
    background-image: url(../images/reback.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
	 height: 20px;
	 padding: 0 0 0 10px;
}

td.ControlPanelTabInactive
{
	color: #4455aa;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none; 
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.ControlPanelTabLine
{
	background-color: #7AACE0;
}

.imageButtonToolbar
{
    background-image: url(../images/icon_toolbar_mid.gif); 
    height:25;
    vertical-align: middle;
    text-decoration: none;
    font-size: 9pt;
    cursor: pointer;
}


/*****************************************************
Some Css parameter of CnDoctor
*****************************************************/
.hi {
	font-size: 14pt;
	font-weight: bolder;
	color: #3A73BA;
}
.text, .text a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 18px;
	font-variant: normal;
	color: #666666;
}
.text2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 18px;
	color: #000;
	word-spacing: 1px;
}
.text3, .text3 a, a.text3, a.text3:visited, 
.text3_bold, .text3_bold a, a.text3_bold, a.text3_bold:visited  {
	font-size: 14px;
	line-height: 18px;
	font-variant: normal;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #3b73b9;
}

.text3 a:visited, .text3 a:link{
	color: #3b73b9;
}

.text3_bold, .text3_bold a, a.text3_bold, a.text3_bold:visited{
	font-weight: bold;
}

.text4 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 18px;
	font-variant: normal;
}

.text31, .text31 a {
	font-size: 12px;
	line-height: 18px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b73b9;
}

.text-12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text-12green, .text-12purple {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.text-12purple {
	color: #990000;
}
.text-12green{
	color: #267500;
}
.text-12black {
	font-size: 12px;
	color: #000033;
}
.text-14bold{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	font-variant: normal;
	font-family: Arial;
}

.text-14black {
	font-size: 14px;
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 1.2pc;
}
.text-18 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	line-height: 2pc;
	color: #333333;

}
.text-14blue, .text-14blue {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #3B73B9;
}

.text-14blue-bold{
	font-weight: bold;
}
.text-12blue, .text-12orange {
	font-size: 12px;
	
	font-family: "Courier New", Courier, monospace;
}
.text-12blue a, .text-12blue a:visited, .text-12blue a:link,
.text-12orange a, .text-12orange a:visited, .text-12orange a:link{
	font-size: 12px;
}

.text-12blue a:hover, .text-12orange a:hover{
	text-decoration: underline;
}

.text-12blue{ color: #3A73B8; }
.text-12blue a, .text-12blue a:visited, .text-12blue a:link{ color: #3971BB; }

.text-12orange { color: #F60; }
.text-12orange a, .text-12orange a:visited, .text-12orange a:link{ color: #FFB98D; }

.text-12red, a.text-12red, .text-12red a,
a.text-12red:visited, .text-12red a:visited{
	 color: #f00;
	 font-size: 12px;
	 font-family: "Arial", "Helvetica", "sans-serif";
}

.text-12yellow {
	font-size: 12px;
	color: #FFFF99;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.text-10pt{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 18px;
	word-spacing: 1px;
}
.black{
	#000;
}
.gray{
	color: #666;
}
.bold{
	font-weight: bold;
}

.text1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 1.2pc;
	color: #555555;
}

.text30 {
	font-size: 14px;
	line-height: 22px;
	font-variant: normal;
	font-family: Arial;
	color: #333333;
}

.line {
	font-size: 12px;
	color: #CCCCCC;
}

h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #407BB5;
}

.textlink31, .textlink31 a, .textlink31 a:visited
a.textlink31, a.textlink31:link, a.textlink31:visited {
	font-size: 12px;	line-height: normal;	color: #3b73b9; text-decoration: none;
}

.textlink31 a:hover {
	text-decoration: underline;	font-size: 12px;	line-height: normal;	
}


/*****************************************************
Title text
*****************************************************/
/* The content of the titletextlink */
.titletextlink {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	word-spacing: 1pt;
}
.titletextlink a, .titletextlink a:link, .titletextlink a:visited	{
	text-decoration: none;
	color: #FFFFFF;
}

.titletextlink a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

.titletextlink-on, .titletextlink-on a, .titletextlink-on a:visited {
	text-decoration: underline; 
	/*color: #fff;
	padding: 7px 0 0 0;
	background: url(../images/icon_mainmenu_link.gif) no-repeat top center;*/
	/*color: #F3E805;*/
	/*padding: 0px 2px ;
	background: #9CE805;
	color: #111;
	list-style: disc outside;
	display: list-item;*/
	filter: dropshadow(color=#333333, offx=1, offy=1, positive=true);
}

.titletextlink2, .titletextlink2 a, a.titletextlink2 {
	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt; color: #F60; line-height: normal;	
}

.titletextlink2 a:hover {
	text-decoration: underline;
}

.titletextlink3, .titletextlink3 a, .titletextlink3 a.link, .titletextlink3 a:visited,
a.titletextlink3, a.titletextlink3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

a.titletextlink3:hover, .titletextlink3 a:hover{
	color: #ff0000;
}

.titletextlink3 input{
	margin: 0 10px;
}
/* The content of the textlinkleft */
.textlinkleft {
	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;  line-height: 18px;  color: #666666;
}
.textlinkleft a, .textlinkleft a:visited{
	text-decoration: none; color: #666666;
}
.textlinkleft a:hover {
	text-decoration: underline; 
}
/* The content of the textlinkright */
.textlinkright {
	font-size: 14px;	line-height: normal;	 color: #333333;
}
.textlinkright a:link	{
	font-size: 14px;	line-height: normal;	color: #333333;text-decoration: none;
}
.textlinkright a:visited {
font-size: 14px;	line-height: normal;	color: #333333;text-decoration: none;
}
.textlinkright a:hover {
	text-decoration: underline;	font-size: 14px;	line-height: normal;	color: #333333;
}

/*****************************************************
	Menu and input text
*****************************************************/

/* The content of the titletextlink */
.input {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 150px;
}

.index_news_bg{
	border-left: 1px solid #FFE6CA;
	border-right: 1px solid #FFE6CA;
	background: #FFFBF7;
}

/*****************************************************
Navgation Category Menu
*****************************************************/
.NavCategory {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt;	
	line-height: normal;	
	color: #666666;
}
.NavCategory a:link, .NavCategory a:visited	{
	color: #666666;
	font-size: 9pt;	
	text-decoration: none;
}

.NavCategory a:hover {
	font-size: 9pt;	
	color: #666666;
	text-decoration: underline; 
}

/* navigate  the Category */
/*
.NavCategory{ 

	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #ff9900;
}
	
.NavCategory a,.NavCategory a:link,.NavCategory  a:visited{ 
	color: #ff9900;
}

.NavCategory a:Hover{
	color: #ff9900;
	text-decoration: underline;
}	
*/

.CategoryList{
	padding: 0 0 0 15pt;
	font: 10pt Arial, Helvetica, sans-serif,ËÎÌå;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}

.CategoryList a{
	font: bolder 10pt Arial, Helvetica, sans-serif,ËÎÌå;
	font-weight: bolder;
}
.CategoryList a:hover{
	text-decoration: underline;
	color: #FF0000;
}
/*****************************************************
Main menu
*****************************************************/
table#main_menu_tab {
	background-color: #360;
	border-bottom: 1px solid #fff;
	font-size:9pt;
	text-align:center;
	height:25px;
}

tr#main_menu{
	font-size:9pt;
	cursor: hand;
	line-height: 120%;
}
tr#main_menu a {
	display: block;
	margin: 0px;
	padding: 3px;
}
	
tr#main_menu a:hover{
	background-color:#3A73BA;
	color:#FFFFFF;
}

table#main_search_tab{
	background: #72963D;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 28px;
}

#main_search_tab .login_link{
	color:#EBC148; 
	font-size:16px; 
	font-weight:bold;
}
/*****************************************************
Department Index Menu
*****************************************************/

.round_green, .round_green_over, 
.round_cyan, .round_cyan_over, 
.round_pink, .round_pink_over,
.round_brown, .round_brown_over,
.round_blue, .round_blue_over{

	color: #000000;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	width: 64px;
	height: 64px;
	text-align: center;
	
}

.round_green, .round_green a:hover, 
.round_cyan, .round_cyan a:hover,
.round_pink, .round_pink a:hover,
.round_brown, .round_brown a:hover,
.round_blue, .round_blue a:hover{
	filter:alpha(opacity=50);
}

.round_href, a.round_href  , a.round_href:hover, a.round_href:link{
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

.round_green, .round_green_over{
	background: #A3D39C ;
	background: url(../images/zbzk/dept_index_01.gif) no-repeat; 
}
.round_cyan, .round_cyan_over{
	background: url(../images/zbzk/dept_index_02.gif) no-repeat; 
}
.round_pink, .round_pink_over{
	background: url(../images/zbzk/dept_index_03.gif) no-repeat; 
}
.round_brown, .round_brown_over{
	background: url(../images/zbzk/dept_index_04.gif) no-repeat; 
}
.round_blue, .round_blue_over{
	background: url(../images/zbzk/dept_index_05.gif) no-repeat; 
}

/* The content of the textlinkleft */
.ktextlink, .ktextlink a:link, .ktextlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.ktextlink a:hover {
	color: #000000;
}

.tableline {
	border: 1px dashed #CCCCCC;
}

.tableline-solid{
	border: 1px solid #cccccc;
}

/*****************************************************
Image style class
*****************************************************/

img.imgDoctor{
	max-width: 115px; 
	width:expression( fitImgSize(this,140, 140) );
	
}

img.imgDoctorInfo{
	max-width: 140px; 
	width:expression( fitImgSize(this,140, 162) );

}

img.imgHospital{
	max-width: 140px; 
	width:expression( fitImgSize(this,140, 140) );

}

img.imgHospitalInfo{
	max-width: 258px; 
	width:expression( fitImgSize(this,258, 140) );
	
}

.imgHospitalInfo img{
	max-width: 258px; 
	width:expression( fitImgSize(this,258, 140) );
	
}

.attachment, a.attachment, a.attachment:visited{
	padding: 0 0 0 5px;
	color: #B22222;
	text-decoration: underline;
}

.img_Btn_More, a.img_Btn_More, a.img_Btn_More:visited{
	background: url(../images/button_more_bg.gif) no-repeat; 
	padding: 2px 13px;
	color: #fff;
}


.logout, .logout a, .logout a:link, .logout a:visited,
a.logout, a.logout:link, a.logout:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#EBC148;
	font-weight: bold;
	font-size:16px; 
}

.user_profile, .user_profile a, .user_profile a:visited,.user_profile a:link,
a.user_profile, a.user_profile:link,a.user_profile:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	word-spacing: 1pt;

}
.dot_arrow_more, .dot_arrow_more a, a.dot_arrow_more, a.dot_arrow_more:visited,
.index_link, .index_link a, a.index_link, a.index_link:visited {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt; 
	color: #F60; 
	line-height: normal;	
}

.dot_arrow_more, .dot_arrow_more a, a.dot_arrow_more, a.dot_arrow_more:visited {
	padding: 0 0 0 10px;
	background: url(../images/icon_arrow_dot.gif) no-repeat left; 
}

.dot_arrow_more a:hover, a.dot_arrow_more:hover {
	text-decoration: underline;
}

.index_register, .index_register a, a.index_register,
.index_register a:visited, a.index_register:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #900;
	text-decoration: underline;
	letter-spacing: 1px;
}

.index_register a:hover {
	text-decoration: none;
	color: #F00;
}

.en_index_title, a.en_index_title, .en_index_title a, 
.en_index_title a:visited, a.en_index_title:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	color: #ff9;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: bold;
}
.en_index_title a:hover{
	text-decoration: none;
}

.en_index_summary{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 1pt;
}

.en_index_summary a:hover{
	text-decoration: underline;	
}

/*****************************************************
	Footer 
*****************************************************/
#footer{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 18px;
	color: #000;
	word-spacing: 1px;
}

/*****************************************************
	Side Menu
*****************************************************/
#Side_Menu{
	background: #72963D;
}

#Side_Menu a{
	color: #fff;
}

#Side_Menu td{
	border-bottom: 1px solid #fff;
}

#Side_Menu .title{
	background: #336600;
	height: 32px;
	font-weight: bold;
	padding: 0 0 0 8px;
}

#Side_Menu .link, #Side_Menu .title,
#Side_Menu .link a, #Side_Menu .link a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	word-spacing: 1pt;
	
}

#Side_Menu .link{
	height: 22px;
}

/*****************************************************
	Title Style
*****************************************************/
.title_12pt_blue, .text_12pt_blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18px;
	color: #407BB5;
	font-weight: bold;
}

.title_12pt_blue{
	background: #F1F0EC;
}

/*****************************************************
	Doctor Style
*****************************************************/
.doctor_name{
	font-size: 18px;
	line-height: 22px;
	font-variant: normal;
	font-family: Arial;
	color: #333333;
	font-weight: bold;
}

/*.doctor_name a, .doctor_name a:visited{
	color:#fff;
}*/

.Special_Title{
	font-size: 14px;
	color: #267500;
	line-height: 18px;
	font-family: Arial;
	text-decoration: underline;
	font-weight: bolder;
}

/* The content of the informations */
.info_text {
	font-family: "Arial", "Helvetica", "sans-serif";	
	font-size: 9pt;  
	line-height: 18px;  
	color: #666666;
}
.info_text a, .info_text a:visited{
	text-decoration: none; color: #f60;
}
.info_text a:hover {
	text-decoration: underline; 
}

.page_Title{
	color:#fff;
	margin-left: 5px;
	font-weight: bold;
	font-size: 24px;
}

td.edit_profile_col{
	padding: 0 30px 0 0;
}

.attention{
	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt; 
	color: #F60; line-height: normal;	
	text-decoration: underline;
}

.mailbox_login{
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.mailbox_login a, .mailbox_login a:link, .mailbox_login a:visited{
	color:#f00;
	text-decoration: underline;
}


.Uppercase{
	text-transform: uppercase;
}

.Lowercase{
	text-transform: lowercase;
}


