a.mainlevel:link, a.mainlevel:visited {
	background:transparent url(/images/mainlevel_menu.png) no-repeat scroll 0%;
	color:#535657;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	text-align:left;
	text-transform:uppercase;
	width:81px;
}
a.mainlevel:hover {
	background-position:0px -22px;
	color:#FF3300;
	font-weight:bold;
	text-decoration:none;
}
a#active_menu-nav.mainlevel-nav {
	background-position:0px -48px;
	color:#FFFF00;
}
a#active_menu-nav.mainlevel-nav:hover {
	color:#FFFFFF;
}

#tabbar {
	float: relative;
	background:transparent url(/images/tabbar_bg.png) repeat-x scroll 0%;
	height:25px !important;
	padding-top:4px;
	padding-right:4px;	
}
#tabbar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#tabbar a {
	float:none;
}
#tabbar li {
	float:left;
	height:25px;
	margin:0pt 0pt 0pt 4px;
	padding:0pt;
}
#tabbar li a {
	background:transparent url(/images/tabbar_normal.png) no-repeat scroll 0% 100%;
	color:#535657;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;	
	height:25px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:81px;
}
#tabbar a:hover {
	background:transparent url(/images/tabbar_active.png) no-repeat scroll 0% 100%;
	color:#CCCCCC;
} 

.eventlist-even {
	border: 1px solid #000000;
	margin: 2px; 
	padding: 2px;
	background: #CCCCCC;

}
.eventlist-odd {
	background: #EDF5FF;
        margin: 2px;
        padding: 2px;
}

.eventlist-highlight {
	background: #FFFF99;
        margin: 2px;
        padding: 2px;
}

div.invisDiv {
	visibility: hidden;
	display: none;
}

div.workarea { 
	padding:10px; float:left 
}
div.calendarbox {
	height: 260px;
}
div.tabnews {
	width: 500px;
}

div.tabnewsbox {
	height: 400px;
}
ul.draglist { 
    position: relative;
    width: 200px; 
    height:220px;
    background: #f7f7f7;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
}


ul.draglist li {
    margin: 1px;
    cursor: move; 
}

ul.draglist_alt { 
    position: relative;
    width: 200px; 
    list-style: none;
    margin:0;
    padding:0;
    /*
       The bottom padding provides the cushion that makes the empty 
       list targetable.  Alternatively, we could leave the padding 
       off by default, adding it when we detect that the list is empty.
    */
    padding-bottom:20px;
}

ul.draglist_alt li {
    margin: 1px;
    cursor: move; 
}

ul.dragbin { 
    position: relative;
    width: 300px; 
    height: 50px;
    background: #f7f7f7;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
    padding-bottom:20px;
}

ul.dragbin li {
    margin: 1px;
}



ul.dragtabs { 
    position: relative;
    width: 300px; 
    height:300px;
    background: #f7f7f7;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
}

ul.dragtabs li {
    margin: 1px;
    cursor: move; 
}

ul.dragtabs_alt { 
    position: relative;
    width: 500px; 
    list-style: none;
    margin:0;
    padding:0;
    /*
       The bottom padding provides the cushion that makes the empty 
       list targetable.  Alternatively, we could leave the padding 
       off by default, adding it when we detect that the list is empty.
    */
    padding-bottom:20px;
}

ul.draglist_tabs li {
    margin: 1px;
    cursor: move; 
}


li.list1 {
    background-color: #D1E6EC;
    border:1px solid #7EA6B2;
}

li.list2 {
    background-color: #D8D4E2;
    border:1px solid #6B4C86;
}

#user_actions { float: right; }

.loginfeaturelist {
	margin: 5px;
	border: 2px;
	padding: 5px;
}

.webtithebasictd {
	border: 2px;
	border-spacing: 10px;
	margin: 5px;
	padding: 5px;
}

.webtithetd {
	border: 2px solid #000000;
	border-spacing: 0;
	height: 30px;
	width: 100px;
	margin: 0; padding: 0;
	text-decoration: none;
	background-color: #CCCCCC;
}

.webtitheloginfeatures {
	border: 2px solid #000000;
	border-spacing: 5px;
	height: 30px;
	width: 100px;
	margin: 0px; 
	padding: 0px;
	text-decoration: none;
	background-color: #66CCFF;
}

.webtithetd:hover {
    text-decoration: none;
    background-color: #999999;
}

.webtithetdselected {
	border: 2px solid #000000;
	border-spacing: 0;
	height: 30px;
	width: 100px;
	margin: 0; padding: 0;
	text-decoration: none;
	background-color: #66CCFF
}
.webtithetdselected:hover {
    text-decoration: none;
    background-color: #66CCFF;
}

.webtithea {
	text-decoration: none;
}

.webtithea:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.webtitheaselected {
	text-decoration: underline;
}

.webtitheaselected:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.signupTitle {
	background-color: #66CCFF;
}
.featurelist li {
	padding: 5px;
}

.feedlist li {
	padding: 5px;
}
.feedlist a {
	font-family: verdana;
	font-size: 14px;
}
.feedlist {   
        text-align: left;
}
