/* DEFAULT */
html, form {height:100%}

body{
	font-family:verdana;
	font-size:11px;
	color:#3D3D3D;
	margin:0px;
	background-color: #cfcde5;
	background-image: url(images/bodybg.jpg);
	height:100%;
}
td{font-family:verdana;font-size:11px;color:#3D3D3D}
a:link{color:#555555}
a:visited{color:#555555}
a:hover{color:#111111}
li{line-height:17px}
.highlight{color:Red}
.copyright{font-size:10px}
input {font-family:tahoma;font-size:8pt;}
textarea {font-family:verdana;font-size:9pt;line-height:18px}
select {font-size:11px}
a.register:link{color:#555555;}
a.register:visited{color:#555555;}
a.register:hover{color:#111111;}
a.login:link{color:#555555;}
a.login:visited{color:#555555;}
a.login:hover{color:#111111;}
a.myworkspace:link{color:#555555;}
a.myworkspace:visited{color:#555555;}
a.myworkspace:hover{color:#111111;}
a.admin:link{color:#555555;}
a.admin:visited{color:#555555;}
a.admin:hover{color:#111111;}
a.logout:link{color:#555555;}
a.logout:visited{color:#555555;}
a.logout:hover{color:#111111;}
.button {}
input[type="button"] {height:23px;font-family:Arial;font-size:9pt;}
input[type="submit"] {height:23px;font-family:Arial;font-size:9pt;}
input[type="text"]   {height:15px;font-family:Arial;font-size:9pt;}
input[type="password"]{height:15px;font-family:Arial;font-size:9pt;}
input[type="file"]   {height:21px;font-family:Arial;font-size:9pt;}

/* Page layout  */
#wrapper {
	width:951px;
	min-height: 100%;
	margin: 0px auto;
	background:url(images/wrapperbg.gif);
}

#mainContainer {
	width:933px;
	background:#FFFFFF;
	margin: 0px 9px;
}

#admin {

}

#header {
	width:100%;
	height: 143px;
	background:url(images/logobg.gif);
}

#logo {
	width: 549px;
	height: 143px;
	background:url(images/logo.gif);
	float:left;
}

#flowers {
	width: 348px;
	height: 143px;
	background:url(images/flowers.gif);
	float:right;
}

.clearBoth {
	clear:both;
}

#menuHolder 
{
    background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:1px;
	height: 28px;
}

#menu {
	height: 28px;
	float:left;
}

#selectLang {
	width: 119px;
	height: 28px;
	float:right;
}

#submenu 
{
    width:933px;
    height: 24px;
    margin-top:1px;
	background-image: url(images/submenybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
    
}

.clearright{
	clear:right;
}

#contentpanel 
{
    padding:0px 7px 0px 13px;
    width:900px;
}

#rightPanel {
	padding:20px 13px 0px 6px;
	width:314px;
	float:right;
}

#footer {
	height:148px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	margin-top:20px;
}

.flash
{
    width: 580px;
    height: 184px;
    margin-top:20px;
    background-image: url(images/welcome.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.flashtitle 
{
    width:330px;
    height: 60px;
    font-family:Verdana;
    font-size:15px;
    color:#61ada7;
    padding:15px 0px 0px 240px;

}

.flashlinks 
{
    width:280px;
    font-family:Verdana;
    font-size:12px;
    color:#61ada7;
    padding:0px 0px 0px 280px;
    }
.flashlinks a 
{
    color:#175783;
    display:block;
    line-height:18px;
    background:url(images/bullet.gif) no-repeat left center;
    padding-left:10px;
    text-decoration:none;
}    
.flashlinks a:hover {text-decoration:underline}    

.langSelect a {color:#514b8c; display:block; text-decoration:none; width:114px; height:17px; padding-left:5px; margin: 5px 5px 5px 0px; background:url(images/langbg.gif) no-repeat; line-height:17px;}
.langSelect a:hover{text-decoration:none; background: url(images/langbg_over.gif) no-repeat;}

.box {
	width:100%;
}

.box_title a{
	color:#756fb3;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

.box_title a:hover { text-decoration:underline;}

.newsdate{
	color:#69a7a2;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.box1 {

	padding-left:10px;
}

.box2 {
	width:50%;
	border-left: solid 1px #74b4af;
	padding-left:10px;
}

.box_title1 { padding:3px 0;}
.box_title1 a{
	color:#69a7a2;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.box_title1 a:hover { text-decoration:underline;}

.box_image {
	float:left;
	padding: 8px 8px 4px 0;
	margin: 0;
}

.clearLeft {
	clear:left;

}

.box_content {
	background-image: url(images/boxbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bcb7f0;
	border-left-color: #bcb7f0;
	padding: 0px 5px 0px 8px;
}

.box_summary 
{
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
}

.box_footer_left {
	height: 5px;
	background: url(images/box_footer_left_bg.gif) no-repeat bottom left;
}

.box_footer_right {
	height: 5px;
	background: url(images/box_footer_right_bg.gif) no-repeat bottom right;
}

.box_footer_middle {
	height: 5px;
	background: url(images/box_footer_middle_bg.gif) repeat-x bottom;
	
}

.box_header_left {
	height: 5px;
	background: url(images/box_header_left_bg.gif) no-repeat top left;
}

.box_header_right {
	height: 5px;
	background: url(images/box_header_right_bg.gif) no-repeat top right;
}

.box_header_middle {
	height: 5px;
	background: url(images/box_header_middle_bg.gif) repeat-x top;
}

.box_header_title_left {
	height: 25px;
	background: url(images/box_header_title_left_bg.gif) no-repeat top left;
}

.box_header_title_right {
	height: 25px;
	background: url(images/box_header_title_right_bg.gif) no-repeat top right;
	padding-left:10px;
}

.box_header_title_middle {
	height: 25px;
	background: url(images/box_header_title_middle_bg.gif) repeat-x top;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}

.box_header_title_left1 {
	height: 25px;
	background: url(images/box_header_title_left_bg1.gif) no-repeat top left;
}

.box_header_title_right1 {
	height: 25px;
	background: url(images/box_header_title_right_bg1.gif) no-repeat top right;
	padding-left:10px;
}

.box_header_title_middle1 {
	height: 25px;
	background: url(images/box_header_title_middle_bg1.gif) repeat-x top;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}

.quickLinksTitle 
{
    clear:left;
    font-family:verdana;
    font-size:14px;
    color:#807ac2;
    letter-spacing:0.5mm;
}

.quickLinksBox
{
    border-top: #55508d 1px dashed;
    border-bottom: #55508d 1px dashed;
    padding:8px;
    font-family:verdana;
    font-size:12px;
}

.quickLinksBox a:link,  .quickLinksBox a:visited
{
    display:block;
    height:16px;
    color:#175783;
    text-decoration:none;
    padding-left:14px;
    background:url(images/bulletp.gif) no-repeat left center;

}
.quickLinksBox a:hover 
{
    text-decoration:underline;
}

a.list:link, a.list:visited 
{
    display:block;
    height:14px;
    text-decoration:none;
    padding-left:14px;
    background:url(images/bulletp.gif) no-repeat left center;  
} 

a.list:hover 
{
    text-decoration:underline;
}

/* PAGE ELEMENTS */
.title{line-height:35px;font-family:verdana;font-weight:bold;font-size:14px;color:#807ac2;text-transform: uppercase;}
.subtitleline-height:20px;font-family:verdana;font-weight:bold;font-size:12px;color:#807ac2;}
.slogan{font-family:verdana;font-weight:bold;font-size:10px;color:#807ac2;}
.publishing_info {margin-top:5px;margin-bottom:15px}
.author_date_first_published {font-style:italic;color:#999999}
.person_last_updating_and_date {font-style:italic;color:#999999}
.posted_by_and_date {font-style:italic;color:#999999}
.category_info {margin-top:15px;margin-bottom:10px;color:#999999}
.category_name {margin-bottom:10px;line-height:35px;font-family:arial;font-weight:bold;font-size:12px;color:#333333;text-transform: uppercase;}
a.all_categories {font-weight:normal;font-size:12px;color:#333333;text-transform: none;}
.recent_entries {margin-bottom:10px;line-height:35px;font-family:arial;font-weight:bold;font-size:12px;color:#333333;text-transform: uppercase;}
a.recent_entries {font-weight:normal;font-size:12px;color:#333333;text-transform: none;}
.month_list {margin:7px;}
.paging {line-height:12px;font-size:9px;padding-top:8px;padding-left:27px;width:262px;height:21px;background:url(images/paging.gif) no-repeat;}

/* CUSTOM LISTING (In a Box) */
.boxCustomList {width:100%; margin-top:10px;}
.boxHeaderCustomList {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;padding-top:7px;height:20px;}
.boxContentCustomList {padding:4px;padding-left:5px;text-align:left; border: solid 1px #bcb7f0;}
.boxFooterCustomList {padding-left:7px;text-align:left}

/* CUSTOM LISTING */
.divCustomList {width:100%;margin-top:10px;}
.divHeaderCustomList {line-height:35px;font-family:arial;font-weight:bold;font-size:14px;color:#333333;text-transform: uppercase;}
.divContentCustomList {padding:4px;padding-left:5px;text-align:left; border: solid 1px #74b4af;}
.divFooterCustomList {background: url(images/morebg.gif) no-repeat right; text-align:right; height:43px; line-height:38px; padding-right:10px; margin-top:10px;}
.divFooterCustomList a{color:#377571; text-decoration:none;}
.divFooterCustomList a:hover {color:#377571; text-decoration:underline;}

/* ARCHIVES BOX (Calendar & Month List) */
.boxArchives {width:100%}
.boxHeaderArchives {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:26px;}
.boxContentArchives {padding:0px;text-align:left;white-space:nowrap;}
.boxMonthList {padding:7px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* CATEGORIES BOX */
.boxCategories {width:100%}
.boxHeaderCategories {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxContentCategories {padding:7px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* NEWS FEED SUBSCRIBE BOX (rss link) */
.boxNewsFeedSubscribe {width:100%}
.boxHeaderNewsFeedSubscribe {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxContentNewsFeedSubscribe {padding:7px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* ORDER NOW BOX */
.boxOrderNow {width:100%}
.boxHeaderOrderNow {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxContentOrderNow {padding:7px;padding-bottom:15px;text-align:left;}

/* CART INFO */
.cart{font-family:Verdana;font-weight:normal;font-size:11px;color:#555555;}

/* BREADCRUMB */
.breadcrumb{ padding: 5px 0px; font-size:10px;color:#514b8c;}
a.breadcrumb:link{color:#514b8c; text-decoration:none;}
a.breadcrumb:visited{color:#514b8c; text-decoration:none; }
a.breadcrumb:hover{text-decoration: underline;}

/* NEWS FEED BOX */
.boxNewsFeed {width:100%}
.boxHeaderNewsFeed {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxTitleNewsFeed {font-weight:bold;font-size:10px;font-family:Arial;color:#d6d7d8;}
.boxContentNewsFeed {padding:4px;padding-left:2px;text-align:left;}
.boxFooterNewsFeed {padding-left:7px;text-align:left}

/* NEWSLETTER SIGNUP BOX */
.boxSubscribe {width:100%}
.boxHeaderSubscribe {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormSubscribe {padding:7px;text-align:left;}
.boxButtonSubscribe {padding-left:7px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnSubscribe {font-family:tahoma;font-size:8pt;}

/* SEARCH BOX */
.boxSearch {margin:7px;}
.btnSearch {}
.txtSearch {margin-bottom:1px;}

/* LOGIN FORM BOX */
.boxLogin {width:100%}
.boxHeaderLogin {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormLogin {padding:4px;text-align:left;}
.btnLogin {font-family:tahoma;font-size:8pt;}
.txtLogin {width:90px;font-family:tahoma;font-size:8pt;}
.labelLogin {text-align:left;white-space:nowrap}
.boxLogout {width:100%;font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormLogout {font-size:10px;font-family:Arial;padding:5px;padding-left:7px;text-align:left;}

/* POLL BOX */
.boxPoll {width:100%}
.boxHeaderPoll {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormPoll {padding:4px;padding-left:5px;text-align:left;}
.boxFooterPoll {padding-left:6px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnPoll {}
    
/* LATEST NEWS (Scrolling) */
.scrollNewsList {width:100%}
.scrollHeaderNewsList {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.scrollContentNewsList {padding:10px;text-align:left;}
.scrollFooterNewsList {padding:4px;padding-left:7px;text-align:left}
.scrollerFrame{width:100%}

/* COMMENTS */
.comments {width:100%;margin-bottom:10px;border:#d7d7d7 1px solid;background:#F3F3F3}
.commentbody {padding:4px}
.commentinfo {padding:4px;font-size:9px;color:#777777}

/* PRINT LINK */
a.print:link{font-family:arial;font-size:11px;color:#e6e7e8;text-decoration:underline;white-space:nowrap}
a.print:visited{font-family:arial;font-size:11px;color:#e6e7e8;text-decoration:underline}
a.print:hover{font-family:arial;font-size:11px;color:#ffffff;text-decoration:underline}

/* TOP NAVIGATION */
.topmenu{font-family:Verdana;font-weight:normal;font-size:11px;color:#555555;}
a.topmenu:link{font-family:Verdana;font-weight:normal;font-size:11px;color:#555555;text-decoration:underline}
a.topmenu:visited{font-family:Verdana;font-weight:normal;font-size:11px;color:#555555;text-decoration:underline}
a.topmenu:hover{font-family:Verdana;font-weight:normal;font-size:11px;color:#111111;text-decoration:underline}

/* BOTTOM NAVIGATION */
.bottommenu{font-family:arial;font-size:11px;color:#e6e7e8;}
a.bottommenu:link{font-family:arial;font-size:11px;color:#e6e7e8;text-decoration:underline}
a.bottommenu:visited{font-family:arial;font-size:11px;color:#e6e7e8;text-decoration:underline}
a.bottommenu:hover{font-family:arial;font-size:11px;color:#ffffff;text-decoration:underline}

/* MAIN NAVIGATION (LINKS) */
.mainbar{background:url("images/menubg.gif") repeat-x top; height:28px;}
.mainbar a {width:120px;height:28px;font-family:arial;font-size:11px;color:#ffffff;text-decoration:none;}
/*a.mainmenu:link{font-family:arial;font-size:11px;color:#ffffff;text-decoration:none;}*/
/*a.mainmenu:visited{font-family:arial;font-size:11px;color:#ffffff;text-decoration:none}*/
.mainbar a:hover{color:#807ac2;background:#f3f2fa;}

/* MAIN NAVIGATION (TABS) */
#menu a
{
    float: left;
    padding: 0px 15px;
    text-align: center;
    line-height: 28px;
    font-family: Verdana;
    font-size: 9px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-right: #ffffff 1px solid;
    text-transform: uppercase;
}
#menu a.tabInactiveLink:hover {color:#807ac2;background:#f3f2fa;line-height: 29px;} 
#menu a.tabActiveLink{color:#807ac2;background:#f3f2fa;line-height: 29px;}    

	
/*.tabActive_Left {width:15px;height:19px;background:url('images/tab_active_left.gif') no-repeat}
.tabActive_Center {white-space:nowrap;background:url('images/tab_active_center.gif')}
.tabActive_Right {width:15px;height:19px;background:url('images/tab_active_right.gif') no-repeat}

.tabInactive_Left {width:15px;height:19px;background:url('images/tab_inactive_left.gif') no-repeat}
.tabInactive_Center {white-space:nowrap;background:url('images/tab_inactive_center.gif')}
.tabInactive_Right {width:15px;height:19px;background:url('images/tab_inactive_right.gif') no-repeat}

a.tabInactiveLink:link {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:none;}
a.tabInactiveLink:visited {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:none;}
a.tabInactiveLink:hover {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:underline;}

a.tabActiveLink:link {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:none;}
a.tabActiveLink:visited {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:none;}
a.tabActiveLink:hover {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:underline;}*/

/* MAIN NAVIGATION (SIDE) */
#divSide
{
    font: 10px verdana;
    padding: 0px;
    padding-left:13px;
    font-weight:bold; 
}
#divSide li {float:left;}
#divSide a {color:#807ac2;text-decoration:none;}
#divSide a:hover {text-decoration:underline;color:#514b8c;}
.mnuLevel1 {margin:0px; padding: 0px;list-style-type:none;}
.mnuLevel1 li {margin:0px; padding: 0px; padding-right:15px;line-height:24px;}
/*.mnuLevel2 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel2 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.mnuLevel3 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel3 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}*/
.itemSelected {text-decoration:underline;color:#514b8c;}

/* MAIN NAVIGATION (DROPMENU) */
.top {font:bold 11px verdana;color:#E2E9DA;background:none;}
.top_hover {font:bold 11px verdana;color:#E2E9DA;background:#924693;}
.member {font:bold 10px verdana;color:#5B5E55;}
.member_hover {font:bold 10px verdana;color:#5B5E55;background:#C2C4C5;}
.topbar {background-image:url("images/menubg.gif");height:28px;}
.memberbar
{
    background-image: url(images/submenybg.gif);
    height: 24px;
}
    
/* MAIN NAVIGATION (DROPDOWN FLOATING MENU) */

/* Main Bar */
.static_nlsmenu {z-index:1;}

/* Main Bar - Item */
.static_nlsitemcontainer {padding-top:1px;padding-bottom:1px;
    padding-left:8px;
    padding-right:4px;}
.static_nlsiconcell {width:0px;}
.static_nlssubmenucell{width:0px;padding-top:6px;padding-left:3px;padding-right:4px}
.static_nlsitem {
    font-weight:bold;font-size:10px;font-family:Arial;line-height:15px;
    color:#c6c7c8;
    padding:5px 5px 0px 0px;padding-bottom:3px;}
    
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {border:#4EA2FD 1px solid;background:url('images/menubg_hover.gif');
    padding-left:7px;
    padding-right:3px;}
.static_nlsiconcellover {width:0px;}
.static_nlssubmenucellover {width:0px;padding-top:6px;padding-left:3px;padding-right:4px}
.static_nlsitemover {
    font-weight:bold;font-size:10px;font-family:Arial;line-height:15px;
    color:#c6c7c8;
    padding:5px 5px 0px 0px;padding-bottom:3px;}/*font-family:tahoma;font-size:8pt;font-weight:normal;*/

/* Sub Menu */
.nlsmenu {margin-top:2px;
    border-bottom:#474747 1px solid;border-left:#3A87E8 0px solid;
    border-top:#3A87E8 0px solid;border-right:#434343 1px solid;
    z-index:1;}

/* Sub Menu - Item */
.nlsitemcontainer {height:21px;padding-left:0px;padding-right:0px;background-color:#2B78D9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);-moz-opacity:0.9;}/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);-moz-opacity:0.7;*/
.nlsiconcell {width:22px;background-color:#070707;}
.nlssubmenucell{padding-top:2px;padding-left:3px;padding-right:4px}
.nlsitem {
    font-weight:bold;font-size:9px;font-family:Arial;
    color:#ffffff;
    padding:0px 4px 0px 4px;}

/* Sub Menu - Item Hover */
.nlsitemcontainerover {height:21px;border:#4EA2FD 0px solid;background:url('images/menubg_hover.gif');}
.nlsiconcellover {width:22px;background-color:#5E7809;}
.nlssubmenucellover {padding-top:2px;padding-left:3px;padding-right:4px}
.nlsitemover {
    font-weight:bold;font-size:9px;font-family:Arial;
    color:#ffffff;
    padding:0px 4px 0px 4px;}

/* MAIN NAVIGATION (VERTICAL) */
.mnuVertical {width:170px}
.mnuOver {
    padding:3px;
    background-color:#656567;
    border:#cccccc 1px solid; 
    border-left:#cccccc 1px solid; 
    border-top:#cccccc 1px solid;
    border-bottom:#5A5A5C 1px solid;
    border-right:#5A5A5C 1px solid;
    color:#cccccc;
    }
.mnuSelected {
    padding:3px;
    background-color:#F3F2F7;
    border:white 1px solid; 
    border-top:white 1px solid;    
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    font-weight:bold;
    }
.mnuPath {
    padding:3px;
    background-color:#D7D7DB;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    }
.mnuNormal {
    padding:3px;
    background-color:#E5E5EA;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    }

/* QUICK LINKS/SAME LEVEL PAGES BOX (which contains links to the same level pages/Quick Links) */
.boxQuickLinks {width:100%;margin-left:5px;padding-left:0px;}
.boxHeaderQuickLinks {padding:7px;padding-bottom:3px;padding-left:0px;font-weight:bold;text-align:left;color:#333333}
.boxItemQuickLinks {white-space:nowrap;padding-top:2px;text-align:left;}
.boxFooterQuickLinks {height:5px}
.boxItemQuickLinks a {color:#333333}

/* LINKS WITHIN BOX (which contains links to pages within the current page) */
.boxLinksWithin {width:100%;padding-left:7px;padding-right:7px;font-weight:bold}
.boxItemLinksWithin {white-space:nowrap;text-align:left;padding-top:2px}
.boxItemLinksWithin a {color:#333333}

/* POLL RESULTS */
.pollHeader {background:#d6d7d8;text-align:center;padding:5px;font-weight:bold}
.bar1 {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;}
.bar2 {background:#6B8E23;border-right:#59761D 1px solid;border-bottom:#59761D 1px solid;}
.bar3 {background:#FF4500;border-right:#C43600 1px solid;border-bottom:#C43600 1px solid;}
.bar4 {background:#1E90FF;border-right:#0060BF 1px solid;border-bottom:#0060BF 1px solid;}
.bar5 {background:#FF1493;border-right:#C71585 1px solid;border-bottom:#C71585 1px solid;}
.bar6 {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;}
.bar7 {background:#6B8E23;border-right:#59761D 1px solid;border-bottom:#59761D 1px solid;}
.bar8 {background:#FF4500;border-right:#C43600 1px solid;border-bottom:#C43600 1px solid;}
.bar9 {background:#1E90FF;border-right:#0060BF 1px solid;border-bottom:#0060BF 1px solid;}
.bar10 {background:#FF1493;border-right:#C71585 1px solid;border-bottom:#C71585 1px solid;}
.barRow {background:#f6f7f8}
.barRowAlternate  {background:#d6d7d8}

/* FORUM */
.frm_category_bar {background-color:#ffffff;}
.frm_category_title {font-weight:bold;font-size:11px;font-family:Tahoma;}
.frm_forum_header{font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:16px;}
.frm_forum_item{background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_thread_header{font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:16px;}
.frm_thread_item{background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_post_bar {font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:16px;}
.frm_post_subject {background-color:#EFEFF1;border:#BEC7D1 1px solid;}
.frm_post_infopanel {background-color:#ffffff;border:#BEC7D1 1px solid;}
.frm_post_message {background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_title {font-family:verdana;font-size:14px;font-weight:bold;}

.frm_statusbox {line-height:18px;background-color:#ffffff;border:#BEC7D1 1px solid;}