﻿/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body {
	scrollbar-face-color: ; 
								   scrollbar-highlight-color: ; 
								   scrollbar-shadow-color: ; 
								   scrollbar-3dlight-color: ; 
								   scrollbar-arrow-color: ; 
								   scrollbar-track-color: ; 
								   scrollbar-darkshadow-color: ;
}
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle {
	font-family: BENJAMIN;
	font-size: 46px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
}
/* this class controls the SLOGAN ***********************************/
.slogan {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #EF4D46;
}
/* Empty Class for the LOGO ***********************************/
.logo .tmpmenu .tmpsubmenu .tmphimg {
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #653254;
}
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #3E4723;
}
a.breadcrumbs {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #EF4D46;
	text-decoration: underline;
}
a.breadcrumbs:hover {
	color: #5E6639;
	text-decoration: underline;
}
/* this class controls the PAGE TITLE ***********************************/
.pagetitle {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #3E4723;
	background-color: ;
}
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #4A4949;
	background-color: ;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #653254;
}
a.textmenu {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	text-decoration: underline;
}
a.textmenu:hover {
	color: #EF4D46;
	text-decoration: underline;
}
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer {
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	color: #4A4949;
	background-color: ;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #653254;
}
a.footer {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	text-decoration: underline;
}
a.footer:hover {
	color: #EF4D46;
	text-decoration: underline;
}
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp {
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: ; /* Put bgcolor here if required */;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #83416D;
}
/* this class controls the FONT PROPERTIES ***********************************/
.tmpnormaltxt {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #686767;
}
/* this class controls the BULLETED LIST properties  ********************/
.tmpul {
	margin-top: 5px;
	margin-left: 20px;
	list-style-type: disc; /*square disc circle*/
}
/* this class controls the SUPER HEADING properties  ***********************************/
.tmpsupheadin {
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	color: #653254;
	background-color: ;
}
/* this class controls the HEADING properties  ***********************************/
.tmpheadin {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #3E4723;
	background-color: ;
}
/* this class controls the SUB HEADING properties  ******************************/
.tmpsubheadin {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #EF2017;
	background-color: ;
}
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmpmlinks {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
}
a.tmpmlinks:hover {
	color: #EF4D46;
	text-decoration: underline;
}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #EF2017;
	text-decoration: underline;
}
a.tmphlinks:hover {
	color: #939871;
	text-decoration: underline;
}
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmptbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: ;
}
table.tmptbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: ;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	border-color: #653254;
}
th.tmptbox {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3E4723;
	background-color: ;
}
a.tmptbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	text-decoration: underline;
}
a.tmptbox:hover {
	color: #FE7E79;
	text-decoration: underline;
}
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #653254;
}
table.tmpdbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #653254;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #D6C5D3;
}
th.tmpdbox {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3E4723;
	background-color: #D6C5D3;
}
a.tmpdbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #ECEFDE;
	text-decoration: underline;
}
a.tmpdbox:hover {
	color: #FAAEAB;
	text-decoration: underline;
}
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpnbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B692AF;
}
table.tmpnbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B692AF;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #653254;
}
th.tmpnbox {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #ECEFDE;
	background-color: #83416D;
}
a.tmpnbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FEDBD9;
	text-decoration: underline;
}
a.tmpnbox:hover {
	color: #5E6639;
	text-decoration: underline;
}
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F4E9F2;
}
table.tmplbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F4E9F2;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #653254;
}
th.tmplbox {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3E4723;
	background-color: #D6C5D3;
}
a.tmplbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	text-decoration: underline;
}
a.tmplbox:hover {
	color: #EF4D46;
	text-decoration: underline;
}
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpfinetxtbox {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	background-color: ;
}
table.tmpfinetxtbox {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	background-color: ;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color: #653254;
}
th.tmpfinetxtbox {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #EF2017;
	background-color: #F4E9F2;
}
a.tmpfinetxtbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #EF4D46;
	text-decoration: underline;
}
a.tmpfinetxtbox:hover {
	color: #5E6639;
	text-decoration: underline;
}
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep {
	/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #653254;
}
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep {
	/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #653254;
}
/* this class controls the SPLASH COLOR properties ***********************************/
.tmpprimvdark {
	background-color: #3E4723;
}
.tmpprimdark {
	background-color: #5E6639;
}
.tmpprimnormal {
	background-color: #939871;
}
.tmpprimlight {
	background-color: #BDC2A9;
}
.tmpprimvlight {
	background-color: #ECEFDE;
}
.tmpsecvdark {
	background-color: #EF2017;
}
.tmpsecdark {
	background-color: #EF4D46;
}
.tmpsecnormal {
	background-color: #FE7E79;
}
.tmpseclight {
	background-color: #FAAEAB;
}
.tmpsecvlight {
	background-color: #FEDBD9;
}
.tmpbgvdark {
	background-color: #653254;
}
.tmpbgdark {
	background-color: #83416D;
}
.tmpbgnormal {
	background-color: #B692AF;
}
.tmpbglight {
	background-color: #D6C5D3;
}
.tmpbgvlight {
	background-color: #F4E9F2;
}
.tmptxtvdark {
	background-color: #000000;
}
.tmptxtdark {
	background-color: #4A4949;
}
.tmptxtnormal {
	background-color: #686767;
}
.tmptxtlight {
	background-color: #CCCCCC;
}
.tmptxtvlight {
	background-color: #FFFFFF;
}
input {
	font-face: verdana;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
textarea {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-face: verdana;
}
.warningText {
	font-style: normal;
	font-weight: normal;
	color: red;
	font-face: verdana;
}
/* these classes control the POLL PROPERTIES  ******************************/
.tmppolllbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F4E9F2;
}
table.tmppolllbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F4E9F2;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	border-color: #B692AF;
}
th.tmppolllbox {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #3E4723;
	background-color: #F4E9F2;
}
a.tmppolllbox {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5E6639;
	text-decoration: underline;
}
a.tmppolllbox:hover {
	color: #EF4D46;
	text-decoration: underline;
}
