/*
*		JoomSpirit CSS file for typo
*
*/

body {
font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
color: black;
line-height: 1.6em;
} 

p {
margin: 12px 0;
}

h1, h2, h3, h4 {
font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
text-decoration: none;
text-transform:none;
font-weight:normal;
padding:8px 0 8px 0;
}

h1, h2.contentheading {
font-size:240%;
color: #006;
line-height:36px;
}

h1.componentheading {
padding-bottom:40px;
}

h2, .blog  h2.contentheading{
font-size:200%;
color: #006;
}

h2 a {
color: #006;
text-decoration: none;
}

h2 a:hover {
color: #006;
text-decoration: none;
}

h3 {
font-size:140%;
color: #006;
line-height:30px;
}

h4 {
font-size:120%;
color: #006;
line-height:20px;
}

h3.module {
margin-top:0;
}

.blog h2.contentheading {
}

/**	HEADER	**/

#newsflash p {
font-family: Arial,Tahoma,Helvetica,Sans-Serif;
line-height:20px;
text-transform: none;
font-weight: normal;
font-size:90%;
margin:0;
}

/**	LEFT	**/

h3.module {
color: #006;
font-size:105%;
font-weight:bold;
}

#left h3.module {
border-bottom: 1px solid #406c8a;
}

/**				LINK		**/

a {
color: #006;
text-decoration : none;
}

a:hover {
color: #006;
text-decoration : underline;
}

a:active, a:focus {
outline:none;
}



/*	List  */



ul.normal, ul.check {
margin: 10px 0 10px 10px;
padding-left:0;
}

.normal li, .check li {
background: url(../images/list_normal.gif) 0 2px no-repeat;
padding-left: 24px;
list-style:none;
margin:4px 0;
}

.check li {
background: url(../images/list_check.gif) 0 2px no-repeat;
}

/*
*	Quotation
*/

blockquote.brown, blockquote.gold {
margin: 10px 30px 10px 30px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/quote_brown.gif) 0 5px no-repeat;
text-align:justify;
font-style:italic;
font-size:105%;
}

blockquote.gold {
background: url(../images/quote_gold.gif) 0 5px no-repeat;
}

blockquote.brown p, blockquote.gold p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/quote_brown_end.gif) 100%  no-repeat;
}

blockquote.gold p {
background: url(../images/quote_gold_end.gif) 100%  no-repeat;
}

/**  DIV Info  **/

.info {
line-height:25px;
padding-left:30px;
border-top:1px solid #F90;
border-bottom:1px solid #F90;
background: #eee url(../images/logo_info.gif) 4px 3px no-repeat;
margin: 10px 0;
}

/** 	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;
}

/**	login	**/

#modlgn_username, #modlgn_passwd {
background:#F0f4f7 none repeat scroll 0 0;
border:1px solid #D0D0D0;
color:#474747;
display:block !important;
font-family:Arial,Helvetica,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
height:15px !important;
line-height:normal !important;
margin:3px 0;
padding:5px 5px 4px !important;
width:150px;
}

ul.icon_login, #left ul.icon_login {
float:left;
margin: 0 0 0 10px;
}

ul.icon_login li, #left ul.icon_login li {
display:block;
float:left;
width:16px;
height:16px;
margin:5px 0 0 10px;
}

#left ul.icon_login li a:hover, #left ul.icon_login li#current a, #left ul.icon_login li.active a {
border:none;
}

#form-login-remember {
clear:both;
padding-top:8px;
}

p#form-login-password {
margin-bottom:20px;
}