/* STANDARD COMPLETE CSS FOR JOOMLA 1.0.X and MAMBO 4.5.X TEMPLATES */
/* By Dinh Viet Hung (C) http://www.joomlart.com: Free templates and Professional Templates Club */

/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/
body {/*Style for the body tag of your website, controls font family page background, etc.*/
height: 100%;
margin: 0px;
margin-top: 4px;
padding: 0px;
text-align: left;
font-family: verdana, arial, sans-serif;
font-size: 12px;
background: #ffffff;
}

p {} /*formatting all <div> (division) items.  This is a catch-all that only applies when no other 
style has been defined.*/
td {} /*formatting all 
<td> items. This default setting is used when no other style has been defined.*/
tr {} /*formatting all 
<tr> items.  This default setting is used when no other style has been defined.*/
ul {} /*formatting all UL (unordered list) items. This default setting is used when no other style
has been defined.*/

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px; margin-top: 50px;}
h4 {font-size: 14px;}

a { /* general links style*/
text-decoration:  none;
font-weight: normal;
border: none;
color: #2B60DE;
}
a:visited {
text-decoration: none;
font-weight: normal;
border: none;
/* color: #15317E; */
}
a:hover {
text-decoration:  underline;
}
hr {} /* horizontal line in your template*/
hr.separator {}
 
/* FORMS SETTINGS */
.button {}
.inputbox {}
.search {} /*formatting the <div> which holds search items: inputbox, search button...*/

div.mosFormLabel label{
width: 220px;
float: left;
text-align: right;
padding: 0px;
}


/* NAVIGATION/MENU SETTINGS */

a.mainlevel{ /* this styling is for the MAIN items in the menu */
font-size: 12px;
margin-bottom: 2px;
padding-top: 2px;
padding-left: 4px;
padding-right: 0px;
padding-bottom: 2px;
width: auto;
display: block;
text-decoration: none;
font-weight: normal;
color: #15317E;
background: transparent;
}

a.mainlevel:visited {
}
a.mainlevel:hover {
text-decoration: none;
background: #ffffff;
color: #15317E;
}

a.sublevel { /* this styling is for menu items that HAS A PARENT */
font-size: 10px;
padding: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-left: 8px;
padding-right: 0px;
padding-bottom: 2px;
width: auto;
display: block;
text-decoration: none;
font-weight: normal;
color: #15317E;
background: transparent;
}

a.sublevel:visited {}
a.sublevel:hover {
text-decoration: none;
background: #ffffff;
color: #15317E;
}
 
#active_menu { /* this styling is for the menu item when it is active, even in main/sub position*/
background: #ffffff;
color: #15317E;
}

ul#mainlevel-nav { /* this styling is for the TOPMENU items */
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}
ul#mainlevel-nav li{
width: auto !important;
float: right;
margin: 0;
margin-right: 0px;
font-size: 10px;
white-space: nowrap;
background: transparent;
}
ul#mainlevel-nav a {
font-weight: normal;
display: block;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
text-decoration: none;
color: #15317E;
margin-left: 0px;
white-space: nowrap;
background: transparent;
}
/* #mainlevel-nav a:visited{} */
ul#mainlevel-nav a:hover {
color: #15317E;
text-decoration: underline;
background: transparent;
}
 
.pagenavbar {} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when 
they become hyper links*/
.pagenavbar:visited {}
 
.pagenav {} /* as the name implies, this is for formatting texts for those 
"<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {}
a.pagenav:hover {}
 
a.readon:link {} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {}
a.readon:visited {}
 
.back_button {font-size: 10px;} /*Style for the "BACK" button*/
.pagenav_prev {font-size: 10px;} /*Style for the PRE button*/
.pagenav_next {font-size: 10px;} /*Style for the NEXT button*/
 
.latestnews ul { /*Style for latest news list - by default, latest news is user1 module*/
font-size: 10px;
}
.latestnews li {
font-size: 10px;
}
 
.mostread ul{} /*Style for most popular list - by default, most popular is user2 module*/
.mostread li{
font-size: 10px;
}
 
/* CONTENT PAGE SETTINGS */
a.category {}
a.category:hover {}
a.category:visited {}
 
.blogsection { /* Formatting the links in Blog section */
line-height: 1.5;
}
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */
 
.componentheading { /* Title of the component being used to display the content.*/
font-weight: bold;
font-size: 14px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #15317E;
color: #15317E;
margin-bottom: 10px;
}
.contentheading { /* Title of the content, article, etc. being displayed.*/
font-weight: bold;
font-size: 14px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #15317E;
color: #15317E;
margin-bottom: 10px;
}
.contentpane { /* Table that holds all non-article information (components, 
category lists, contact forms, etc).*/
text-align: left;
font-size: 12px;
line-height: 1.5;
background: transparent;
}
.contentpaneopen { /* Table that holds the actual text for an article.*/
text-align: left;
font-size: 12px;
line-height: 1.5;
background: transparent;
}
.contentpagetitle { /*Title of articles*/
}
a.contentpagetitle:hover {margin-bottom: 10px;} /*Title of articles when appeare as links */
a.contentpagetitle {}
a.contentpagetitle:visited {}
 
.contentdescription { /* Formating the "DESCRIPTION" of sections, categories 
(News/Weblinks/Latest news...) */
line-height: 1.5;
}
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple 
pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of 
Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink {} /* same as above, used to format toc link text status*/
a.toclink:visited {} 
a.toclink:hover {} 
 
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {} /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {
background: #EFEFEF;
text-align: left;
padding: 2px;
} 
.sectiontableentry2 {
background: #FFF;
text-align: left;
padding: 2px;
}
 
 
/* JOOMLA - MAMBO MODULES FORMATTING */
table.moduletable {} /* Formatting the module table */
table.moduletable th {} /* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */
 
 
/* MISCELLANEOUS */
 
/* Dates , Authors*/
.createdate { /* For styling the date the content/articles are created under contents title */
font-size: 10px;
color: #ababab;
}
.modifydate { /* Formating "Last updated on" text at the end of articles/contents */
font-size: 10px;
color: #ababab;
margin-bottom: 5px;
}
.small { /* Formating "Written by:...." text */
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
}
.smalldark { /*Found in poll result page, for " Number of Voters".. text */
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

/* Polls */
.poll { /* format the td of poll table */
font-size: 10px;
}
.pollstableborder { /* set the border properties of the polls voting table */
font-size: 10px;
}
 
/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks" 
  section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */
 
/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's
news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */
 
/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test
returned 4 matches" box that appears after you have entered a search value.
It appears on the mainbody with the search results */

/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
 
.ontab {}/* For styling of the "Tab" buttons when editing contents through the 
frontend as admin. 
This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing 
contents through the frontend. 
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {} /* this style is used set the size of the tab in the above */ 
.tabheading {} /* Not too sure what this is used for. Couldn't find anything 
related to it yet at the moment */
.pagetext {} /* this style is used to style the content of the editing form 
contents (where HTMLArea sits and all its forms + contents) in the frontend 
Administration interface */

div#leveys {
width: 780px;
margin-left: 0px;
margin-right: 0px;
}

#header {
width: 780px;
height: 80px;
margin-left: 0px;
margin-right: 0px;
background: transparent;
vertical-align: top;
}

#top-top {
width: 320px;
margin-right: 0px;
float: right;
background: transparent;
vertical-align: top;
}

#top-bottom {
height: auto;
width: 140px;
float: left;
background: transparent;
vertical-align: bottom;
}

#banner {
width: 470px;
height: 64px;
float: right;
padding-left: 2px;
padding-top: 2px;
background: #f0f0f0;
}

#search {
width: 150px;
margin: 0px;
padding: 0px;
float: right;
margin-left: 4px;
background: transparent;
}

