/*
*		JoomSpirit CSS file for typo
*
*/
body {
font-family: Times new roman, times, sans-serif;
color:#666;
line-height:1.3em;
} 
p {
font-size:115%;
line-height:1.2em;
margin: 8px 0 14px 0;
}
em {
font-weight:bold;
}
h1, h2, h3, h4 {
text-decoration: none;
text-transform:none;
font-weight:normal;
padding:8px 0 4px 0;
}
h1, .componentheading {
font-family: Times new roman, times, sans-serif;
display: block;
font-size:250%;
font-weight:normal;
line-height:100%;
padding:  0 0 0 0;
margin-bottom:16px;
text-transform:none;
letter-spacing:0.5px;
color:#e2001a;
}
h1 a {
color:#e2001a;
text-decoration: none;
}
h1 a:hover {
color:#e2001a;
text-decoration: none;
}
h2 {
font-size:140%;
line-height:20px;
padding:8px 0 4px 0;
margin-bottom:8px;
font-weight:normal;
color:#00968f;
text-transform:none;
background: transparent url(../images/underlinek.png) left bottom repeat-x;
}
h2.contentheading {
}
h2 a {
color:#222;
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
color:#222;
}
h3 {
font-size:130%;
line-height:16px;
font-weight:bold;
text-transform:none;
color:#00968f;
}
h4 {
font-size:115%;
line-height:16px;
font-weight:normal;
text-transform:none;
}
h5 {
font-size:105%;
line-height:16px;
font-weight:normal;
font-style:italic;
text-transform:none;
}
/**	Modules		**/
.moduletable h3 {
margin-bottom:0px;
padding:0 0 0px 0;
color:;
}
.moduletable h3 span {
color:;
}

/*	Pathway	*/
#breadcrumb {
color:#999;
text-decoration:none;
font-size:90%;
}
#breadcrumb a:hover {
color:#e2001a;
text-decoration:none;
}
/*	List  */
.text-article ul, ul.normal, ul.check, ul.arrow, ul.normal_green, ul.check_green, ul.arrow_green, ul.circle, ul.circle_red,
ul.normal_red, ul.check_red, ul.arrow_red, ul.normal_white, ul.check_white, ul.arrow_white, ul.circle_white  {
margin-left:6px;
margin-top:10px;
padding-left:0;
}
.text-article ul li, .normal li, .check li, .arrow li, .normal_red li, .check_red li, .arrow_red li, .circle li,
.circle_red li, .normal_white li, .check_white li, .arrow_white li, .circle_white li  {
background: url(../images/list_circle.png) 0 0px no-repeat;
padding-left: 21px;
list-style:none;
margin:5px 0;
}
.text-article ul li:hover, .normal li:hover, .check li:hover, .arrow li:hover, .normal_red li:hover, .check_red li:hover, .arrow_red li:hover, .circle li:hover,
.circle_red li:hover, .normal_white li:hover, .check_white li:hover, .arrow_white li:hover, .circle_white li:hover, ol li:hover  {
color: #222;
cursor:default;
}
.text-article ul ul, ul.normal ul, ul.check ul, ul.arrow ul, ul.normal_red ul, ul.check_red ul, ul.arrow_red ul, ul.circle ul, 
ul.circle_red ul, ul.normal_white ul, ul.check_white ul, ul.arrow_white ul, ul.circle_white ul {
margin-left: 0px;
margin-top:4px;
padding-left:0;
}
.text-article ul li li, .normal li li, .check li li, .arrow li li, .normal_red li li, .check_red li li , .arrow_red li li , .circle li li, 
.circle_red li li, .circle_white li li, .check_white li li, .arrow_white li li, .normal_white li li  {
background: url(../images/list_circle.png) 0 0px no-repeat;
padding-left: 18px;
list-style:none;
margin:5px 0;
}
.normal li {
background: url(../images/list_normal.png) 0 0px no-repeat !important;
}
.check li {
background: url(../images/list_check.png) 0 0px no-repeat !important;
}
.arrow li {
background: url(../images/list_arrow.png) 0 0px no-repeat !important;
}
.circle li {
background: url(../images/list_circle.png) 0 0px no-repeat !important;
}
.normal_red li {
background: url(../images/list_normal_red.png) 0 0px no-repeat !important;
}
.arrow_red li {
background: url(../images/list_arrow_red.png) 0 0px no-repeat !important;
}
.check_red li {
background: url(../images/list_check_red.png) 0 0px no-repeat !important;
}
.circle_red li {
background: url(../images/list_circle_red.png) 0 0px no-repeat !important;
}

