IFRAME {border: 4px solid black}

/*--------------------------------
Copyright Getupdated Internet Solutions 
Jon Eriksson
--------------------------------- */

/* HTML Elements Standard ____________________________________ */
html,body,form, p {
	margin: 0;
	padding: 0; 
}

img {
	border: 0;
}

#wrapper table {
	border-collapse: collapse;
}

#wrapper td {
 vertical-align: top;
 }

#mainContent table {
	width:100%;
	border: 1px solid #e3dac5;
} 

#mainContent table th{
 text-align: left;
border-bottom: 4px solid #e3dac5; 
	padding:3px;
} 

#mainContent table td{
border: 1px solid #e3dac5;
	padding:3px;
} 

/* Type Elements  ____________________________________ */
body {
font-family: Arial, verdana,   Helvetica, sans-serif;
background-color: #ffffff;
color: #333333;
font-size: 11px;
background: url(/UserUploadImages/system/bg_top.gif) repeat-x;
width: 100%;
}

/*#wrapper {
	line-height: 1.3em;
}*/

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-family:  georgia, times, Arial, verdana,  Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: black;

}
h2 {
	font-family:  Arial, verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 7px 0;
	color: #4B0923;
	background: url(/UserUploadImages/system/bg_dotted_horizontal.gif) repeat-x;
	background-position: 0 1.3em;
}

h3 {
	font-family:  Arial, verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #4B0923;
}



/* Links */

a {
	color: #4B0923;
	text-decoration: underline;
}

 a:hover {
	color: #a2863e;
}


/* Layout Elements ____________________________________ */

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	overflow: hidden;
}

#navigation  {
clear: both;
height:50px;
padding: 10px 0 0 0;
}

#header { 
	height: 115px;
}

	#header #logo { 
		padding: 18px 0px 0px 0px;
		float: left;
		width: 150px;
		}
		
	
	#header #tools { 
		padding: 58px 0px 00px 0px;
		float: right;
		width: 400px;
	}	
	
#mainWrapper{
	margin: 10px 0px 0 0px;
	width: 960px; 
	overflow: hidden;
}

#mainLeftMenu {
width: 220px; 
float: left;
}

#mainContent {
	width: 470px; 
	 float: left;
	 margin-left: 25px;

}

#mainRightMenu {
	width: 220px; 
	 float: right;
	overflow: hidden;
}
	
/* Tools search ____________________________________ */
	
#links {
	 float: right;
	 width: 400px;
	 overflow: hidden;
	 padding: 0 0 15px 0;
	 text-align: right;
}

a.home{
	background-image: url(/UserUploadImages/system/icon_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 20px 4px 27px;
	height:44px;
	text-decoration: none;
}

a.sitemap {
	background-image: url(/UserUploadImages/system/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 4px 27px;
	text-decoration: none;
}

#search { 
float: right; 
clear: both;
padding: 0px 0px 0px 0px;
width: 220px;
height: 20px;
}		

.AddCMSSysSearchButton {
border: 0px !important;
padding:0px 2px 1px 2px;
color: #fff;
font-size:11px !important;
float: left;
height: 20px !important;
width: 40px;
 background-image: url(/UserUploadImages/system/button_top_search.gif);
}


.AddCMSSysSearchText {
border: none !important;
color: #fff;
font-size:11px !important;
margin: 0px 0px 0px 0px;
padding: 2px 0px 1px 4px;
width:176px;
float: left;
height: 17px !important;
background-color: #4B0923;
background-image: url(/UserUploadImages/system/bg_top_search.gif);
 background-attachment: inherit;
 background-repeat: no-repeat;
}

.AddCMSSysSearchResultText {
	margin-right:5px;
}

.AddCMSSysSearchResultButton {
	padding:0px 5px 0px 5px;
	background-color: #4b0923;
	color: #ffffff;
	font-size:11px !important;
border: 0px !important;	
}

.SearchResultsPanel li{
	border-bottom:1px solid #e3dac5 !important;
	padding: 0 0 10px 0 !important;
	background-image: none !important;
}

/* Navigation   ____________________________________ */

.nav-main {
	float: left;
}

.nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #fff;	
	height: 29px;
}

.nav-main ul li {
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	border-right: 1px solid #fff;
}

.nav-main ul li a {
	color: #a2863e;
	text-decoration: none;
	padding: 4px 8px 11px 8px;
	display: block;
	float: left;
	height: 14px;	
}

.nav-main ul li a:hover {
color: #4b0923;
text-decoration: none;
padding: 4px 8px 6px 8px;	
border-bottom: 5px solid #4b0923;
	height: 14px !important; /* Removes standard 20px height in AddCMS */
}

.nav-main ul ul { 	
	margin:0px 0 0 0;
	padding: 10px 0 0 0;
	height: auto !important; 
	border-left: none;		
}

.nav-main ul li ul li a {
	color: #a2863e;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	display: block;
	float: left;
	height: auto !important;
background-color: #e3dac5;
color: #4b0923;	
border-bottom: 1px solid #fff;
}

