﻿/* COLUMN DEFINITION: all based upon a total width of 986px */

.col
{
    float: left;
    overflow: hidden;
}


/* A: 3-column, heavy center, skinnny right */

.col_A_1						{ width: 310px; }
.col_A_1 .box .body .content	{ width: 300px; }
.col_A_1 .box .center			{ width: 290px; }

.col_A_2						{ width: 430px; }
.col_A_2 .box .body .content    { width: 420px; }
.col_A_2 .box .center			{ width: 410px; }

.col_A_3						{ width: 250px; }
.col_A_3 .box .body .content    { width: 240px; }
.col_A_3 .box .center			{ width: 230px; }

/* B: 2-column, skinnny right */

.col_B_1						{ width: 740px; }
.col_B_1 .box .body .content    { width: 730px; }
.col_B_1 .box .center			{ width: 720px; }

.col_B_2						{ width: 250px; }
.col_B_2 .box .body .content	{ width: 240px; }
.col_B_2 .box .center			{ width: 230px; }

/* C: 1-column */

.col_C_1						{ width: 990px; }
.col_C_1 .box .body .content    { width: 980px; }
.col_C_1 .box .center			{ width: 970px; }


/* D: 2-column, skinnny left */

.col_D_1						{ width: 250px; }
.col_D_1 .box .body .content    { width: 240px; }
.col_D_1 .box .center			{ width: 230px; }

.col_D_2						{ width: 740px; }
.col_D_2 .box .body .content    { width: 730px; }
.col_D_2 .box .center			{ width: 720px; }

/* E: 2-column, larger left */

.col_E_1						{ width: 560px; }
.col_E_1 .box .body .content    { width: 550px; }
.col_E_1 .box .center			{ width: 540px; }

.col_E_2						{ width: 430px; }
.col_E_2 .box .body .content    { width: 420px; }
.col_E_2 .box .center			{ width: 410px; }

/* F: 2-column, very skinnny left */

.col_F_1						{ width: 150px; }
.col_F_1 .box .body .content    { width: 140px; }
.col_F_1 .box .center			{ width: 130px; }

.col_F_2						{ width: 840px; }
.col_F_2 .box .body .content    { width: 830px; }
.col_F_2 .box .center			{ width: 820px; }

/* G: 2-column, larger right */

.col_G_1						{ width: 270px; }
.col_G_1 .box .body .content    { width: 260px; }
.col_G_1 .box .center			{ width: 250px; }

.col_G_2						{ width: 720px; }
.col_G_2 .box .body .content    { width: 710px; }
.col_G_2 .box .center			{ width: 700px; }

/* H: 2-column, large left, medium right */

.col_H_1						{ width: 680px; }
.col_H_1 .box .body .content    { width: 670px; }
.col_H_1 .box .center			{ width: 660px; }

.col_H_2						{ width: 310px; }
.col_H_2 .box .body .content    { width: 300px; }
.col_H_2 .box .center			{ width: 290px; }

/* I: 2-column, very skinnny right */

.col_I_1						{ width: 800px; }
.col_I_1 .box .body .content    { width: 790px; }
.col_I_1 .box .center			{ width: 780px; }

.col_I_2						{ width: 190px; }
.col_I_2 .box .body .content	{ width: 180px; }
.col_I_2 .box .center			{ width: 170px; }



/* ROYAL BLUE BOX HEADER DEFINITION */

.box .header_royalblue .left, .box .header_royalblue .right
{
	background-image: url(/Common/Images/Templates/box_header_sides_royalblue.gif);
}

.box .header_royalblue .center
{
	background-image: url(/Common/Images/Templates/box_header_back_royalblue.gif);
}

.box .header_royalblue a.more
{
	background-image: url(/Common/Images/Templates/box_header_arrow_royalblue.gif);
}

.box .header_royalblue a.back
{
    background-image: url(/Common/Images/Templates/box_header_arrows_double_royalblue.gif);
}

.box .header_royalblue a.more, .box .header_royalblue .caption
{
	color: #fff;
}

/* DARK GREY BOX HEADER DEFINITION */

.box .header_darkgrey .left, .box .header_darkgrey .right
{
	background-image: url(/Common/Images/Templates/box_header_sides_darkgrey.gif);
}

