
	body 
	{ 
		background: url('/images/bg.jpg') repeat-x; 
		font-size: 10pt;
		font-family: arial; 
		text-align: center; 
	}

	a 
	{
		color: #6699CC;
		font-weight: bold;
		text-decoration: none;
	}
	
	table 
	{
		font-size: 10pt;
		font-family: arial;
	}
	
	.floatcontainer:after 
	{
		content: "."; 
	    display: block; 
	    height: 0; 
	    font-size:0;	
	    clear: both; 
	    visibility:hidden;
	}
	
   /* Hides from IE Mac \*/
    * html .floatcontainer {height: 1%;}
       .floatcontainer{display:block;}
    /* End Hack */ 
    
    .errors
    {
    	color: #cc0000;
    	font-weight: bold;
    	font-size: 9pt;
    	font-family: arial;
    }
    
    .success
    {
    	color: #336699;
    	font-weight: bold;
    	font-size: 9pt;
    	font-family: arial;
    }
    
    .contentTitle
    {
    	color: #6699CC;
    	font-weight: bold;
    	font-size: 18pt;
    	font-family: arial;
    }
    
    .contentSubTitle
    {
    	color: #8EC6F5;
    	font-weight: bold;
    	font-size: 12pt;
    	font-family: arial;
    }

    .inputTitle 
    {
    	background-color: #f3f3f3; 
    	font-weight: bold;
    	text-align: right;
    	width: 120px;
    }
    
    .inputValue
    {
    	height: 22px;
    	width: 200px;
    }
    
    .divTitle
    {
		background: #8EC6F5 url('/images/tweetulaterheaderbg2.gif') repeat-x top; 
    	color: #fff;
    	font-weight: bold;
    	font-size: 10pt;
    	font-family: arial;
    	width: 100%;
    }
    
    .divTitleYellow
    {
		background: #8EC6F5; 	
    	color: #333;
    	font: 10pt, arial;
    	width: 100%;
    }    
    
	.clickableElement
	{	
    	cursor: pointer;	
		color: #6699CC; 
		font-weight: bold;
		font-size: 10pt;
		font-family: arial;
	}
    
	.helpBox
	{
		background-color: #FFF; 
		border: #ccc solid 1px; 
		font: 9pt, arial; 
		padding: 5px; 
		position: absolute; 
		text-align: left; 
		width: 300px;
		z-index: 5;
	}  
	
	#logo
	{
		margin-bottom: 10px;
	}
	
	#mainMenuDiv
	{
		width: 100%;
	}
	
	#mainMenuDiv:after
	{
	}
	
	#mainMenuDiv a
	{
		font-weight: bold;
		font-size: 9pt;
		font-family: arial; 
		text-decoration: none;
	}
	
	.blueButton
	{
		border-top: #85BFFF solid 1px; 
		border-right: #85BFFF solid 1px; 
		border-left: #85BFFF solid 1px; 
		border-bottom: #8EC6F5 solid 1px; 
		color: #fff;		
		background: #8EC6F5 url('/images/tweetulaterheaderbg2.gif') repeat-x top; 
		float: left; 		
		margin-right: 3px; 
		padding: 5px;		
	}
	
	.blueButton a
	{
		color: #FFF; 
	}
	
	.yellowButton
	{
		background: #FFD422 url('/images/tweetulaterheaderbg1.gif') repeat-x top; 	
		border-top: #FFCC00 solid 1px; 
		border-right: #FFCC00 solid 1px; 
		border-left: #FFCC00 solid 1px; 
		border-bottom: #FFCC00 solid 1px; 
		color: #333;
		float: left; 
		margin-right: 3px; 
		padding: 5px;				
	}
	
	.yellowButton a 
	{
		color: #333; 
	}
	
	#subMenuDiv
	{
		background: #8EC6F5; 
		color: #fff;
		font-weight: bold;
		font-size: 9pt;
		font-family: arial;
		height: 25px;	
		width: 100%;
	}
	
	#subMenuDiv span
	{
    	cursor: pointer;	
		color: #fff; 
		font-weight: bold;
		font-size: 9pt;
		font-family: arial;
	}
	
	#subMenuDiv a
	{
		color: #fff;
		font-weight: bold;
		font-size: 9pt;
		font-family: arial;
	}	
	
	#contentContainer 
	{
		border: #85BFFF solid 1px; 
		background: #FFF;
	}
	
	.footerMenu
	{
		font-size: 8pt;
		font-family: arial;
	}
	
	.footerMenu a
	{
		font-size: 9pt;
		font-family: arial;
	}