﻿body
{
    background: url(images/boxed-bg.gif) repeat top left; 

    font-size: 12px;
    color: black;
    font-style: normal;
    font-family: Verdana, Arial, 'Times New Roman';
    text-decoration: none;
}

li
{
    list-style-type: none;
}

.Main
{
    background-color: #FFFFFF;
    width: 810px; 
    
}

.LeftHeader
{
    width: 100px;
    height: 70px;
    padding: 10px;
    border: none;
}

.RightHeader 
{
    
    height: 70px;
    padding: 10px;
    border: none;

}

.Content
{
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    width: 100%;
    height: 400px;
    border: none;
}

.Footer 
{ 
    height: 15px;
    border: none;
}


/*Box Classes*/
.TL_Box
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-tl.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}

.TC_Box
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-t.gif);
    background-repeat: repeat-x;
    height: 11px;
    border: none;
}

.TR_Box
{
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/box-tr.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}

.ML_Box
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-l.gif);
    background-repeat: repeat-y;
    height: 1px;
    width: 11px;
    border: none;
}

.MC_Box 
{
    border: none;
}

.MR_Box
{
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/box-r.gif);
    background-repeat: repeat-y;
    height: 1px;
    width: 11px;
    border: none;
}

.BL_Box 
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-bl.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}

.BC_Box 
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-b.gif);
    background-repeat: repeat-x;
    height: 11px;
    border: none;
}

.BR_Box 
{
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/box-br.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}
/*Menu Classes*/
.Menu
{
    height: 32px;
    border: none;
    background-position: left center;
    background-attachment: scroll;
    background-image: url(Images/nav2-bg.gif);
    background-repeat: repeat-x;
}

.MenuL
{
    width: 18px;
    border: none;
    background-position: left center;
    background-attachment: scroll;
    background-image: url(Images/nav2-bg-l.gif);
    background-repeat: no-repeat;
}

.MenuR
{
    width: 12px;
    border: none;
    background-position: right center;
    background-attachment: scroll;
    background-image: url(Images/nav2-bg-r.gif);
    background-repeat: no-repeat;
}
/*Navigation Menu Classes*/
.NavMain 
{
}

.NavMenu
{
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 0.9em;
}

.NavSelected 
{
    color: #FFFFFF;
    height: 32px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/nav2-active.gif);
    background-repeat: repeat-x;
}

.NavHover
{
    color: #FFFFFF;
    height: 32px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/nav2-active.gif);
    background-repeat: repeat-x;
}

.NavItem
{
    height: 32px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
}

/*Container Classes*/

.MainContainer 
{
}

.TL_Container
{
    width: 10px;
    height: 23px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/04tl_Minimalist.gif);
    background-repeat: no-repeat;
}

.TC_Container
{

    height: 23px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/04t_Minimalist.gif);
    background-repeat: repeat-x;
}

.TR_Container
{
    width: 10px;
    height: 23px;
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/04tr_Minimalist.gif);
    background-repeat: no-repeat;
}


.ML_Container
{
    width: 10px;
    height: 1px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/04ml_Minimalist.gif);
    background-repeat: repeat-y;
}

.MC_Container
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.MR_Container
{
    width: 10px;
    height: 1px;
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/04mr_Minimalist.gif);
    background-repeat: repeat-y;
}


.BL_Container
{
    width: 10px;
    height: 50px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/04bl_Minimalist.gif);
    background-repeat: no-repeat;
}

.BC_Container
{
    height: 50px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/04b_Minimalist.gif);
    background-repeat: repeat-x;

}

.BR_Container
{
    width: 10px;
    height: 50px;
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/04br_Minimalist.gif);
    background-repeat: no-repeat;

}

.summaryTableHeader
{
    font-weight: bold;
    border-bottom: gainsboro 1px solid;
    border-right: gainsboro 1px solid;
    padding-right: 5px;
}

.summaryTableResult
{
    border-bottom: gainsboro 1px solid;
    border-right: gainsboro 1px solid;
    padding-left: 5px;
}

 .summaryTableName
{
    font-weight: bold;
    font-size: 10pt;
}

.leftAlignedColum
{
	text-align:left;
}

.rightAlignedText
{
	text-align:right;
}

/*
Sainbor CSS that belongs to the default.aspx
*/

#webcheck { background: url(Images/web_check.gif) no-repeat; display: block; height: 99px; width: 360px; }
#webcheck h3 { color: #fff; text-align: center; padding: 5px 0px; font: normal 15pt Arial, Helvetica, sans-serif; margin: 0px; }
#webcheck p { font: 8pt Verdana, Arial, Helvetica, sans-serif; margin: -5px 0px 0px; padding: 0px 10px; }
.snippets { width: 360px; background: #9a9a9a; }
p.easy { background: url(Images/easy.gif) no-repeat left center; font-size: 12pt; margin: 0px; padding: 5px 10px 5px 95px; color: #ffffff;}
.roundedtop { background: url(Images/rtop.gif) no-repeat top; height: 6px; width: 360px; display: block; }
.roundedbot { background: url(Images/rbbot.gif) no-repeat bottom; height: 6px; width: 360px; display: block; }
p.free { background: url(Images/free.gif) no-repeat left center; font-size: 12pt; margin: 0px; padding: 5px 10px 5px 95px; color: #ffffff;}

#register_now { width: 356px; height: 34px; }

.td_pad_r5l5
{
	padding-left: 5px;
	padding-right: 5px;
}


/* Grid view table styles */

table.gridview { padding: 2px 15px 2px 5px; }
table.gridview td { white-space:nowrap; padding: 2px 7px 2px 7px; font-family: Courier New; font-size: 13px; border: none; vertical-align: middle; font-weight: bold; }


.gvLink:link { 
	color: #008000;
	}
.gvLink:visited { 
	color: #808000;
	}
.gvLink:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}
.gvLink:active { 
	color: #333333;
}
