﻿/* PA CS Default */
@import url(/static/common/as/include/imp_pagebase.css);
@import url(/static/pa/cs/include/imp_menu.css);
@import url(/static/pa/cs/include/imp_text.css);
@import url(/static/pa/cs/include/imp_form.css);



BODY
{
	background-image: url(/static/pa/cs/images/bg_long.jpg);
	background-color:Black;
	background-repeat: repeat-x;	
	margin: 0px;
}

TABLE.gt_container
{
	width: 894px; 
	height: 100%;
}

/*
TABLE.gt_container2
{
	width: 850px;
	height: 100%;
}

TABLE.gt_container2 TD.gt_content
{
	padding: 15px 0px 0px 15px;
	vertical-align: top;
}
*/

TD.logo
{

	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;

}
TD.logo IMG
{
	margin: 0px;
}

TD.gt_topmenu
{
	vertical-align: bottom;
	height: 75px;
}

TD.gt_leftmenu
{
	background-color: #000000;
	background-repeat: no-repeat;	
	width: 175px;
	height: 275px;
	padding: 0px;	
	vertical-align: top;
}

TD.gt_content
{
	vertical-align: top;
	background-color:#FFFFFF;
	background-image:none;
	background-repeat:repeat-x;
	padding:0px;	

}

TD.gt_footer
{
	background-color: #000000;
	height: 10px;
	text-align: right;
	padding: 6px 10px 6px 10px;
}

div.dropdownmenu select
{
	margin: 5px;
	font-size: 11px;
}
/* The default layout styles for generic pages */
TABLE.default_table
{
	margin:0px;

	background-color: #a0a0a0;
	background-image: url(/static/pa/cs/images/fade_bg.gif);
	background-repeat:repeat-x;	
	background-position:top;	
	padding:10px;	
	
}

TD.default_left
{
	width: 100%;
	padding: 25px;
	vertical-align:top;
/*	background-image: url(/static/pa/cs/images/fade_bg.gif);
	background-repeat:repeat-x;	
	background-position:top;	
	background-color: #a0a0a0; */
}

TD.default_topright
{
/*	background-color: White; */
	
}
TD.default_bottomright
{
/*	background-color: #a0a0a0;
	background-image: url(/static/pa/cs/images/fade_bg.gif);
	background-repeat:repeat-x;	
	background-position:top;		*/
		
}

/* ADDED BY MARCUS, DONT KNOW IF 
LAYOUTMANAGERS SHOULD BE SPECIFIED LIKE THIS... */

TD.grid4, TD.grid5, TD.grid6
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD.grid1, TD.grid2, TD.grid3, TD.grid9
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
} 



/* Define borders/backgrounds */
TD.panel, TD.panel1, TD.panel4
{
	background-color: transparent;
}

TD.panel2, TD.panel5, TD.panel7
{
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}

TD.panel3, TD.panel6, TD.panel8
{
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	background-color: #cccccc;
}

TD.panel9
{
	background-color: #cccccc;
}

/* Define padding */
TD.panel, TD.panel7, TD.panel8
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

TD.panel4, TD.panel5, TD.panel6
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD.panel1, TD.panel2, TD.panel3, TD.panel9
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
} 

/* Define padding for groups within panels */
DIV.group1 
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

DIV.group2
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* Define margins */
TABLE.layout
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TABLE.layout1
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* WebEC styles */
DIV.webecresult
{
	width: 360px;
	overflow: hidden;
}

td.billboard
{
	padding:0;
	text-align:center;
	vertical-align:top;
	width:850px;
	border-left-color:#515151;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#515151;
	border-right-style:solid;
	border-right-width:1px;	

}
td.shadow_left
{
	background-image: url(/static/pa/cs/images/left_shadow.png);
	background-repeat:repeat-y;
	background-position:right;
	width: 22px;
	height:100%;
}

td.shadow_right
{
	background-image: url(/static/pa/cs/images/right_shadow.png);
	background-repeat:repeat-y;
	background-position:left;
	width: 22px;
	height:100%;
}
td.shadow_bottom
{

	background-image: url(/static/pa/cs/images/bottom_shadow.png); 
	background-position:top;
	background-repeat:no-repeat; 
	width: 100%;
	vertical-align:top;
	height: 21px;
}
