body {
  	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	background-color: 555555;
	display: inline;
}

.background{
	background-color:555555;
	width:1000px;
	margin:0 auto; 
	padding: 0px 0px 0px 0px;
	border: 0;	
}

/* ie fix */
* html .background{
	width: 1000px;
}

.headerMenu{
	background-color: dddddd;
	margin: 0px 0px 5px 0px;
}

.headerTitleBar{
	background-color: 333333;
	background-image: url('http://crumbs.net/images/main/menubar.jpg');
	background-repeat: no-repeat;
	padding: 6px 0px 0px 27px;
	height: 24px;
	margin: 0px;
	font-size: 9px;
}
 /* ie fix */
* html .headerTitleBar{
	height: 30px;
}

.titleYellow{
	font-size: 12px;
	font-weight: bold;
	color: yellow;
}

.menu{
	float: right;
	font-size: 9px;
	color:777777;
	padding: 2px 27px 0px 0px;
}

.menuText{
	color:cccccc;
	font-size: 9px;
	padding:0px 10px 0px 10px;
}

.middleContent{
	background-color: aaaaaa;
	border-top:1px #999999 solid;
	border-bottom:1px #999999 solid;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	min-height: 1100px;
}

.mainContent{
	width: 675px;
	background-color: cccccc;/*BFBD99 D3D4A8*/
	min-height:300px;
	/*float:left;*/
	padding: 25px;
	/*margin-bottom: 10px;*/
	border-right:1px #999999 solid;
}

/* ie fix */
* html .mainContent{
	width: 725px;
}

.sideBarContent{
	text-algin: center;
	clear:both;
	float:right;
	width: 260px;
	margin:0 auto;
	padding:25px 15px 25px 0px;
}

/* ie fix */
* html .mainContent{
	width: 250px;
}

.footer{
	background-image: url('http://crumbs.net/images/main/menubar.jpg');
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 5px 25px 0px 25px;
	height: 35px;
	clear:both;
	color: aaaaaa;
}

img.playButton{
	vertical-align:middle;
	border:0px;
}

.radioMessage{
	position:absolute; 
	right:0px; 
	top:0px;
	opacity:0.85; 
	filter:alpha(opacity=85);
	padding:20px;
	width:300px;
	background-color:000000; 
	border-left:1px #bbbbbb solid;
	border-top:1px #bbbbbb solid;
	border-bottom:1px #bbbbbb solid;
	color:cccccc;
	z-index:1000;
	display:none;
}

h1 {
	font-size: 1em;
	color:yellow;
	font-weight: bold;
	margin: 0;
	margin-left: 5;
	}
	
h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-bottom: -15;
	}
	`
h3 {
	font-size: .6em;
	}

p, div, span {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.4em;
	}

.required{
	color:red;
}
div.top-left-corner, div.top-right-corner, div.bottom-left-corner, div.bottom-right-corner{
	position:relative;
	width:20px;
	height:20px;
	background-color:eeeeee;
	overflow:hidden;
}

div.top-left-inside, div.top-right-inside, div.bottom-left-inside, div.bottom-right-inside{
	position:relative;
	font-size:150px;
	font-family:arial;
	line-height:40px
}

div.top-left-corner{
	float:left;
}

div.top-right-corner{
	float:right;
}

div.bottom-left-corner{
	float:left;
}

div.bottom-right-corner{
	float:right;
}

div.top-left-inside{
	left:-8px;
}

div.top-right-inside{
	left:-25px;
}

div.bottom-left-inside{
	left:-8px;
	top:-16px;
}

div.bottom-right-inside{
	left:-25px;
	top:-16px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: 287EC2;
	}
.menu:link {text-decoration: none; 
	color: red;
	}
a:hover {
	text-decoration: underline;
	color: FF6600;
	}
	
#blackBorder {
	bordercolor:FFFFFF;
	}

#smallFont {
	font-size: 10pt;
	color: green;
	}
	
.cafeTimeOverImage{
		color:white;
		position:absolute;
		padding:0px 5px 0px 5px; 
		margin:5px 0px 0px 25px; 
		background-image: url('http://crumbs.net/images/misc/cafeTimeBackground.gif');
		background-repeat: no-repeat;
		z-index: 99;
	}
	
* html .cafeTimeOverImage{
	margin:0px;
}
	
.cafeBackground{
		background-image: url('http://crumbs.net/images/cafe/cafeBackground.jpg');
		background-repeat: no-repeat;
		background-color: 333333;
		padding: 5px 25px 5px 25px;
		border: 0px;
	}
* html .cafeBackground {
	
	border:3px #000000 solid;
	/*border-top: 5 #111111 solid;
	border-right: 25 #111111 solid;
	border-bottom: 5 #111111 solid;
	border-left: 25 #111111 solid;*/
} 

ul, ol { 
	margin: 0px 0px 0px 15px; 
	padding:0px;
	color:777777;
}

ul.autoplay{
	list-style-image: url(http://crumbs.net/images/main/play.png);
}

.divContent {
	width:324px;/*324px*/
	padding: 0px 10px 10px 0px;
	/*background-color:navy;*/
}

/* ie fix */
* html .divContent{
	width: 334px;/*334px*/
}

.divContentHeader {
	color: 333333;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0px 0px 15px;
	height: 24px;
	background-image:url('http://crumbs.net/images/css/headerShort.png');
	background-repeat: no-repeat;
}

.divContentMain {
	border-top:1px #cccccc solid;
	border-left:1px #dddddd solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #dddddd solid;
	padding: 15px;
	background-color: eeeeee;
}

.divContentFooter {
	background-image:url('http://crumbs.net/images/css/footerShort.png');
	background-repeat: no-repeat;
	height: 12px;
}

.divContentFooterBlank {
	background-image:url('http://crumbs.net/images/css/footerShortBlank.png');
	background-repeat: no-repeat;
	height: 12px;
}

.divFeature {
	width:661px;
	padding: 0px 10px 10px 0px;
}

/* ie fix */
* html .divFeature{
	width: 671px;
}

.divFeatureHeader {
	color: 333333;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0px 0px 15px;
	height: 24px;
	background-image:url('http://crumbs.net/images/css/headerLong.png');
	background-repeat: no-repeat;
}

.divFeatureMain {
	border-top:1px #cccccc solid;
	border-left:1px #dddddd solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #dddddd solid;
	padding: 15px;
	background-color: eeeeee;
}

.divFeatureFooter {
	background-image:url('http://crumbs.net/images/css/footerLong.png');
	background-repeat: no-repeat;
	height: 12px;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px 10px 0px;
    padding:5px;
	/*font-size:10px;*/
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}