table td {padding:2px; border-spacing:0;}
* {padding: 0px; margin: 0px; font-family:Arial;}
p {margin-top: 0px; text-align:left; text-indent:50px;}
body {background-image: url('images/bg.jpg'); color:#666666; background-attachment:fixed;}
textarea {width: 200;}
img {border:0;}
.border {border:2px solid #cc9933; margin-bottom:}
form {display:inline;}

hr {color:#222; background-color:#222;}
h3 {color:#666666;}
h5 {text-decoration:none; color:#7dd0f2;}
a {color:#cc9933;}
a.selected {color:#99ccff;}
a:focus {outline: none;}
div.hr {height:1px; width:100%; margin-top:7px; margin-bottom:7px;}

div.content {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    -moz-box-shadow: inset 0 0 4px 1px #333;
    -webkit-box-shadow: inset 0 0 4px 1px #333;
    box-shadow: inset 0 0 4px 1px #333;
    
    background-image: url('images/stripe_bg.png');
    padding: 5px;
    
    border: 1px solid #333;
    margin: -1px;
    
    text-shadow: 2px 2px 2px #222;
    color: #DDD;

}

#topBar {
	
	height:25px;
	width:100%;
	background-image:url('images/topBar.jpg');
	background-repeat:repeat-x;
	float:left;
        padding-top: 2px;
        text-align:center;
        vertical-align:middle;
}

#mainBar {

	height:168px;
	width:100%;
	padding-top:6px;
	background-image:url('images/mainBar.jpg');
	background-repeat:repeat-x;
	float:left;
        
}

#miniMainBar {
	
	height:40px;
	width:100%;
	padding-top:6px;
	background-image:url('images/mainBar.jpg');
	background-repeat:repeat-x;
	float:left;
        
}

#mainBarContainer {

	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width:800px;
	height:171px;
}
#primaryLinks {
	margin-top:6px;
}
#logo {
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:37px;
	width:436px;
}
#featuredapps {
	height:92px;
	width:304px;
	float:right;
	background-image:url('images/featuredapps.png');
	background-repeat:no-repeat;
	position:relative;
	margin-right:30px;
	margin-top:22px;
	padding-top:33px;
	text-align:center;
}
#featuredapps img {
	margin-left: 5px;
	margin-right: 5px;
	border:0;

}
#secondaryLinks {
        
	position:absolute;
	top:170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top:6px;
	height:31px;
	width:800px;
	background-image:url('images/secondaryLinks.png');
	background-repeat:no-repeat;
	color:#DDDDDD;
	font-size:90%;
	text-align:center;
	white-space:pre;
}

#mainDiv {
	clear:both;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('images/mainBody.png');
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	padding-bottom; 13px;
	width:774px;
}

#mainDiv-v2 {
	clear:both;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-color: #b3b3b3;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	padding-bottom; 13px;
	width:80%;
}

#contentContainer {
	float:left;
	width:635px;
	padding-right:15px;
	text-align:center;
}

#adContainer {
	float:left;
	width:120px;
}

#imageFooter {

	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:14px;
	background:url('images/mainBottom.png') no-repeat bottom;
}

table.content {
	border: 1px solid #7dd0f2;
	padding: 10;
	width: 100%;
	background-color: #ffffff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  
    }
    
    .clearfix {
    	margin-left:auto;
    	margin-right:auto;
    	text-align:left;
    	display: inline-block;
    	}



.basictab{
		padding:0;
		margin:0;
		margin-left: 0;
		font: 14px "Arial";
		list-style-type: none;
		text-align: right; 
		background-color: transparent;
		padding-right: 30px;
		padding-left: 30px;
	}

	.basictab li{
		display: inline;
		margin: 0;
		margin-top:15px;
		padding-top:5px;
		font-size: 14px;
		outline: 0; 
	}

	.basictab li a{
		text-decoration: none;
		padding: 3px 7px;
		padding-top:10px;
		margin-right: 0px;
		border:0px;
		background: url(images/linkmarker.png) no-repeat;
		background-position:top center;
		color: #cc9933;
		margin-top:15px;
		outline: 0; 
	}

	.basictab li a:visited{
		
	}

	.basictab li a:hover{
		color: #99ccff;
	}

	.basictab li a:active{
		text-decoration: none;
		outline: 0; 
		color: #ffffff;
	}

	.basictab li.selected a{ /*selected tab effect*/
		text-decoration: none;
		padding: 3px 7px;
		padding-top:10px;
		margin-right: 0px;
		border:0px;
		background: url(images/selectedlinkmarker.png) no-repeat;
		background-position:top center;
		color: #99ccff;
		margin-top:15px;
	}
	
  #container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #cell {
    display: table-cell;
    }
    
    #noAdContainer {
	float:left;
}

	