ol {
margin: 5px 0 0 6px;
background-color: transparent;
padding: 0 0 0 20px;
}
ol li {
margin: 0;
padding: 1px 5px;
font-weight: normal;
}
/*
*	Quotation
*/
blockquote.black, blockquote.red, blockquote.green, blockquote.pink, blockquote.white, blockquote.blue {
margin: 10px 30px 10px 30px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/quote_black.png) 0 5px no-repeat;
text-align:justify;
font-style:italic;
font-size:105%;
}
blockquote.red {
background: url(../images/quote_red.png) 0 5px no-repeat;
}
blockquote.green {
background: url(../images/quote_green.png) 0 5px no-repeat;
}
blockquote.pink {
background: url(../images/quote_pink.png) 0 5px no-repeat;
}
blockquote.white {
background: url(../images/quote_white.png) 0 5px no-repeat;
}
blockquote.blue {
background: url(../images/quote_blue.png) 0 5px no-repeat;
}
blockquote.black p , blockquote.red p, blockquote.green p, blockquote.pink p, blockquote.white p, blockquote.blue p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/quote_black_end.png) 100%  no-repeat;
color: #444;
}
blockquote.red p {
background: url(../images/quote_red_end.png) 100%  no-repeat;
color: #a93232;
}
blockquote.green p {
background: url(../images/quote_green_end.png) 100%  no-repeat;
color: #88a160;
}
blockquote.pink p {
background: url(../images/quote_pink_end.png) 100%  no-repeat;
color: #99cc66;
}
blockquote.white p {
background: url(../images/quote_white_end.png) 100%  no-repeat;
color: #eee;
}
blockquote.blue p {
background: url(../images/quote_blue_end.png) 100%  no-repeat;
color: #006699;
}
/**  DIV Info  **/
.info {
line-height:25px;
padding-left:30px;
border-top:1px solid #777;
border-bottom:1px solid #777;
background: #999 url(../images/logo_info.gif) 4px 3px no-repeat;
margin: 10px 0;
color: #eee;
}
/**	login	**/
#modlgn_username, #modlgn_passwd {
background: transparent url(../images/black-05.png) top left repeat;
font-size:90%;
color:#46462b;
width:150px;
}
#modlgn_username:hover, #modlgn_passwd:hover,
#modlgn_username:focus, #modlgn_passwd:focus {
background: transparent url(../images/black-10.png) top left repeat;
color:#46462b;
}
#submit_login {
float:left;
font-size:90%;
padding:2px 6px;
}
ul.icon_login {
float:left;
margin: 0 0 0 4px;
}
ul.icon_login li, ul.icon_login li {
display:block;
float:left;
width:16px;
height:16px;
margin:4px 0 0 5px;
}
ul.icon_login li a:hover, ul.icon_login li#current a, ul.icon_login li.active a {
border:none;
}
#form-login-remember {
clear:both;
padding-top:8px;
}
p#form-login-username {
margin:0;
}
p#form-login-password {
margin: 8px 0 8px 0;
}
#modlgn_remember {
background-color:transparent;
border:none;
}
/**	read more	**/

.readmore a {
background: transparent url(../images/black-05.png) top left repeat;
border:1px solid #ccc;
border-color: #888 #ccc #ccc #888;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
display:inline-block;
font-size:12px;
font-weight:normal;
margin-top:5px;
padding:4px 10px;
text-decoration:none;
text-transform:none;
color:#666666;
}