.box .header_darkgrey .center
{
	background-image: url(/Common/Images/Templates/box_header_back_darkgrey.gif);
}

.box .header_darkgrey a.more
{
	background-image: url(/Common/Images/Templates/box_header_arrow_darkgrey.gif);
}

.box .header_darkgrey a.close
{
	background-image: url(/Common/Images/Templates/box_header_x_darkgrey.gif);
}


.box .header_darkgrey a.more, .box .header_darkgrey .caption
{
	/*color: #eef;*/
	color: #eee;
}

/* GOLD BOX HEADER DEFINITION */

.box .header_gold .left, .box .header_gold .right
{
	background-image: url(/Common/Images/Templates/box_header_sides_gold.gif);
}

.box .header_gold .center
{
	background-image: url(/Common/Images/Templates/box_header_back_gold.gif);
}

.box .header_gold a.more
{
	background-image: url(/Common/Images/Templates/box_header_arrow_gold.gif);
}

.box .header_gold a.more, .box .header_gold .caption
{
	/*color: #c90;*/
	color: #960;
}

/* ORANGE BOX HEADER DEFINITION */

.box .header_orange .left, .box .header_orange .right
{
	background-image: url(/Common/Images/Templates/box_header_sides_orange.gif);
}

.box .header_orange .center
{
	background-image: url(/Common/Images/Templates/box_header_back_orange.gif);
}

.box .header_orange a.more
{
	background-image: url(/Common/Images/Templates/box_header_arrow_orange.gif);
}

.box .header_orange a.more, .box .header_orange .caption
{
	/*color: #fff6ee;*/
	color: #fff;
}

/* RED BOX HEADER DEFINITION */

.box .header_red .left, .box .header_red .right
{
	background-image: url(/Common/Images/Templates/box_header_sides_red.gif);
}

.box .header_red .center
{
	background-image: url(/Common/Images/Templates/box_header_back_red.gif);
}

.box .header_red a.more
{
	background-image: url(/Common/Images/Templates/box_header_arrow_red.gif);
}

.box .header_red a.more, .box .header_red .caption
{
	/*color: #fee;*/
	color: #fff;
}

/* GREEN BOX HEADER DEFINITION */

.box .header_green .left, .box .header_green .right
{
	background-image: url(/Common/Images/Templates/box_header_sides_green.gif);
}

.box .header_green .center
{
	background-image: url(/Common/Images/Templates/box_header_back_green.gif);
}

.box .header_green a.more
{
	background-image: url(/Common/Images/Templates/box_header_arrow_green.gif);
}

.box .header_green a.more, .box .header_green .caption
{
	/*color: #f0fbea;*/
	color: #fff;
}

/* WHITE BOX BACKGROUND DEFINITION */

.box_white .shadow .left, .box_white .shadow .right, .box_white .footer .left, .box_white .footer .right
{
	background-image: url(/Common/Images/Templates/box_shadow_white.gif);
}

.box_white .shadow .center
{
	background-image: url(/Common/Images/Templates/box_header_shadow_white.gif);
}

.box_white .footer .center
{
	background-image: url(/Common/Images/Templates/box_shadow_bottom_white.gif);
}

/* COMMON BOX DEFINITION */

.box
{
	margin-bottom: 1px;
	position: relative;
	/**overflow: hidden; **/
	padding-top: 5px;
}


.box .header
{
	height: 20px;
	position: relative;
}

.box .header .left
{
	width: 10px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}

.box .header .right
{
	width: 10px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
}

.box .header .center
{
	height: 20px;
	float: left;
	background-repeat: repeat-x;
}

.box .shadow
{
	position: relative;
	height: 3px;
	overflow: hidden;
}

.box .shadow .left
{
	width: 10px;
	height: 3px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}

.box .shadow .right
{
	width: 10px;
	height: 3px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
}

.box .shadow .center
{
	height: 3px;
	float: left;
	background-repeat: repeat-x;
	background-position: top left;
}

.box .body
{
	position: relative;
}

.box .body .left
{
	background: transparent url(/Common/Images/Templates/box_shadow_sides.gif) repeat-y top left;
	padding: 0 0 0 5px;	
}

.box .body .right
{
	background: transparent url(/Common/Images/Templates/box_shadow_sides.gif) repeat-y top right;
	padding: 0 5px 0 0;	
}

