﻿@import "../style.css"/*tpa=http://www.standardsportal.org/App_Themes/style.css*/;
@media screen {
#header {
background:url("top.jpg"/*tpa=http://www.standardsportal.org/App_Themes/splash/top.jpg*/);
float:left;
height:70px;
margin-bottom:7px;
width:950px;
position:relative;
}

#left_bar {
background:url("left.jpg"/*tpa=http://www.standardsportal.org/App_Themes/splash/left.jpg*/);
float:left;
height:336px;
position:relative;
width:70px;
}

#right_bar {
background:url("right.jpg"/*tpa=http://www.standardsportal.org/App_Themes/splash/right.jpg*/);
float:left;
height:336px;
position:relative;
width:70px;
}

#greeting {
background:#000;
display:inline;
float:left;
height:228px;
margin-bottom:7px;
position:relative;
width:288px;
}

#selection {
background:#000;
color:#f4f4f4;
display:inline;
float:left;
height:94px;
margin-bottom:7px;
padding-left:17px; /* padding and width or height are additive */
padding-top:7px;
position:relative;
width:271px;
}

#selection_flags {
border:gray 3px solid;
display:inline;
float:left;
height:112px;
margin-bottom:7px;
position:relative;
width:282px;
}

#ads {
display:inline;
float:left;
height:68px;
margin-bottom:7px;
width:282px;
text-align:center;
border:solid 3px gray;

}

.innerad 
{
	padding-top:3px;
}

#banner {
display:inline;
float:left;
height:336px;
margin-bottom:7px;
position:relative;
width:501px;
}

#news {
display:inline;
float:right;
height:auto;
margin-top:opx;
margin-bottom:7px;
padding-left:17px;
padding-right:17px;
padding-bottom:17px;
width:467px;
}

#left_content {
float: left;
height:auto;
margin-right:7px;
position:relative;
width:288px;
}

#right_content {
float: left;
height:auto;
width:501px;
}


}

/*printer styles*/ 
@media print 
{
	
#header 
{
display:none;
}

#ti\tle {                                  /* 6. */
	display: list-item;                /* 1. */
	list-style-image: url("top.jpg"/*tpa=http://www.standardsportal.org/App_Themes/splash/top.jpg*/); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	}
	
#header2
{
/*background:url('top.jpg');*/
height:70px;
margin-bottom:7px;
width:600px;
position:relative;
}

#left_bar {
display:none;
}
	
#right_bar {
display:none;
}


#left_content {
float: left;
height:auto;
margin-right:7px;
position:relative;
width:288px;
}

#right_content {
float: left;
height:auto;
width:201px;
}

#greeting {
background:#000;
display:inherit;
float:left;
height:228px;
margin-bottom:7px;
position:relative;
width:88px;
}

#selection {
background:#000;
color:#f4f4f4;
display:none;
float:left;
height:94px;
margin-bottom:7px;
padding-left:17px; /* padding and width or height are additive */
padding-top:7px;
position:relative;
width:201px;
}

#selection_flags {
border:gray 3px solid;
display:none;
float:left;
height:112px;
margin-bottom:7px;
position:relative;
width:201px;
}

#ads {
display:none;
float:left;
height:62px;
margin-bottom:7px;
width:201px;
}

#banner {
display:none;
float:left;
height:336px;
margin-bottom:7px;
position:relative;
width:201px;
}

#news {
display:inherit;
float:left;
height:auto;
margin-bottom:7px;
padding:17px;
width:267px;
}
	
} /*end print style*/

