body
{
	background: #000a4d;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
}
	
html,body,form
{
	border: 0px transparent none;
}

form
{
	display: inline;
}

input
{
	width: 20em;
	padding: 2px;
}

input[type='radio'], input[type = 'checkbox']
{
	width: 1.5em!important;
}

input[type='radio'], input[type='file'], input[type='checkbox']
{
	border: none!important;
	background: transparent!important;
}

input, textarea
{
	border: 1px solid #7D7D7D;
	background: #F0F0F0;
}

input[type = 'hidden']
{
	border: none!important;	
}

a
{
	text-decoration: none;
}

a:visited
{
	color:blue;
}

a[class = 'additem']
{
	background: url('images/additem.png') center center no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

a:hover[class = 'additem']
{
	background: url('images/additemhover.png') center center no-repeat;
}

a:hover[class = 'hoverlink']
{
	text-decoration: underline;
}

h2
{
	display: inline;
}

.rsslink
{
	width:28px;
	height:28px;
	display:inline-block;
	background:url('images/rss.png') top center no-repeat;
	margin-top:-2px;
}

a[class = 'rightarrow']
{
	display: inline-block;
	width: 24px;
	height: 27px;
	background: transparent url('images/right-arrow.png') top right no-repeat;
}

a:hover[class = 'rightarrow']
{
	background-image: url('images/right-arrow-hover.png');
}

a[class = 'leftarrow']
{
	display: inline-block;
	width: 28px;
	height: 27px;
	background: transparent url('images/left-arrow.png') top right no-repeat;
}

a:hover[class = 'leftarrow']
{
	background-image: url('images/left-arrow-hover.png');
}

a[class = 'betweenarrows']
{
	display: inline-block;
	width: 24px;
	height: 28px;
	background: transparent url('images/between-arrows.png') top center no-repeat;
}

a:hover[class = 'betweenarrows']
{
	background-image: url('images/between-arrow-hover.png');
}

#betamessage
{
	width: 820px;
	display: none;
}

#betamessage a:hover
{
	text-decoration:underline;
}


#main
{
	position: relative; 
	width: 890px;
	z-index: 5;
}

#header
{
	background: transparent url('images/header.jpg') top left no-repeat;
	width: 900px;
	height: 200px;
	margin-bottom: 10px;
	color: white;
	font-size: 30px;
}

#content
{
	position: absolute;
	width: 770px;
	left: 120px;
}

#navbar
{
	color: #FFF;
	text-align: left; 
	position: absolute;
	left: 0px;
	height: 600px;
	width: 110px;
	background: transparent url('images/navbar-bg.jpg') top left no-repeat;
}

#navbar a
{
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	display: inline-block;
	color: white;
}

#navbar a:hover
{
	text-decoration:underline;
}

.item
{
	background: #FFF;
	width: 780px;
}

.itemtop
{
	font-weight: bold;
	width: 770px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 22px;
	background: transparent url('images/itemtop.jpg') top left repeat-x;
	color: #FFF;
	border-bottom: #656565 1px solid;
}

.itemtop a, .itemtop a:visited
{
	font-weight: bold;
	font-size: 22px;
	color: white;
}

#blackout
{
	position: fixed;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: #000;
	top: 0px;
	left: 0px;
	z-index: 9;
}

#dialogcenter
{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#dialogbox
{
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	opacity: 0;
	background: white;
	border: 8px solid #E1E1E1;
	border-bottom:5px solid #E1E1E1;
}

#boxcontainer
{
	width: 100%;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#boxbottom
{
	width: 100%;
	height: 25px;
	padding-top:1px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 25px;
	color: #000;
	background: #E1E1E1;
}

#boxbottom a:link
{
	background:url('images/dialog-x.png') bottom right no-repeat;
	display:inline-block;
	height:25px;
	width:25px;
}

#boxbottom a:hover
{
	background:url('images/dialog-x-hover.png') bottom right no-repeat;
}

#dialogbox h2
{
	display: inline;
}

a[name = 'button'], .dbutton
{
	background: #556AE7;
	padding: 5px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	color: white;
}

a:hover[name = 'button'], a:hover[class ='dbutton']
{
	background: blue;
}

.status
{
	display: inline-block;
	height: 20px;
	min-width: 30px;
	font-size: 11px!important;
}

.status img
{
	vertical-align: middle;
}


/* YUI Customization */

.yui-ac-container
{
	font-size: 13px;
	width: 23em!important;
}

.yui-ac-input { 
	
	position:static;
	width:23em!important;
}

.yui-dt-button .yui-dt-default, .yui-dt-button button
{
	background: #556AE7!important;
	border: none !important;
	text-align: center !important;
	color: white !important;
}

.yui-dt-button button
{
	padding: 2px!important;
}

.yui-dt table { 
	    margin:0;padding:0; 
	    font-family:arial;font-size:inherit; 
	    border-collapse:separate;border-collapse:collapse;border-spacing:0;
		border-right: none!important;
		border-left: none!important;
}

.yui-dt-data
{
	font-size: 12px!important;
}

.yui-skin-sam .yui-editor-container 
{ 
	border-left:none!important;
	border-right: none!important;
}

.yui-skin-sam .yui-toolbar-container { 
	    background-color: #556AE7!important; 
		padding-top: 5px!important;
	}

a[class = 'deletebutton']
{
	height: 25px;
}

.deletecolumn, a[class = 'deletebutton']
{
	background: url('images/red-x.png') center center no-repeat;
	width: 20px!important;
	cursor:pointer;
}

a:hover[class = 'deletebutton'], .deletecolumnhover
{
	background: url('images/red-xhover.png') center center no-repeat;
	cursor:pointer;
	width: 20px!important;
}

.deletecolumnhover
{
	background-color:red;
}

/*gradient toolbar*/

#toolbar
{
	background: #556AE7;
	padding: 5px;
	height: 20px;
	background:#D8D8DA url("images/sam-sprite.png") repeat-x 0 0; /* header gradient */ 
}

#toolbar a
{
	color: black;
}

#toolbar .group
{
	margin-right: 15px;
	margin-left: 8px;
	padding-top: 1px;
}

#toolbar .group a
{
	margin-left: 3px;
	margin-right: 3px;
}

#toolbar a:hover, .group .selected
{
	text-decoration: underline;
}

a[class = 'additemlink']
{
	padding:2px;
	padding-top:3px;
	padding-left: 20px;
	font-weight:bold;
	background: url('images/additem.png') left center no-repeat;
}

a:hover[class = 'additemlink']
{
	background: url('images/additemhover.png') left center no-repeat;
}

 /*weather badge css*/

.weatherbadge h1
{
	display: inline;
	color: #5D5D5D;
	font-size: 30px;
}

.weatherbadge td
{
	width: 100px;
	height:98px;
}

.weatherbadge .top
{
	text-align: center;
	background: #AFC1FF;
	font-size: 15px;
	color:#3D3D3D;
	height: 18px;
}

.weatherbadge ul
{
	padding:0px;
	padding-left: 18px;
	width: 100px;
	margin-bottom: 5px;
	margin-top:10px;
}

.weatherbadge .info
{
	background:#D3DCFF;
	font-size:12px;
}

table[class = 'weatherbadge']
{
	background: white;
	text-align:left;
	margin: 0px;
	cursor: pointer;
	width:100%;
}

.weatherbadge .bullet
{
	font-size:18px;
	width: 20px;
}

.yahooweatherlink
{
	padding-bottom:2px;
}

.goarrow
{
	background: url('images/go-arrow.png') center left no-repeat;
	padding-left:16px;
}


/*unicode fixes for calendar pop-ups - site wide*/
.eventoptions .calgetdirections
{
	padding-left:18px!important;
	background-image: url('images/white-go-arrow.png');
	background-position: center left;
	background-repeat: no-repeat;
}