.nav-main ul li ul li a:hover {
color: #4b0923;
text-decoration: none;
padding: 3px 3px 3px 3px;
border-bottom: 0px solid #fff;
background-color: #a2863e;
color: #e3dac5;	
border-bottom: 1px solid #fff;
}

#nav-main a.AddCMSSysMainSelected {
color: #4b0923 !important;
padding: 4px 8px 6px 8px !important;	
border-bottom: 5px solid #4b0923;
}

#nav-main .AddCMSSysMenu ul.AddCMSSysSub a.AddCMSSysSub,
#nav-main .AddCMSSysMenu ul.AddCMSSysSub a.AddCMSSysSubSelected {
width: 184px;
}

#nav-main .AddCMSSysMenu ul, #nav-main .AddCMSSysTreeMenu ul {
top:-6px;
}

/* Sub navigation (left menu)*/

#sub-nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #e3dac5;
}

#sub-nav ul ul {
	border-bottom: 0px solid #e3dac5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#sub-nav ul li{
display: block;
padding: 0; 
}

#sub-nav ul li a {
display: block;
padding: 4px 5px 4px 10px;
color: #4b0923;
border-color:#e3dac5;
border-style:solid;
border-width:1px 1px 0px 1px;
}

#sub-nav ul li a:hover {
	color: #a2863e !important;
}

/* level 2 */
#sub-nav ul li ul li a{
border-width:0px 1px 0px 1px;
padding-left: 20px;
background: url(/UserUploadImages/system/icon_arrow.gif) no-repeat 0.7em 0.7em;
}
/* level 3 */
#sub-nav ul li ul li ul li a {
border-width:0px 1px 0px 1px;
padding-left: 30px;
background: url(/UserUploadImages/system/icon_arrow.gif) no-repeat 1.7em 0.7em;
}

/* Main Navigation Selected (AddCMS classes) */

#sub-nav a.AddCMSSysMainSelected,
#sub-nav a.AddCMSSysSubSelected
{
background-color:#e3dac5;
}

/* level 2 */
#sub-nav ul li ul li a.AddCMSSysMainSelected,
#sub-nav ul li ul li a.AddCMSSysSubSelected
{
background: #e3dac5 url(/UserUploadImages/system/icon_arrow_down.gif) no-repeat 0.7em 0.7em;
padding-left: 20px !important;
}

/* level 3 */
#sub-nav ul li ul li ul li a.AddCMSSysMainSelected,
#sub-nav ul li ul li ul li a.AddCMSSysSubSelected
{
background: #e3dac5 url(/UserUploadImages/system/icon_arrow_down.gif) no-repeat 1.7em 0.7em;
padding-left: 30px !important;	
}

/* level 3 */
#sub-nav ul li ul li ul li ul li a.AddCMSSysMainSelected,
#sub-nav ul li ul li ul li ul li a.AddCMSSysSubSelected
{
background: #e3dac5 url(/UserUploadImages/system/icon_arrow_down.gif) no-repeat 2.7em 0.7em;
padding-left: 40px !important;	
}

/* Page Dividers and Columns Splits ____________________________________ */

/* #mainLeftMenu */

#mainLeftMenu .headline {
	background: url(/UserUploadImages/system/bg_courses.gif) no-repeat;
	border-bottom: 4px solid #a2863e;

	height: 25px;
	padding: 25px 0 0 10px;
}

#mainLeftMenu .headline h2 {
	font-family:  georgia, times, Arial, verdana,  Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: white;
	background: url(/UserUploadImages/system/bg_dotted_horizontal.gif) repeat-x;
}

/* #mainRightMenu */

#mainRightMenu .catalogue, #mainRightMenu .tipafriend{
	padding: 5px 5px 5px 5px;
	border: 3px solid #f4f2e9;
	margin-bottom: 10px;
}

#mainRightMenu .catalogue a, #mainRightMenu .tipafriend a{
	font-family:  georgia, times, Arial, verdana,  Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0.4em 0px 0px 23px;
	background: url(/UserUploadImages/system/icon_pdf.gif) no-repeat 0px 0.4em;
	text-decoration: none;
}

#mainRightMenu .tipafriend a{
	padding: 0.4em 0px 0px 30px;
	background: url(/UserUploadImages/system/icon_tip-a-friend.gif) no-repeat 0px 0.7em;
}

#mainRightMenu .is-info, #mainRightMenu .teasers{
	padding: 10px;
	background-color: #f4f2e9;
	margin-bottom: 10px;
	overflow: hidden;
	width:200px;
}


#mainRightMenu .teasers div div div{
	overflow: hidden;
	width:200px;
	margin-bottom: 15px;
	padding-bottom:15px;
	clear: both;
	background: url(/UserUploadImages/system/dotted-line.gif) repeat-x bottom;	
}