.readmore a:hover {
background: transparent url(../images/black-10.png) top left repeat;
text-decoration:none;
}

/** 	TOOL TIPS		**/
.tool-tip {
color: #666;
width: 139px;
z-index: 13000;
}
 
.tool-title {
font-weight: bold;
font-size: 115%;
margin: 0;
padding: 8px 8px 4px;
background: transparent url(../images/bubble.png) top left no-repeat;
}
 
.tool-text {
font-size: 100%;
padding: 4px 8px 8px;
background: transparent url(../images/bubble.png) bottom right no-repeat;
}
/**		FOOTER		**/
#footer {
color: #888;
font-size:90%;
}

/**		Menu		**/
.ddmx{
border:0px none #FFFFFF !important ; 
}
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
 padding: 9px 0px 0px 0px  !important ; 
 top: 0px !important ; 
 left: 0px; 
 font-size: 15px !important ; 
 font-family: 'Times New Roman', Times, serif !important ; 
 text-align: center !important ; 
 font-weight: normal !important ; 
 color: #666666 !important ; 
 text-decoration: none !important ; 
 display: block; 
 white-space: nowrap; 
 position: relative; 
background-image:none; width:114px; 
 height:25px; 
}
.ddmx td.item11 {
 background-color: #d8efee !important ; 
 padding:0 !important ; 
 border-top: 2px solid #FFFFFF !important ; 
 border-left: 2px solid #FFFFFF !important ; 
 border-bottom: 2px solid #FFFFFF;
 border-right: 0 !important ; 
 white-space: nowrap !important ; 
 width:114px; 
 height:25px; 
}
.ddmx td.item11-last {
 background-color: #d8efee !important ; 
 padding:0 !important ; 
 border: 2px solid #FFFFFF !important ; 
 white-space: nowrap; 
 width:114px; 
 height:25px; 
}
.ddmx td.item11-acton {
 padding:0 !important ; 
 border-top: 2px solid #FFFFFF !important ; 
 border-left: 2px solid #FFFFFF !important ; 
 white-space: nowrap; 
 border-bottom: 2px solid #FFFFFF;
}
.ddmx td.item11-acton-last {
 border: 2px solid #FFFFFF !important ; 
}
.ddmx .item11-acton-last a.item1,
.ddmx .item11-acton a.item1,
.ddmx .item11-acton-last a:hover,
.ddmx .item11-acton a:hover,
.ddmx .item11 a:hover,
.ddmx .item11-last a:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
background-image:none; color: #FFFFFF !important ; 
 background-color: #00968f !important ; 
}
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
 padding: 12px 0px 0px 15px  !important ; 
 font-size: 15px !important ; 
 font-family: 'Times New Roman', Times, serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 text-decoration: none !important ; 
 display: block; 
 white-space: nowrap; 
 position: relative; 
 z-index:500; 
 width:200px; 
 height:25px; 
 opacity:0.92; 
}
.ddmx a.item2 {
background-image:none; background-color: #d8efee !important ; 
 color: #666666 !important ; 
 border-top: 2px solid #FFFFFF !important ; 
 border-left: 2px solid #FFFFFF !important ; 
 border-right: 2px solid #FFFFFF !important ; 
}
.ddmx a.item2-last {
background-image:none; background-color: #d8efee !important ; 
 color: #666666 !important ; 
 border-bottom: 2px solid #FFFFFF !important ; 
 z-index:500; 
}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
background-image:none; background-color: #00968f !important ; 
 color: #FFFFFF !important ; 
 border-top: 2px solid #FFFFFF !important ; 
 border-left: 2px solid #FFFFFF !important ; 
 border-right: 2px solid #FFFFFF !important ; 
}
.ddmx .section {
 border: 0px none #FFFFFF !important ; 
 position: absolute; 
 visibility: hidden; 
 display: block; 
 z-index: -1; 
}
.ddmxframe {
 border: 0px none #FFFFFF !important ; 
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */
