/**************************************
 * THEME NAME: training
 *
 * Files included in this sheet:
 *
 *   training/user_styles.css
 **************************************/

/***** training/user_styles.css start *****/


/*<agl.folder "General Body Styling" "These are normal css setup reccommended for your HTML template although they are not neccessary">*/
 img {
   behavior: url("pngbehavior.htc");
}


td,tr,p,div    { color: #505050; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px }
h1,.contentheading,.componentheading       { color: #ba0000; font-size: 20px; line-height: 24px; padding-bottom: 15px }
	h2   { color: #ba0000; font-size: 15px }
	h3   { color: #ba0000; font-size: 13px }
	h4   { color: #b1770a; font-size: 14px; font-weight: bold }

h5   { color: #b1770a; font-size: 13px; font-weight: bold }

h6   { color: #ba0000; font-size: 12px; font-weight: bold }

a:link, a:visited     { color: #ba0000; text-decoration: none }

a:hover  { text-decoration: underline }
	
ul   { margin-left: 15px; padding-top: 0; padding-right: 0; padding-left: 0 }

li   { margin: 0; padding: 0 }
	


/*</agl.folder>*/
/*<agl.folder "General Mambo Styles" "The following are styles that are often used site wide by Mambo to provide better control of content's appearences">*/

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */

	}


.pagenavbar { 
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */

}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */

	}







/*</agl.folder>*/
/*<agl.folder "Mambo Form Styles" "Here are 2 styles that Mambo uses to let users control how their forms and buttons may look.">*/
 
.button     { color: #ffffff; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; background: #ba0000; text-align: center; margin-top: 4px; margin-left: 30px; height: 20px; border-width: 0 }

.inputbox    { color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background: #ffffff; display: block; margin-bottom: 10px; margin-left: 30px; padding: 2px; border: solid 1px #505050 }
	label  { margin-left: 30px }
/*</agl.folder>*/
/*<agl.folder "Mambo Tabbed Frontend Admin Interface" "The CSS styles here defines how the frontend admin interface will look like when editing and adding news through frontend.
">*/
 
.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.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 */

}



/*</agl.folder>*/
/*<agl.folder "Mambo Menu Styling" "You can control the way menu behave and look by using the CSS settings below
 ">*/
.mainlevel    { }

a.mainlevel:link, a.mainlevel:visited       { color: #ba0000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; display: block; margin-right: 0; margin-bottom: 0; padding: 4px 0 0 25px; width: 186px }

a.mainlevel:hover      { color: #ba0000; text-decoration: underline }

#active_menu     { color: #ba0000; font-style: normal }

.sublevel  { font-size: 10px; padding-bottom: 5px; height: 20px }

a.sublevel:link, a.sublevel:visited  { color: #153581; text-decoration: none; display: block; margin-bottom: 5px; padding-left: 5px; height: 10px }

a.sublevel:hover  { text-decoration: none; background-color: #c6e3eb }

ul#mainlevel-nav {
  padding          : 0;
  margin           : 0;
  list-style       : none;
}

ul#mainlevel-nav li {

}

ul#mainlevel-nav li a {

}

ul#mainlevel-nav li a:hover {
}



/*</agl.folder>*/
/*<agl.folder "Mambo General styling for Sections/Categories/Contents" "These stylings are either sometimes or often used across Sections, categories and contents. They, therefore, deserves to be mentioned and separated from others.
 ">*/
 
.createdate  { font-size: 10px; text-transform: uppercase }

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	}

a.readon:link, a.readon:visited   { color: #ff8f31; font-size: 10px; text-transform: uppercase }

a.readon:hover  { text-decoration: underline }





/*</agl.folder>*/
/*<agl.folder "Mambo Styling for Contents" "All the styling for contents are listed below.
 ">*/
 
.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
	}

.contentpaneopen  { }


.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */

	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */

	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */

    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */

}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */

}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */

}


/*</agl.folder>*/
/*<agl.folder "Mambo Sections Styles" "Styling of sections tables 
 ">*/

.sectiontableheader   { font-weight: bold; background-color: #d1ecb7 }

.sectiontableentry1,   { }
	
.sectiontableentry2   { background-color: #c6e3eb }





/*</agl.folder>*/
/*<agl.folder "Mambo Styles for Categories" "The following are the styling for "Category" items generated from the Sections area
 ">*/

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	}



/*</agl.folder>*/
/*<agl.folder "Mambo Blog styling" "Not too sure where this is used yet. I tried the blog section but it doesn't seem to use it. If you have info on this, email me. I'll update this part.
 ">*/
 
a.blogsection:link, a.blogsection:visited {
	}

a.blogsection:hover {;
	}




/*</agl.folder>*/

/*<agl.folder "Mambo Modules formatting" "These stylings are to format the way modules are displayed. It mainly deals with the format of its table. I think this doesn't need too much explaining
 ">*/

table.moduletable      { background-image: url(images/menu-left-bg.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: left top; margin: 0; padding: 0; width: 186px }

table.moduletable th       { color: #fff; font-size: 14px; font-weight: normal; background-image: url("images/menu-left-th.gif"); background-repeat: no-repeat; background-attachment: scroll; text-align: left; text-transform: lowercase; text-indent: 20px; word-spacing: 3px; letter-spacing: 1px; padding-top: 35px; height: 79px }

table.moduletable td {
	/* well.. for formatting the table cells of the module table */
	}
	
	li.latestnews  { list-style-type: none; list-style-image: none; padding-right: 15px; padding-bottom: 10px; padding-left: 10px }


/*</agl.folder>*/
/*<agl.folder "Mambo's Built-in Component's Syling" "These stylings are used for Mambo's built-in components such as newsfeeds, weblinks, contact, search and polls. A commented subtitle will guide you which is for which
 ">*/
 
 
 /*  Polls  */
 
.poll {
	/* polls texts */
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* 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 */l;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	}


/* 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  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	}
	/*</agl.folder>*/
	
	

/*<agl.folder "NICHE: Top Menu Styling">*/

/* These styles are for the top menu nav that goes horizontal with images in the background.  You will need to add the suffix "top" to the module and/or menu */

	.mainleveltop         { color: #505050; font-size: 12px; line-height: 14px; display: block; margin: 10px 0 0; padding: 0 0 0 10px; float: left }

a.mainleveltop:link, a.mainleveltop:visited                 { color: #fff; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; background-image: none; background-position: center bottom; text-align: center; text-transform: uppercase; width: auto }
	a.mainleveltop:hover        { color: #ba0000; background-image: url(images/menu-bg-hover.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center }
	span.mainleveltop { color: #fff }
	#active_menutop { color: #ba0000; font-weight: bold }
/*</agl.folder>*/
/*<agl.folder "NICHE: Custom Template Styles" "These styles are for the St Rita's Template ">*/
	.headscape { background-image: url(images/head-scape.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top }
	.headpeople { background-image: url(images/head-people.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left top }
	.menubg { background-image: url(images/menu-bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left top }
	.footer { background-image: url(images/footer.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top }
	.triplea  { color: #ba0000; font-size: 34px }
	.training   { color: #ff8f31; font-size: 34px; text-transform: lowercase }
	.leftmenu { background-image: url(images/menu-left-bg.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: left top }
	.maintext  { padding-right: 20px; padding-left: 40px }
	.rightmod { background-image: url(images/menu-right-bg.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: right top }
/*</agl.folder>*/

/*<agl.folder "NICHE: Custom Modules" "These module styles are for the St Rita's Template ">*/
	/*Right Modules */
	table.moduletableright     { background-image: url('(EmptyReference!)'); background-repeat: repeat-y; background-attachment: scroll; background-position: right top; text-align: left; display: block; margin: 0; padding: 0 0 0 0 }

table.moduletableright th        { color: #fff; font-size: 14px; font-weight: normal; background-image: url(images/menu-right-th.gif); background-repeat: no-repeat; background-attachment: scroll; text-align: left; text-transform: lowercase; text-indent: 30px; word-spacing: 3px; letter-spacing: 1px; padding-top: 35px; width: 186px; height: 69px }
	table.moduletableright	 td  { }
	/*Latest News Module*/
	li.latestnewsright { list-style-type: none; list-style-image: none; padding-right: 15px; padding-left: 20px }
	a.latestnewsright:link, a.latestnewsright:visited { font-size: 11px }
	a.latestnewsright:hover { }
	/*Login Module*/
	table.moduletablelogin     { background-image: url('(EmptyReference!)'); background-repeat: repeat-y; background-attachment: scroll; background-position: right top; text-align: left; display: block; margin: 0; padding: 0 0 0 0 }

table.moduletablelogin th        { color: #fff; font-size: 14px; font-weight: normal; background-image: url(images/menu-right-th.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-align: left; text-transform: lowercase; text-indent: 30px; word-spacing: 3px; letter-spacing: 1px; padding-top: 35px; width: 186px; height: 79px }
table.moduletablelogin	 td  { }
	table.moduletablelogin a:link, table.moduletablelogin a:visited { margin-left: 30px }
/*</agl.folder>*/


body {
color: #465675; background-color: #ffffff; margin: 0; padding: 0 
}
div.clearer {
  clear: both;
}
table.generaltable {
  background-color: #EEEEEE;
}
img.resize {
  width: 1em;
  height: 1em;
}
p.helplink {
  margin: 0.5em 0;
}
h1.headermain {
  color: #449900;
}
h2.headingblock {
  border-style: none;
}
table.loginbox {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
table.loginbox td.content {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
div.noticebox {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
table.generaltable td {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
div.generalbox {
  border-top-width: 1px;
  border-style: solid none none;
  border-top-color: #DDDDDD;
}
table.generalbox {
  border-top-width: 1px;
  border-style: solid none none;
  border-top-color: #DDDDDD;
}
table.generaltable th.header {
  background-color: #DDDDDD;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
}
div.informationbox {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
table.userinfobox {
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
}
p.copyright {
  text-align: center;
}
div.headermenu {
  font-size: 0.75em;
}
div.headermenu div.logininfo  { padding: 5px; position: relative; top: -10px; clear: both }
div.breadcrumb {

}
table.tabs td.side {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #88DD55;
}
div.navbar div.navbutton form {
  float: left;
}
div.navbar div.navbutton {
  margin-top: 3px;
}
div.navbar   { margin-top: 5px; padding: 3px 0 3px 3px; border: 0 transparent }
div#footer {
  margin-top: 0;
  font-size: 0.75em;
  border-top-width: 20px;
  border-style: solid none none;
  border-top-color: #EEFFDD;
}
div#content  { }
ul.section li {
  margin: 0.2em 0;
}
div.sideblock div.content * {
  text-align: left;
}
div.sideblock ul.list span.c1 {
  padding-left: 0.3em;
}
div.sideblock div.title h2  { color: #fff; font-size: 16px; font-weight: normal; text-transform: lowercase; margin-bottom: 10px }
div.sideblock div.header  { background: #f2f2f2 url("images/repeat-head.gif") repeat-x left top; padding: 5px 5px 0 10px; border: 0 transparent }
div.sideblock div.content  { background-color: #f2f2f2; padding: 10px; border: 0 transparent }
div.sideblock table.calendar-controls td.current {
  text-align: center;
}
div.sideblock table.minicalendar td.day {
  text-align: center;
  font-size: 0.9em;
}
div.sideblock table.minicalendar {
  border-style: none;
}
body#admin-lang h2.main {
  font-size: 1em;
  text-align: left;
}
body#course-index table.generalbox {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
table.minicalendar td.today {
  line-height: 1.4em;
  border-width: 2px;
  border-style: solid;
  border-color: #88DD55;
}
div.sideblock table.minicalendar tr.weekdays {
  font-size: 0.8em;
}
div.courseboxcontent {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
td.courseboxcontent {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
.tabrow td {
  border-width: 1px;
  border-style: solid;
  border-color: #88DD55;
}
.tabrow td.selected {
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-style: solid solid none;
  border-top-color: #88DD55;
  border-right-color: #88DD55;
  border-left-color: #88DD55;
}
.sideblock .content .message {
  text-align: left;
}
.sideblock .header .hide-show img.hide-show-image {
  background-image: url(../../pix/t/switch_minus.gif);
  background-repeat: no-repeat;
  margin-top: 0;
}
.sideblock.hidden .header .hide-show img.hide-show-image {
  background-image: url(../../pix/t/switch_plus.gif);
  background-repeat: no-repeat;
  margin-top: 2px;
}
#calendar .event_global {
  background-color: #D6F8CD;
  border-color: #D6F8CD;
}
.minicalendar .event_global {
  background-color: #D6F8CD;
  border-color: #D6F8CD;
}
.block_calendar_month .event_global {
  background-color: #D6F8CD;
  border-color: #D6F8CD;
}
#calendar .event_course {
  background-color: #FFD3BD;
  border-color: #FFD3BD;
}
.minicalendar .event_course {
  background-color: #FFD3BD;
  border-color: #FFD3BD;
}
.block_calendar_month .event_course {
  background-color: #FFD3BD;
  border-color: #FFD3BD;
}
#calendar .event_group {
  background-color: #FEE7AE;
  border-color: #FEE7AE;
}
.minicalendar .event_group {
  background-color: #FEE7AE;
  border-color: #FEE7AE;
}
.block_calendar_month .event_group {
  background-color: #FEE7AE;
  border-color: #FEE7AE;
}
#calendar .event_user {
  background-color: #DCE7EC;
  border-color: #DCE7EC;
}
.minicalendar .event_user {
  background-color: #DCE7EC;
  border-color: #DCE7EC;
}
.block_calendar_month .event_user {
  background-color: #DCE7EC;
  border-color: #DCE7EC;
}
.sitetopiccontent,.categoryboxcontent  { padding: 10px; border: 0 }
/***** training/user_styles.css end *****/