#mainRightMenu .teasers div div div div{
	overflow: hidden;
	width:200px;
	background-image: none;
	margin-bottom: 0px;
	padding-bottom:0px;	
}

/* All */

/*#breadcrumbs div {
	padding-bottom: 15px;
}*/

.startTop div div div, .startBottom div div div{
	padding-bottom:15px;
}

.startTop div div div div, .startBottom div div div div{
	padding-bottom:0px;	
}

.startTop ul, .startBottom ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

.startTop .info ul, .startTop .course ul, .startBottom .info ul, .startBottom .course ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.startTop ul li, .startBottom ul li{
padding: 1px 0 1px 10px;
background: url(/UserUploadImages/system/icon_bullet.gif) no-repeat 0em 0.5em;	
}

.startTop .info ul li, .startBottom .info ul li{
padding: 1px 0 1px 20px;
background: url(/UserUploadImages/system/icon_bullet_arrow.gif) no-repeat 0em 0.4em;	
}

.startTop .course ul li, .startBottom .course ul li{
padding: 2px 0 2px 15px;
background: url(/UserUploadImages/system/icon_bullet_arrowbig.gif) no-repeat 0em 0.4em;	
}


/* Start */

.startWrapper {
	clear:both;
}

.startLeft {
	float: left;
	width: 220px;

} 

.startRight {
	float: right;
	width: 220px;

} 

.startBottom {
	clear: both;
	}

.startLeft div div div, .startRight div div div{
	padding-bottom:15px;
}

.startLefts div div div div, .startRight div div div div{
	padding-bottom:0px;	
}

	
	
/* AddCMS Sitemap */

.AddCMSSysSiteMap ul, .AddCMSSysSiteMap ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.AddCMSSysSiteMap ul li, .AddCMSSysSiteMap ul li{
padding: 0px 0 0px 0px;
background: none;	
}

/* Table classes */

table.city {
	width:100% !important;
	border: none !important;
}

table.city td.smallPic{
	width:60px !important;
	padding:0 10px 0 0 !important;
}

table.city td{
	padding:0 0 15px 0 !important;
border: none !important;	
}

/* Form  ____________________________________ */

#CMSBody INPUT {
/*border:1px solid #4b0923;*/
font-size:10px;
}

#checkBox1,#checkBox2,#checkBox3,#checkBox4,#checkBox5,#checkBox6,#checkBox7,#checkBox8,#checkBox9,#checkBox10, #checkBox11, #checkBox12, #checkBox13, #checkBox14, #checkBox15 {
	border:none !important; 
	width: auto !important;
}

#radiobox1,#radiobox2,#radiobox3,#radiobox4,#radiobox5,#radiobox6,#radiobox7,#radiobox8,#radiobox9,#radiobox10, #radiobox11, #radiobox12, #radiobox13, #radiobox14, #radiobox15 {
	border:none !important; 
	width: auto !important;
}

.button {
width: auto !Important;
	padding:0px 5px 0px 5px;
	background-color: #4b0923;
	color: #ffffff;
	font-size:11px !important;
border: 0px !important;	
}
/* AddCMS Forms */	

.ValidateContent {
	color: red;
	font-size:12px;
	font-weight: bold;
}

.formCSS input {
	/*width: 200px;*/
}

.formCSS table {
border: none !important;
width:auto !important;
} 


.formCSS table td{
padding:3px 5px 5px 0px !important;
border: none !important;
} 

/* Footer  ____________________________________ */

#footer {
background-color: #ffffff;
background-image: url(/UserUploadImages/system/bg_footer.gif);
background-repeat: repeat-x;
padding: 25px 0 25px 0;	
clear: both;
height: 100px;
width: 100%; 
margin: 40px 0 0 0;
/*position: relative;*/
overflow: hidden;

}

#footer #info { 
margin: 0 auto 0 auto;
width: 960px;
}

#footer #info ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer #info ul li{ 
float:left;
height:70px;
}

#footer #info ul li.address1{ 
padding:0 20px 0 10px;
border-right: 1px solid #e3dac5;
}
#footer #info ul li.address2{ 
padding:0 20px 0 20px;
border-right: 1px solid #e3dac5;
}

#footer .contactInfo { 
float:left;
width: 700px;
}

#footer .partners { 
float:right;
width: 110px;
}





/* News module  ____________________________________ */
/*
#AddCMSSysPHpnews {
	padding-bottom: 10px;
}

#AddCMSSysPHpnews a{
	color: #333333;
}

#AddCMSSysPHpnews p{
	margin: 0;
	padding: 0;
}

#AddCMSSysPHpnews .newsDate {
	float: left;
	display: block;
}

#AddCMSSysPHpnews h4{
   padding-left: 70px;
	font-family:  Arial, verdana,  Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#AddCMSSysPHpnews p, #AddCMSSysPHpnews .newsLink  {
	   padding-left: 70px;
}

#AddCMSSysPHpnews .separatorClass {
	padding-bottom: 10px;
}*/