﻿body#body{ 
	background:url(/Gui/Images/bg.gif) top repeat-x #fcfeff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#container, #content
{
	width: 100%;
	height: 100%;		
}
#content-inner
{
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}
.BookmarkLinks 
{
	text-decoration: none;
}
.BookmarkLinks img
{
	position: absolute;
	margin-top: -2px;	
}
.BookmarkLinks span
{
	margin-left: 17px;	
}
.content { padding:0px 10px 0px 0px; color:#808080; line-height:18px; font-size:12px;}
.node .content span { color:#000; font-size:15px; font-style:italic;}
.node .content a { color:#00b4ff; font-size:12px;}
.content a:hover{ text-decoration:none;}

.node { width:100%; padding-bottom:33px; margin-bottom:14px; border-bottom:1px solid #cfdfe9;}
.node .content, #contact-mail-page { padding:11px 0px 5px 0px; overflow:hidden;}
.node div.links { padding-top:5px; padding-bottom:2px; text-align:left;}
.node .title {padding:18px 0px 5px 0px;}
.information-label
{
	float: left;
	width: 80px;	
}
.information-data
{
	width: 230px;		
}
hr
{
	height: 1px; 
	color: lightgrey;	
}
#left-column
{
	width: 150px;
	float: left;
	height: 100%;
	background-color: lightblue;
}
#right-column
{
	width: 150px;
	float:left;
	height: 100%;
	background-color: lightyellow;
}
#center-column
{
	float: left;
	width: 600px;
	height: 100%;	
}
.AuthorImage
{
	width: 78px;
	height: 80px; 
	float: left;	
}
.Information-details
{
	width: auto;
	float: left;
	height: 100%;
	padding-left: 15px;	
}
.Information-container
{
	width: 480px;
	height: auto;	
	background-color: #e3e3e3;
	padding: 15px;		
}
.author-container
{		
	height: 120px;	
}
.DivRow
{
	height: 20px; 
	overflow:hidden;
}
.notification_container
{
	position: fixed;
	width: 100%;
	height: 90px;
	background-color: lightgrey;
	border-bottom: 2px solid white;
	z-index: 100; 
	text-align: center;		
	display: none;
}
#notification_message
{
	color: White;	
	margin-left: auto;
	margin-right: auto;		
	margin-top: 30px;	
	font-size: 12pt;
	margin-bottom: 30px;
	max-width: 900px;
}
.HideModal
{
	position			: absolute; 
	left				: -999999999px; 
	height				: 0px; 
	overflow			: hidden;
}

.knowledge-bytes-list li
{
	margin-left: 35px;	
	list-style-type:disc;	
	padding: 3px;
}
.knowledge-zones-list
{
	padding: 2px;
}

/* JQUERY CSS */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/gui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #909090; background: #909090 url(/gui/images/ui-bg_gloss-wave_35_909090_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/gui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/gui/images/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/gui/images/ui-icons_c7bdb0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/gui/images/ui-icons_ef8c08_256x240.png); }


/* positioning */
.ui-icon-closethick { background-position: -96px -128px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/gui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/gui/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/

/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 420px; }
.ui-dialog .ui-dialog-titlebar { padding: .3em .3em .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* END JQUERY CSS */

.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/gui/images/star-matrix.gif) no-repeat 0 0;	
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/gui/images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */
.DivCell
{
 Float:left;
}



/*Temp*/


/* CSS Document */
* { margin:0; padding:0;}

ul, ul li { list-style:none; list-style-image:none; list-style-type:none;}

table{border-collapse:collapse; border:0px;}
td { vertical-align:top; padding:0px;}

tbody { border:none;}

a{ color:#059ee1}
a:hover{text-decoration:none; }
img, a img { border:0;}

.clear { clear:both;}

fieldset { border:1px solid #cfdfe9; overflow:hidden; position:relative;}
fieldset legend { color:#0e83b8;}
html.js fieldset.collapsed legend { display:inline;}
/*html.js fieldset.collapsible legend a { background:url(images/a5.gif) no-repeat 5px 7px;}
html.js fieldset.collapsed legend a { background:url(images/a4.gif) no-repeat 5px 6px;}*/

fieldset a { color:#dd621e;}
fieldset .tips { font-size:10px;}

.min-width {min-width:980px; background:url(/gui/images/bg2.jpg) top center no-repeat; position:relative;}
#main { margin:0 auto; width:1015px; position:relative;}

table.system-status-report th, thead th { border-bottom:1px solid #cfdfe9; color:#000000; font-size:13px; }
thead th, th, tr.even, tr.odd { padding:0px; border-bottom:1px solid #cfdfe9;}

/*------HEADER------*/
#header { padding:0px;}

.head-row1 { height:160px; width:100%; overflow:hidden;}

.head-row2 { height:34px; width:100%; overflow:hidden;}


.logo { margin:75px 20px 0px 316px; float:left;}
h1.site-name { font-size:50px; padding:85px 10px 0px 0px; font-family:"Trebuchet MS"; text-transform:capitalize;}
h1.site-name a { color:#001e3d; text-decoration:none; font-weight:normal; line-height:30px;}
.slogan { padding:4px 0px 0px 12px; color:#001e3d; font-size:12px; text-transform:none; float:left;}
.slogan-img { margin:114px 0px 42px 4px;}

.pr-menu {overflow:hidden; padding-left:248px}
ul.primary-links {margin:0px; padding:0px; list-style:none; text-align:center;}
ul.primary-links li { float:left; padding:0px 5px 0px 0px;}
ul.primary-links li a { background:url(/Gui/Images/bg-li.gif) top left no-repeat; color:#eef0e4; text-decoration:none; font-size:13px; display:block; width:89px; padding:9px 0px 10px 0px;}
ul.primary-links li.active a, ul.primary-links li a:hover { background:url(/Gui/Images/bg-li-active.gif) top left no-repeat; color:#FFF}
ul.primary-links li.last { padding-right:0;}


/*----Breadcrumb
.breadcrumb { padding:14px 55px 18px 20px; color:#FFF; font-size:13px; font-weight:bold; text-align:left; background:url(images/breadcrumbs-right.gif) top right no-repeat;}
.breadcrumb a { color:#FFF; text-decoration:none; padding:0px 2px 0px 2px; text-transform:none; vertical-align:middle; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.breadcrumb a:hover { text-decoration:underline; color:#FFF;}
-----*/

/* footer */
#footer { color:#000; font-size:10px; font-weight:normal; text-align:center; width:100%; overflow:hidden; text-transform:uppercase;}
.foot { text-align:left; margin:0 auto; width:980px; padding:25px 0px 40px 0px;}
#footer a { color:#808080; text-decoration:underline;}
#footer a:hover{ text-decoration:none;}
#footer .foot span { padding-left:268px;}
/* footer end */


/*------CORNERS------*/
div.block { margin-bottom:15px; color:#363638; position:relative; overflow:hidden; width:100%;}
.block-top { width:100%; overflow:hidden;}
.block .content { padding:11px 19px 40px 34px; overflow:hidden;}
.clear-block { padding:0px 20px 0px 18px;}
.admin .clear-block { padding:0px;}

.corner-top-left {background:url(/gui/images/corner-top-left.gif) no-repeat left top #FFF;}
.corner-top-right {background:url(/gui/images/corner-top-right.gif) no-repeat right top; width:100%; overflow:hidden;}
.corner-top-right .inner { padding:16px 24px 25px 24px;}
.corner-bot-left {background:url(/gui/images/corner-bot-left.gif) no-repeat left bottom;}
.corner-bot-right {background:url(/gui/images/corner-bot-right.gif) no-repeat right bottom; padding:0px 7px 0px 7px;}
.border-bot { height:7px; background:#FFF; overflow:hidden;}

.bg-line { background:#39aad9; height:1px; margin:14px 0px 14px 0px;}

h4 {color:#000; font-size:22px; font-weight:normal; padding-bottom:10px;}

/*
.blocks { overflow:hidden; width:100%; padding-top:30px;}
.blocks div { background:url(images/bg-blocks.gif) top repeat-x #fafafa; width:209px; float:left; overflow:hidden;}
.blocks div h4 {adding:12px 0px 30px 45px;}
.blocks div .inner{ padding:18px 0px 35px 15px;}
.blocks div a { color:#1579d9;}
.list, .list2 { margin-right:3px;}
.blocks div ul { margin-left:6px; margin-bottom:30px;}

.blocks2 { overflow:hidden; width:100%;}
.blocks2 .inner { padding:0px 0px 15px 0px;}
.blocks2 div.list, .blocks2 div.list2 { float:left; width:200px;}
.blocks2 div.list3 { width:170px; float:left;}
.blocks2 div ul { margin-left:6px;}
*/

.events { width:100%; overflow:hidden; padding-bottom:20px;}
.events .list { float:left; width:288px;}

.right-bgd { background:url(/gui/images/bg-right.gif) repeat-x left top; height:1000px; position:absolute; right:0; top:0; width:50%;}

.links-indent { padding:5px 10px 0px 0px; overflow:hidden;}
.links-indent ul.links li { float:left; padding-left:7px; background:url(/gui/images/bg-li2.gif) no-repeat right 2px; padding-right:7px;}
.links-indent ul.links li a { display:block; text-decoration:underline !important; font-size:12px; font-weight:bold; color:#cc3500; text-transform:capitalize;}
.links-indent ul.links li a:hover { color:#0e83b8; text-decoration:none;}
.links-indent ul.links li.last { background:none;}
/*-----------------*/

#cont { overflow:hidden; width:100%; padding-bottom:15px;}

#left-col { width:234px; margin-right:-234px; float:left; position:relative;}
#left-col .ind { padding:0px 15px 0px 0px;}

#cont-col { float:left; width:100%;}
#cont-col .ind { padding:0px 223px 20px 234px;}

#right-col { width:223px; margin-left:-223px; float:left; overflow:hidden;}
#right-col .ind { padding:15px 0px 10px 0px;}

/**************---TITLES---**************/
h1 { color:#444b4e; font-size:18px; font-weight:normal;}
h1.title { background:none; font-size:17px;}
h1.title {color:#000; text-transform:none; text-decoration:none; font-size:26px; font-weight:normal; line-height:20px;}
h1.title a:hover{text-decoration:underline;}
#tabs-wrapper h2 { background:none; color:#000 !important; padding-bottom:10px; font-size:18px; font-weight:normal;}
h2 { font-size:22px; color:#000; padding:10px 0px 7px 0px; text-transform:capitalize; width:100%; font-weight:normal;}
h2.with-tabs { padding-left:0px; padding-top:10px;}
.block h2 { display:block; border-bottom:#bcbcbc 1px solid; color:#444b4e; font-size:12px; line-height:22px; margin:0; margin-top:5px; margin-bottom:10px; padding:0;}

h3 { color:#424242; padding:5px 0px;}
h3 a {color:#424242; text-decoration:none;}

.block .title { padding:0; width:100%;}
.title h3 { color:#000000; text-transform:none; font-size:18px; padding:26px 0px 9px 33px; font-weight:normal; }

.admin-panel h3 { color:#000000; font-size:13px;}

.submit { padding:0px 0px 10px 0px; overflow:hidden;}
.submitted, .submit .submitted{ color:#afafad; font-size:11px; line-height:normal; font-weight:normal;}
.submitted a { color:#afafad;}

/***************/

.comment { padding:10px 0px 10px 20px;}
.comment h3 { background:none;}
.comment h3 a{ color:#2a2a2a; font-size:15px;}
.comment .title { padding-left:0px; padding-bottom:10px;}
.comment .submitted { margin-left:0px; padding-bottom:10px; color:#575859;}
.comment .submitted a{ color:#575859;}

.content { padding:0px 10px 0px 0px; color:#808080; line-height:18px; font-size:12px;}
.node .content span { color:#000; font-size:15px; font-style:italic;}
.node .content a { color:#00b4ff; font-size:12px;}
.content a:hover{ text-decoration:none;}

.node { width:100%; padding-bottom:33px; margin-bottom:14px; border-bottom:1px solid #cfdfe9;}
.node .content, #contact-mail-page { padding:11px 0px 5px 0px; overflow:hidden;}
.node div.links { padding-top:5px; padding-bottom:2px; text-align:left;}
.node .title {padding:18px 0px 5px 0px;}

/*---------------------*/

/*----NAVIGATION----*/
#block-user-1 .bg-block{ background:url(/gui/images/bg-block.gif) top left no-repeat #6ca009;}
#block-user-1 .block-top { background:url(/gui/images/block-top.gif) top left no-repeat; height:7px;}
#block-user-1 .block-bot { background:url(/gui/images/block-bot.gif) bottom left no-repeat; height:7px;}
#block-user-1 .title h3 { padding-top:19px;}
#block-user-1 .content ul.menu { padding-left:0px; padding-bottom:0px; width:100%;}
#block-user-1 .content ul.menu li ul.menu { padding-left:20px; padding-right:10px;}
#block-user-1 .content ul.menu li { padding:5px 0px 5px 0px; list-style-image:none; list-style:none; margin:0; line-height:normal;line-height:20px; overflow:hidden;}
#block-user-1 .content ul.menu li a { background:url(/gui/images/a1.gif) no-repeat left 3px; color:#FFF; font-size:13px; text-decoration:none; font-weight:normal; display:block; padding-left:25px; overflow:hidden; font-family:Arial, Helvetica, sans-serif;}
#block-user-1 .content ul.menu li a:hover{ text-decoration:underline;}
#block-user-1 .content ul.menu li.collapsed a { background:url(/gui/images/a1.gif) no-repeat left 3px;}
#block-user-1 .content ul.menu li.last { border-bottom:none;}

/*------Custom Login-Form------*/
.userlogin { font-size:15px; color:#313030; padding:0px 0px 0px 28px; margin-left:18px; margin-top:20px; font-weight:bold;}
#user-bar { font-size:11px; font-weight:bold; padding:17px 0px 0px 28px;}
#user-bar .user-info { padding:5px 20px; color:#FFF; float:left;}
#user-bar p a { color:#FFF;}
#user-bar .item-list li { list-style:none; list-style-image:none; line-height:10px;}
#user-bar .item-list li a{ font-weight:normal; font-size:10px; color:#52ccff;}
#user-bar .item-list li a:hover {color:#FFF;}

/*----Login-form----*/
#block-user-0 .bg-block{ background:url(/gui/images/bg-block2.gif) top left no-repeat #0d7db0;}
#block-user-0 .block-top { background:url(/gui/images/block-top2.gif) top left no-repeat; height:7px;}
#block-user-0 .block-bot { background:url(/gui/images/block-bot2.gif) bottom left no-repeat; height:7px;}
#block-user-0 .title h3 { padding-top:19px;}#user-login-form { text-align:left;}
.loginFormFields { width:147px; font-size:11px; height:20px; color:#005d89; background:#FFF; border:1px solid #005d89; padding:4px 0px 0px 5px;}
#user-login-form label { color:#FFF; font-size:12px; float:left; font-weight:normal; padding-top:3px; padding-right:8px;}
#user-login-form .form-required { color:#f58500; display:none;}
#user-login-form .description a { color:#47a4bb;}
#user-login-form .item-list ul { padding:1px 0px 0px 0px; margin:0;}
#user-login-form .item-list li{ line-height:18px; list-style:none; list-style-image:none; margin:0px;}
#user-login-form .item-list li a{ font-weight:normal; color:#baeb23; text-decoration:underline; font-size:11px;}
#user-login-form .item-list li a:hover{text-decoration:none; color:#FFF}
#user-login-form .item-list li.last { background:none;}

#user-favorites .description a { color:#47a4bb;}
#user-favorites .item-list ul { padding:1px 0px 0px 0px; margin:0;}
#user-favorites .item-list li{ line-height:18px; list-style:none; list-style-image:none; margin:0px;}
#user-favorites .item-list li a{ font-weight:normal; color:#baeb23; text-decoration:underline; font-size:11px;}
#user-favorites .item-list li a:hover{text-decoration:none; color:#FFF}
#user-favorites .item-list li.last { background:none;}
.FavLink {color:#baeb23; text-decoration: underline;}

#user-login-form .form-submit{ background:url(/gui/images/login.gif) top left no-repeat; border:none; width:76px; height:28px; margin:13px 0px 20px 0px; font-weight:bold; color:#3d1609; text-transform:uppercase; font-size:11px; padding:0px 0px 3px 0px; font-family:Arial, Helvetica, sans-serif;}

#user-login-form .form-item { margin-top:0px; margin-bottom:3px;}

#user-login-form #edit-name-wrapper, #user-login-form #edit-name-1-wrapper { float:left; margin-right:20px; margin-bottom:3px;}
#user-login-form #edit-pass-wrapper, #user-login-form #edit-pass-1-wrapper { float:left; margin-right:5px; margin-bottom:0;}

/*-------------------------*/

/*----Who's Online----*/
#block-user-3 .bg-block{ background:#e6f7ff;}
#block-user-3 .block-top { background:url(/gui/images/block-top3.gif) top left no-repeat; height:7px;}
#block-user-3 .block-bot { background:url(/gui/images/block-bot3.gif) bottom left no-repeat; height:7px;}
#block-user-3 .title h3 { padding-top:19px; color:#000; font-weight:bold;}
#block-user-3 .content { font-size:12px; color:#808080; font-weight:normal; padding-right:20px; line-height:18px;}
#block-user-3 .item-list h3 { color:#000; font-size:12px; font-weight:normal; text-transform:none; padding-top:10px; padding-bottom:5px;}
#block-user-3 .item-list ul { margin:0; padding:0;}
#block-user-3 .item-list ul li{ list-style-image:none; list-style:none; margin:0; line-height:18px; }
#block-user-3 .item-list ul li a{ color:#000; font-size:12px; font-weight:normal; text-decoration:underline;}
#block-user-3 .item-list ul li a:hover { text-decoration:none;}
#block-user-3 em { color:#000; font-weight:bold; font-size:12px;}


/*-----Recent blog posts-------*/
#block-blog-0 .item-list ul { padding-left:0px; width:100%;}
#block-blog-0 .item-list ul li{ background:none; padding:0px 0px 1px 0px; list-style-image:none; list-style:none; margin:0; line-height:22px;}
#block-blog-0 .item-list ul li a{ background:url(/gui/images/a3.gif) no-repeat 0 9px; color:#3b515d; text-decoration:underline; padding-left:10px; font-size:12px; display:block; line-height:22px;}
#block-blog-0 .item-list ul li a:hover { text-decoration:none;}
#block-blog-0 .more-link a{ color:#cc3500; font-size:12px; font-weight:bold; text-decoration:underline; padding:10px 0px 3px 0px; }
#block-blog-0 .more-link a:hover{ text-decoration:none;}


/*----SEARCH FORM----*/
.form-submit { background:url(/gui/images/bg-but.gif) top repeat-x; vertical-align:middle; color:#FFF; font-weight:bold; font-size:11px; text-transform:capitalize; border:1px solid #d24a19; padding:2px 3px 3px 3px}
.form-submit:hover { background:url(/gui/images/bg-but2.gif) top repeat-x; color:#FFF; }

/*
.search-box { padding:11px 20px 12px 18px; font-size:0; text-align:right; background:url(images/bg-search.gif) top left no-repeat;}
.search-box input { font-size:12px; vertical-align:middle}

#search-theme-form {padding:0px;}
#search-theme-form label { color:#7c8a90; font-size:15px; font-weight:normal; vertical-align:middle; margin-right:10px;}

#search-theme-form .form-submit { 
background:url(images/search.gif) top left no-repeat;
border:none;
width:64px;
height:22px;
vertical-align:middle;
color:#FFF;
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:0px 0px 3px 0px;
text-transform:none;
line-height:15px;
}
#search-theme-form .form-text { width:131px; font-size:11px; font-weight:normal; color:#d2d7dd; height:16px; background:#3b424a; border:1px solid #14171b; margin-right:6px; padding:2px 0px 0px 5px;}
*/

/*-----Recent comments-------*/
#block-comment-0 .item-list ul { padding-left:0px; width:100%;}
#block-comment-0 .item-list ul li{ background:url(/gui/images/a3.gif) no-repeat 0 5px; padding:0px 0px 5px 10px; list-style-image:none; list-style:none; margin-bottom:10px; line-height:16px; color:#3b515d; font-size:11px; margin-left:0px; text-transform:none; font-weight:normal }
#block-comment-0 .item-list ul li a{ background:none; color:#cc3500; font-weight:normal; text-transform:none; text-decoration:none; font-size:12px; padding-left:0px;}
#block-comment-0 .item-list ul li a:hover{ text-decoration:underline;}


/*----Who's New----*/
#block-user-2 .item-list ul { padding-left:0px;}
#block-user-2 .item-list ul li{ background:url(/gui/images/a3.gif) no-repeat 0 10px; color:#6e7165; padding:0 0 0 10px; list-style-image:none; list-style:none; margin:0; line-height:25px;}
#block-user-2 .item-list ul li a{ background:none; color:#6e7165; padding:0px;  font-size:12px; font-weight:normal; text-decoration:underline;}
#block-user-2 .item-list ul li a:hover { text-decoration:none;}

/*----Primary Links----*/
#block-menu-primary-links .content ul.menu { padding:0px;}
#block-menu-primary-links .content ul.menu li { background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
#block-menu-primary-links .content ul.menu li a { background:url(/gui/images/a.gif) no-repeat 0 4px; font-size:12px; padding-left:10px; color:#6e7165; font-weight:bold; text-decoration:none;}
#block-menu-primary-links .content ul.menu li a:hover{ text-decoration:underline; }

/*----SEARCH_BLOCK----*/
#block-search-0 { background:url(/gui/images/bg-block4.jpg) top left no-repeat; width:100%; overflow:hidden;}
#block-search-0 .block-top { display:none}
#block-search-0 .title h3 { font-style:italic; padding:30px 0px 7px 25px;}
#block-search-0 .content { padding:0px 0px 33px 25px;}
#block-search-0 .content label { color:#6e7165; font-size:12px; display:none;}
.SearchFormField {  width:127px; font-size:12px; font-weight:normal; color:#d99300; height:22px; background:#FFF; border:1px solid #da9400; margin-right:1px; padding:2px 0px 0px 5px; vertical-align:middle;}
#block-search-0 input.form-submit { background:url(/gui/images/go.gif) top left no-repeat; width:43px; height:27px; font-size:0; line-height:0; border:0; vertical-align:middle;}
#block-search-0 .form-item { margin:0;}

/*----New forum topics----*/
#block-forum-1 .item-list ul { padding:0px; margin-bottom:10px;}
#block-forum-1 .item-list ul li{ background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
#block-forum-1 .item-list ul li a{ background:url(/gui/images/a3.gif) no-repeat 0 5px; padding-left:10px; color:#3b515d; font-weight:normal; text-decoration:none; font-size:12px;}
#block-forum-1 .item-list a:hover{ text-decoration:underline;}
#block-forum-1 .more-link a{ color:#cc3500; font-size:12px; font-weight:bold; text-transform:none; text-decoration:none; }
#block-forum-1 .more-link a:hover{ text-decoration:underline;}

/*----Active forum topics----*/
#block-forum-0 .item-list ul { padding-left:0px; margin-bottom:10px;}
#block-forum-0 .item-list ul li{ background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
#block-forum-0 .item-list ul li a{ background:url(/gui/images/a3.gif) no-repeat 0 5px; padding-left:10px; color:#3b515d; font-weight:normal; text-decoration:none; font-size:12px;}
#block-forum-0 .item-list a:hover{ text-decoration:underline;}
#block-forum-0 .more-link a{ color:#cc3500; font-size:12px; font-weight:bold; text-transform:none; text-decoration:none;}
#block-forum-0 .more-link a:hover{ text-decoration:underline;}

/*----Languages----*/
#block-locale-0 .content ul { padding-left:0px; margin-bottom:10px;}
#block-locale-0 .content ul li{ background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
#block-locale-0 .content ul li a{ background:url(/gui/images/a3.gif) no-repeat 0 5px; padding-left:10px; color:#3b515d; font-weight:normal; text-decoration:none; font-size:12px;}
#block-locale-0 .content a:hover{ text-decoration:underline;}

/*----Syndicate----*/
#block-node-0 { width:100%; padding:0; overflow:hidden;}
#block-node-0 .content { padding:30px;}

/*----Secondary Links----*/
#block-menu-secondary-links ul { padding-left:0px; margin-bottom:10px;}
#block-menu-secondary-links ul li{ background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
#block-menu-secondary-links ul li a{ background:url(/gui/images/a3.gif) no-repeat 0 4px; padding-left:10px; color:#3b515d; font-weight:normal; text-decoration:none; font-size:12px;}
#block-menu-secondary-links a:hover{ text-decoration:underline;}


/*----Admin-Panel List & Admin-Panel List without descriptions----*/
.body ul.menu li, .body .item-list ul li{ background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
.body ul.menu li a, .body .item-list ul li a { background:url(/gui/images/a3.gif) no-repeat 0 4px; padding-left:9px; color:#0e83b8; font-weight:normal;}
.body .item-list ul li a:hover{ text-decoration:none;}

/*-------------------------*/

/*------------------CUSTOM BLOCKS---------------------*/
/*------Styles for Custom Region------*/
#right-col .block{ margin-bottom:0px;}
#right-col .block .title h3 { padding-left:26px;}

#block-block-14 .content { padding:5px 20px 40px 26px; line-height:16px; color:#3b515d;}
#block-block-14 a { color:#FFF; font-size:12px; font-weight:bold; display:block; padding-bottom:8px;}
#block-block-14 span { display:block; color:#000; padding-top:9px;}

#right-col #block-block-15 .title h3{ margin-left:15px; background:url(/gui/images/bg-h.gif) top left no-repeat; color:#FFF; padding:10px 0px 10px 12px;}
#block-block-15 .content { padding:20px 20px 20px 26px; line-height:18px; color:#52788c;}
#block-block-15 a { color:#cc3500; font-size:12px; font-weight:bold; display:block; padding-bottom:8px;}
#block-block-15 span { display:block; color:#000; padding-bottom:2px; font-style:italic; font-size:14px;}
#block-block-15 .bg-line { background:#91c6e1; height:1px; overflow:hidden;}
/*---*/

/*-----LISTS-----*/
/*---nonNumeric Lists without links---*/
#cont-col .content ul li{ background:url(/gui/images/a3.gif) no-repeat 0 6px; padding-left:12px; list-style-image:none; list-style:none; line-height:20px; color:#00b4ff;}
#cont-col .content ul li ul{ margin-left:15px;}
#cont-col .content ul li ol {margin-left:20px;}
#cont-col .content ul li ol li{ list-style-type:decimal;}

/*---Numeric Lists without links---*/
#cont-col .content Ol { padding-left:2px;}
#cont-col .content Ol li{ background:none; padding:0px; margin-left:20px; line-height:20px; color:#00b4ff;}
#cont-col .content Ol li ul li {background:url(/gui/images/a3.gif) no-repeat 0 6px; padding-left:12px; color:#00b4ff; font-weight:normal;}

/*---nonNumeric Lists---*/
#cont-col .content ul li{ list-style-image:none; list-style:none; line-height:20px; font-size:11px;}
#cont-col .content ul li a { color:#00b4ff; font-weight:normal; text-decoration:underline; font-size:11px;}
#cont-col .content ul li a:hover{ text-decoration:none; }
#cont-col .content ul li ul{ margin-left:15px;}
#cont-col .content ul li ol {margin-left:20px;}
#cont-col .content ul li ol li{ list-style-type:decimal; color:#00b4ff}
#cont-col .content ul li ol li a { background:none;}

/*---Numeric Lists---*/
#cont-col .content Ol { padding-left:2px; font-size:11px;}
#cont-col .content Ol li{ background:none; padding:5px 0px 5px 0px; margin-left:20px; line-height:20px;}
#cont-col .content Ol li a { padding-left:0px; color:#293433; font-weight:normal; text-decoration:underline; font-size:11px;}
#cont-col .content Ol li a:hover{ text-decoration:none; }
#cont-col .content Ol li ul li a { font-weight:normal; text-decoration:underline;}
#cont-col .content Ol li ul li a:hover {text-decoration:none;}


/*---Paragraph Style---*/
#cont-col .content p { padding-bottom:7px; padding-top:7px;}
#cont-col .content blockquote { border:1px solid #7f7f7f; background:#f1f1f1; padding:5px; margin:10px 0px 10px 0px;}

.item-list ul li { list-style-image:none; list-style:none;}


#profile-admin-overview ul li{ background:none; padding:0px; list-style-image:none; list-style:none; margin:0; line-height:20px;}
#profile-admin-overview ul li a { background:url(/gui/images/a1.gif) no-repeat 0 5px; padding-left:10px; color:#505050; font-weight:normal;}
#profile-admin-overview ul li a:hover{ text-decoration:none; color:#ce2a11;}

.password-description ul {margin-left:5px;}
.password-description ul li{ background:url(/gui/images/a1.gif) no-repeat 0 7px; padding-left:10px; list-style-image:none; list-style:none; margin:0; line-height:12px;}

#node-admin-content ul {margin-left:5px;}
#node-admin-content  ul li{ background:url(/gui/images/a1.gif) no-repeat 0 7px; padding-left:10px; list-style-image:none; list-style:none; margin:0; line-height:17px;}

ul.links.inline { padding-right:0px;}


.cent ul.links li a { color:#104d0c; font-weight:normal; font-size:11px; text-transform:capitalize; background:none; text-decoration:none; padding:0px;}
.cent ul.links li a:hover { text-decoration:underline;}
#comments ul.links li a { color:#cc3500;}


.taxonomy ul.links li a, #forum ul.links li a { color:#cc3500}

/*------END LIST------*/


ul.primary, ul.primary li, ul.secondary, ul.secondary li{
  border: 0;
  background:none;
  margin: 0;
  padding: 0;
}

ul.primary li a{
	border:none !important;
	background:url(/gui/images/tab-right.gif) top right no-repeat !important; /*tab-right*/
}
ul.primary li a:hover{
	background:none;
	border: 0;
}

ul.primary li.active a{
	background:none;
	border:none;
	color:#FFF !important;
	font-weight:bold;
}


ul.tabs li	{
	background:url(/gui/images/bg-tab.gif) top repeat-x !important; /*bg-tab*/
	display:block;
	margin-right:2px;
	float:left;
}

ul.tabs li span	{
	background:url(/gui/images/tab-left.gif) top left no-repeat; /*tab-left*/
	display:block;
}
ul.tabs	li span span {
	background:url(/gui/images/tab-right.gif) top right no-repeat; /*tab-right*/
	text-align:center;
	display:block;
}

ul.tabs	li a {
	color:#24aae6 !important;
	font-size:14px;
	font-weight:normal;
	background:none;
	padding:6px 20px 5px 20px;
	margin:0px;
	display:block;
}
ul.tabs	li a:hover {
	color:#FFF !important;
	margin:0px;
	border:none;
}

#tabs-wrapper {
  margin:0px;
  padding:0px;
  border-bottom:1px solid #bebfc0;
}
ul.primary {
  padding:0px;
  margin:0px;}

/*----------------------------*/

/*----FROUM----*/
#forum	{
	padding:10px 0px 0px 0px;
}
#forum ul.links {
	padding:0px 0px 5px 0px;
}
#forum table {
	border:1px solid #0e83b9;
	border-right:none;
}
#forum th	{
	padding:5px 0px 5px 3px;
	border-right:1px solid #0e83b9;
}
#forum th a	{
	color:#FFF;
}
#forum td	{
	padding-top:4px; 
	padding-bottom:4px;
}
#forum .description { color:#3c3c3c} /*Forum Container description*/

#forum .forum .description { color:#3c3c3c; font-size:11px;} /*Forum description*/

#forum td.container	{
	border-right:1px solid #0e83b9;
	border-bottom:1px solid #0e83b9;
}
#forum td.container	a{
	color:#0e83b8; 
	padding:0px 0px 0px 10px;
}

#forum td.forum,
#forum td.topics,
#forum td.posts,
#forum td.last-reply,
#forum td.icon,
#forum td.title,
#forum td.replies,
#forum td.created {
	border-right:1px solid #0e83b9;
	border-bottom:1px solid #0e83b9;
}
#forum .last-reply,
#forum .title,
#forum .created,
#forum .icon  {
	padding-left:5px
}
#forum .odd	{
	border-bottom:1px solid #0e83b9;
	border-top:1px solid #0e83b9;
	background:#f8f7f2
}
#forum div.indent	{
	margin-left:5px}

#forum .odd, #forum .even { border-bottom:1px solid #0e83b9; }
#forum thead th { border-bottom:1px solid #0e83b9; background:url(/gui/images/bg-forum.gif) top repeat-x; color:#FFF;}
/*----------------------------*/

/*-----GENERAL-----*/

.node .taxonomy { padding-top:0px;}

div.error { margin-top:5px;}

.block-region { background:#d6e6cc; text-align:center; border:1px dashed #618749; color:#618749; margin-bottom:0px; clear:both;}


div.admin .left { margin:0px;}
#book-outline { min-width:0px;}
#permissions, #blocks, #forum table, .sticky-enabled  { width:100%;}
.node-unpublished { background:none;}
.odd td { vertical-align:middle; padding-left:px; line-height:18px; background:#f1fafd; font-size:12px;}  /* odd_row BACKGROUND*/
.even td { vertical-align:middle; padding-left:px; line-height:18px; background:#e6f7ff; font-size:12px;} /* even_row BACKGROUND*/
.profile h3 { border-bottom:1px solid #cfcdcd; color:#cb3f0e}

img.alignleft{ float:left; margin-right:21px; margin-bottom:15px;}
img.alignright{ float:right; margin-left:25px; margin-right:39px; margin-top:30px;}


#first-time a { color:#508198; text-decoration:none}
#first-time a:hover{  text-decoration:underline;}
#first-time ol { margin-left:20px;}


.theme-info { padding-left:px;}


.admin-list a { color:#0e83b8;}
.tabs a { color:#395c14}
.node-type-list a { color:#0e83b8;} /* Create content */
.collapse-processed a { color:#0e83b8;}
.even a { color:#0e83b8;}
.blog a { color:#8d3408;}
.odd a { color:#0e83b8; line-height:13px;}
.check-manually a{ color:#161616;}

.compact-link a { color:#47515b;}
.messages a { color:#f30000}


.sticky-table { line-height:24px;}
/*.sticky-table th { text-align:center;}*/

.more-help-link a { color:#7d7d7d;}

.help { font-size:11px; padding:3px 10px 0px 20px;}
.help a { color:#0e83b8;}

.help-items a{ color:#1ca0d1;}
.help-items ul { list-style:none; line-height:18px;}

.description a { color:#dc1b1d;}
/*---------------------*/

#blocks tr.region-message { color:#9298a3;}

.theme-info { padding-left:10px;}

.box { padding-left:0px;}
.box h2.title { padding-left:0px; background:none;}

.box div.links { background:none; padding:0px;}
.box .bg-links, .box .links-left, .box .links-right { background:none;}

/*#cont ul.links li { background:none;}*/
/*#cont ul.links li span { color:#575859;}*/

#system-modules div { padding-bottom:10px;}

#forum-confirm-delete a { color:#6d94ac;}

.form-checkboxes { width:100px;}

.search-form input { vertical-align:middle}

#forum ul.links { margin-bottom:10px;}

dl .title { background:none; padding:0px;}

ul.links li.comment_forbidden { padding:0px;}

#comments, #node-form { width:100%;}

#comment-form { padding-bottom:20px;}

.preview .node { background:none;}

#cont-col .content .comment_add a { color:#457299; text-transform:capitalize; font-weight:bold;}

html.js fieldset.collapsible .fieldset-wrapper { width:100%; overflow:hidden;}

.search-advanced .action { float:none;}

/*Status Report*/
.system-status-report td { padding-left:5px;}

table.system-status-report tr.info th{ color:#002200;}
table.system-status-report tr.error th{ color:#220000;}
table.system-status-report tr.ok th { color:#002200;}
table.system-status-report tr.warning th{ color:#222200;}

tr.merge-down { border-bottom:none;}
tr.ok td { background:#DDFFDD;}
tr.error td { background:#FFCCCC;}
tr.warning td { background:#FFFFDD;}
/*-------------*/

.admin-panel dd { padding-bottom:10px;}

div.admin-dependencies, div.admin-required { color:#FFFFFF;}

#block-admin-display-form div { overflow:hidden;}
table.sticky-header { background:#FFFFFF; overflow:hidden; position:relative;}
/*table.sticky-header th { text-align:center;}*/

.item-list .pager li { padding:0;}
#cont-col .content ul.pager li { background:#ebebeb; border:1px solid #d1cfc3; padding:1px 5px; margin:0px 1px; color:#7c7c7c;}
#cont-col .content ul.pager li.pager-current,
#cont-col .content ul.pager li:hover{ background:#f9f9f9; border:1px solid #d1cfc3;}
#cont-col .content ul.pager li a{ color:#1a2023; text-decoration:none;}
#cont-col .content ul.pager li a:hover { color:#000}

#user-favorites
{
	color: White;
}
.authorimage
{
	width: 76px;	
}
.SendEmail
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;	
}
OL
{
	margin: 30px;	
}
DIR
{
 margin: 20px;	
}
.caption
{
	font-style:italic;
	color: #0e83b8;	
}
.favorites-list
{
	margin: 20px;	
}
.favorites-list li
{
	list-style-type:circle;
}
.favorites-list li a{ font-weight:normal; font-size:11px; color:#baeb23;}
.favorites-list li a:hover {color:#FFF;}
.author-profile-image
{
	padding-top: 5px;
	background-image: url(/gui/images/author-profile-back.png)	;
	width: 92px;
	height: 88px;
	overflow: hidden;
	text-align:center;
}
.HideLoading
{
	display: none;
	width: 100%;
	height: 20px;
}
.ShowLoading
{
	display: block;
	width: 100%;
	height: 20px;
}
#RatingText
{
	color: #b1b1b1;
	margin-left: 5px;
}
.CommentContainer
{
	padding: 10px 0px 10px 0px;	
	border-bottom: 1px solid #e6e6e6;
}
.CommentContainer b
{
	color: #0e83b9;
}
.CommentContainer a:link
{
	text-decoration: none;
}
.CommentContainer a:hover
{
	text-decoration: underline;
}
.CommentLikeContainer
{
	width: 30px; 
	height: auto; 
	float: right; 
	font-size: 20pt; 
	color: #e3e3e3; 
	text-align: center;	
}
.CommentLikeContainer span
{
	font-size: 8pt;
}