.box .body .content
{
	position: relative;
	background-color: #fff;
}

.box .body .content .stretcher
{
    clear: both;
    height: 1px;
    overflow: hidden;
    width: 10px;
}

.box .footer
{
	position: relative;
	font-size: 1px;
	height: 8px;
	/**overflow: hidden;**/
}

.box .footer .left
{
	width: 10px;
	height: 8px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box .footer .right
{
	width: 10px;
	height: 8px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.box .footer .center
{
	height: 8px;
	float: left;
	background-repeat: repeat-x;
	background-position: bottom left;
}

.box .header a.back
{
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: top left;    
}

.box .header a.back:hover
{
	background-position: bottom left;    
}

.box .header .caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
	padding: 3px;
	text-align: left;
	float: left;
}

.box .header a.more
{
	display: block;
	float: right;
	width: 15px;
	height: 20px;		
	background-repeat: no-repeat;
	background-position: top right;
}

.box .header a.more:hover
{
	background-position: bottom right;    
}

.box .header a.close
{
	display: block;
	float: right;
	width: 10px;
	height: 20px;		
	background-repeat: no-repeat;
	background-position: top left;
}

.box .header a.close:hover
{
	background-position: top right;    
}

.box .header .caption
{
	cursor: default;
}

.box .header_icon
{
    position: absolute;     
    top: 0px; 
    width: 32px; 
    height: 32px; 
}

.box .header_icon img
{
    width: 32px;
    height: 32px;    
}

/* for box icon */
.box .witharrow
{
    right: 27px; 
}

/* for box icon */
.box .withoutarrow
{
    right: 13px; 
}

.box .header .loading
{
	width: 10px;
	height: 20px; 
	float: left;	
	margin-left: 5px;
	background: transparent url(/Common/Images/Templates/busy.gif) no-repeat center left;
}

/* PAGER 1 CONTROLS: InHeaderArrowsWithTextBox */

.pager_1
{
     height: 20px; 
     float: right;
}

.pager_1_empty
{
	height: 12px;
    padding: 3px 12px;
    font-family: Verdana;
    color: #cde;
    font-size: 10px;  
    float: right;         
}

.pager_1 a
{
    display: block;
    float: left;
    width: 15px;
    height: 20px; 
    margin: 0 3px;    
    text-indent: -9999px;   
}

.pager_1 .controlbox
{
    float: left;
    padding: 0;
    height: 20px;
}

.pager_1  input
{
	float: left;
    background-color: transparent;
    border: none;
    width: 100px;
    height: 12px;
    font-family: Verdana;
    color: #cde;
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin: 3px 0;
    cursor: pointer;
}


.pager_1 a.next:hover,
.pager_1 a.last:hover
{
    background-position: bottom right;
}

.pager_1 a.previous:hover,
.pager_1 a.first:hover
{
    background-position: bottom left;
}

.pager_1 a.first
{    
    background: url(/Common/Images/Templates/box_header_arrows_double_royalblue.gif) no-repeat top left;
}

.pager_1 a.previous
{    
    background: url(/Common/Images/Templates/box_header_arrows_royalblue.gif) no-repeat top left;
}

.pager_1 a.next
{    
    background: url(/Common/Images/Templates/box_header_arrows_royalblue.gif) no-repeat top right;
}

.pager_1 a.last
{    
    background: url(/Common/Images/Templates/box_header_arrows_double_royalblue.gif) no-repeat top right;
}

.hover 
{
	background-color: Yellow;
	border: none;
}


/* PAGER 2 CONTROLS: TextLinksWithTextBox */


.pager_2 a
{
    margin: 0 5px;    
    text-decoration: none;
    color: #36c;
}

.pager_2 a:hover
{
    text-decoration: underline;
}

.pager_2_empty
{
    width: 100px;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    padding: 1px 0;
    margin: 0 5px;
    background: #fff url(/Common/Images/Templates/grid_header_background_blue.gif) repeat-x bottom left;
    border: solid 1px #69c;
    color: #369;	
}

.pager_2 input
{
    width: 100px;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    padding: 1px 0;
    cursor: pointer;
    margin: 0 5px;
    background: #fff url(/Common/Images/Templates/grid_header_background_blue.gif) repeat-x bottom left;
    border: solid 1px #69c;
    color: #369;
}