#search .inputbox {
width: 120px;
padding: 2px;
font-size: 10px;
border: none;
background: #f0f0f0;
}

#search .button {
margin: 0px;
padding: 0px;
font-size: 10px;
border: none;
float: top right;
background: #b0b0b0;
}

#search form {
margin: 0px;
padding: 0px;
float: right;
}

#topmenu {
width: 300px;
margin: 0px;
margin-top: 0px;
padding: 0px;
margin-left: 4px;
float: right;
vertical-align: top;
background: transparent;
}

#pathway {
width: 770px;
margin: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
background: transparent;
}

.pathway {
color: #15317E;
font-size: 10px;
text-decoration: none;
font-weight: normal;
}

.pathway a {
color: #2554C7;
text-decoration: none;
font-weight: normal;
}
.pathway a:hover {
text-decoration: underline;
}

#leftcol {
width: 168px;
float: left;
padding-top: 10px;
margin-left: 0px;
margin-right: 0px;
vertical-align: top;
background: transparent;
}


#rightcol {
width: 168px;
float: none;
padding-top: 10px;
margin-left: 0px;
margin-right: 0px;
vertical-align: top;
background: transparent;
}

#footer {
float: bottom;
bottom: 0px;
vertical-align: bottom;
width: 100%;
margin-top: 50px;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
border-top: 4px solid #e0e0e0;
background: #c0c0c0;
font-size: 10px;
color: #444444;
}

#maincol-withright {
float: left;
width: 452px;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
background: #ffffff;
} 

#maincol-wide {
float: left;
width: 616px;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
background: #ffffff;
}

.clr {clear:both;}

.content {
float: left;
margin-top: 0px;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;
font-size: 12px;
}

#leftcol div.module { /* top */
width: auto;
margin-bottom: 8px;
}

#leftcol div.module div { /* middle */
width: auto;
}

#leftcol div.module div div { /* bottom */
width: auto;
}

#leftcol div.module div div div {
width: auto;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
font-size: 10px;
background: #f0f0f0;
}

#leftcol div.module div div div div {
padding: 0px;
margin: 0px;
}

#rightcol div.module {
width: auto;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 8px;
font-size: 10px;
}

#rightcol div.module ul {
/* list-style: none; */
margin: 0px;
padding: 0px;
padding-left: 12px;
margin-left: 2px;
margin-bottom: 2px;
margin-top: 2px;
font-size: 10px;
}

#rightcol div.module div {
width: auto;
background: transparent;
}

#rightcol div.module div div {
width: auto;
background: transparent;
}

#rightcol div.module div div div{
width: auto;
padding: 0px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
background: #f0f0f0;
font-size: 10px;
}

#rightcol div.module div div div div{
padding: 0px;
margin: 0px;
}

div.module h3 {
width: 100%;
font-size: 10px;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-top: 2px;
padding-bottom: 2px;
color: #15317E;
border-bottom: 1px solid #15317E;
text-align: left;
text-indent: 4px;
background: #f0f0f0;
}

#user1{
float: left;
width: 49%;
}

#user2{
float: right;
width: 49%;
}

#user3 {
width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
/* list-style: none; */
margin: 0px;
padding-left: 20px;
margin-top: 2px;
margin-left: 0px;
margin-bottom: 2px;
font-size: 12px;
}

#maincol-withright div.moduletable, #maincol-wide div.moduletable {
margin-top: 0px;
margin-left: 14px;
margin-right: 14px;
margin-bottom: 10px;
padding-left: 4px;
border: 0px solid #c0c0c0;
font-size: 12px;
line-height: 1.5;
vertical-align: top;
}

#maincol-withright div.moduletable h3, #maincol-wide div.moduletable h3 {
width: 100%;
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-top: 4px;
padding-bottom: 4px;
color: #15317E;
/* border-bottom: 1px solid #15317E; */
text-align: left;
text-indent: 4px;
background: #f0f0f0;
vertical-align: top;
}