@import url("css/menu.css");

/*----------------------------------------------------------------------
     TRISTAR HIGHSCHOOL PRINTING CSS DOCUMENT FOR HighSchoolPrinter Skin
     BY: KEVIN FLORIDA, 07/25/2009 FOR TRISTAR WEB SOLUTIONS
     COPYRIGHT 2009 TRISTAR WEB GRAPHICS, INC.  ALL RIGHTS RESERVED.
  ----------------------------------------------------------------------*/
  
/*--BEGIN MAIN STYLES-----------------------------------------*/

body {
    font-family: Trebuchet MS, Georgia, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 100;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-color: #ECE9D8;
	text-align: justify;
}

img, img a {
    border: none;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



.SubHead {
    color: #4C6171;
}

.SubSubHead {
    color: #6E8AA0;
}

.NormalRed { 
    color: #F00;
}

h3, h2, h1, .Head {
	color: #005c99;
	font-weight: 600;
}

h3 {
	font-size: 13px;
}

h4 {
	color: #555555;
	font-weight: 600;
	font-size: 12px;
}

h2 { 
	font-size: 14px;
}

h1 {
	font-size: 15px;
}

.articleImage {
	float: left;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #cccccc;
	padding: 1px;
}

.imageBorder {
	padding: 0px;
	margin: 0px;
	border: 1px solid #CDCDCD;
}

.QuoteLink {
	background: url(images/requestQuoteButton.jpg) 1px 1px no-repeat;
	width: 202px;
	line-height: 22px;
	color: #ffffff;
	font-style: italic;
	display: block;
	padding: 0px;
	padding-left: 15px;
}

/*--END MAIN STYLES-------------------------------------------*/

/*--BEGIN MAIN PORTAL SKIN LAYOUT STYLES----------------------*/

.outline {
    width: 1024px;
    min-height: 882px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.SelectedTab {

}

.ContentPane {

}

.LeftPane {

}

.RightPane {

}

.header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 345px;
    background: url(images/header-bg.jpg) 0 top no-repeat;
}

.MainContent {
    width: 1024px;
    margin: 0px;
    padding: 0px;
    background: url(images/expander-bg.jpg) repeat-y;
}

.contentBG {
    width: 1024px;
    margin: 0px;
    padding: 0px;
    background: url(images/main.jpg) 0 top no-repeat;
}

.DynamicContent {
    min-height: 200px;
    width: 1024px;
    background-image: url(images/BottomContent-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.leftContent {
    margin: 0px;
	margin-left: 50px;
    padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
    width: 244px;
}

.rightContent {
    margin: 0px;
    margin-right: 97px;
    width: 571px;
    padding: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.Components {

}

.footer {
    width: 894px;
    height: 71px;
    padding: 0px;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 40px;
    background: url(images/footer-bg.jpg) 0 0 no-repeat;
	
}

.copyright {
    width: 100%;
	font-size: 11px;
	font-weight: 300;
}

.CopyrightText, .CopyrightText a:link, .CopyrightText a:visited, .CopyrightText a:active, a.CopyrightText {
	color: #ffffff;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
}

.bottomLinks {
    padding-top: 15px;
    width: 50%;
    float: left;
    text-align: left;
}

.BottomLink, a.BottomLink {
    color: #000000;
    border-right: 1px solid #000000;
    line-height: 20px;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}

#dnn_dnnPRIVACY_hypPrivacy {
    border-left: 1px solid #888888;
}

.credits {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 15px;
}

.debug {

}

.ContactButton {
	margin-left: 85px;
}

.QuoteButton {
	margin-left: 85px;
	margin-right: auto;
	margin-bottom: 10px;
}

.imgBorder {
	border: 1px solid #888888;
	padding: 1px;
}

/*--END MAIN PORTAL SKIN LAYOUT STYLES------------------------*/

/*--BEGIN MODULE/COMPONENT STYLES-----------------------------*/

/*--forms modules--*/
h4.FormSection {
	border-top: 1px solid #888888;
}
/*--end forms modules--*/

/*--ie error--*/
.ie6error {
	font-size: 11px;
	color: #000000;
	font-weight: 300;
	padding: 5px;
	background-color: #FFCC66;
	border: 1px solid #888888;
	width: 100%;
	text-align: left;
}

/*--main phone number--*/
.TopPhoneNumber {
	position: absolute;
	text-align: left;
	width: 800px;
	margin-left: 55px;
	padding-top: 15px;
	background: url(images/contactPhoneIcon.png) 0 10px no-repeat;
	padding-left: 27px;
	padding-bottom: 15px;
	color: #005c99;
	font-weight: 900;
}

/*--begin logout module--*/
.LogoutModule {
	position: absolute;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	text-align: right;
}

.user,a.user:link,a.user:active,a.user:visited { 
	color: #FFFFFF;
	font-weight: 900;
}

a.user:hover {
	color: #C00;
}
/*--end logout module--*/

.StandardButton {
	margin-top: 25px;
	font-weight: 600;
	color: #ffffff;
	background-color: #333333;
}

/*--END MODULE/COMPONENT STYLES-------------------------------*/

/*--BEGIN MENU STYLES-----------------------------------------*/

/*--begin breadcrumbs menu--*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited {
	color: #3E81B5;
}

a.Breadcrumb:hover {
	color: #C00; 
}

.bread_bg {
	padding: 0px; 
	margin: 0 19px 0 7px; 
	background: url(images/bread_bg.png) repeat-x top left; 
	height: 34px;
}

.bread_left {
	padding: 0px; 
	margin: 0px; 
	background: url(images/bread_left.png) no-repeat top left; 
	height: 34px;
	margin-top: 270px;
	width: 615px;
	margin-right: 97px;
	margin-left: auto;
}

.bread_right {
	padding: 0px;  
	background:url(images/bread_right.png) no-repeat top right; 
	height: 34px;
}

#login_style { 
	float: right; 
	line-height: 34px; 
	padding-right: 18px;
}

#bread_style { 
	float: left; 
	line-height: 34px; 
	padding-left: 18px;
	color: #666666;
	font-size: 10px;
}

#bread_style a {
	font-size: 10px;
}


/*--end breadcrumbs menu--*/

/*--begin bottom links menu--*/
.linkscontainer {
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	text-align: center;
	margin-top: -5px;
	border-top: 1px dotted #CFCBB5;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ece9d8;
}

.links,a.links:link,a.links:active,a.links:visited { 
	font-weight: 300; 
	color: #888888; 
	text-transform: uppercase;
	font-size: 10px;
}

a.links:hover {
	color: #C00;
}

/*--end bottom links menu--*/

/*--begin Main Menu (more styles in css/menu.css)--*/

.menu_bg {
	padding: 0px;
	margin: 0px; 
	/*background: url(images/menu_bg.png) top left;*/
}

.menu_left {
	padding: 0px; 
	margin: 0px; 
	/*background: url(images/menu_left.png) repeat-y  top left;*/
}

.menu_right {
	margin: 0;
	height: 35px; 
	/*background: url(images/menu_right.png) repeat-y top right; */
}

.menu_style {
	height: 35px;
	width: 590px;
	
}



.mainMenu {
    width: 590px;
    height: 35px;
	margin: 0px;
	margin-left: auto;
	margin-right: 90px;
	padding: 0px;
	
	
}

.TopMenu {
	padding-top: 50px;
}

tr#tddnn_dnnMENU_ctldnnMENU39, tr#tddnn_dnnMENU_ctldnnMENU7, tr#tddnn_dnnMENU_ctldnnMENU41 {
    color: #ffffff;
    margin-right: 15px;
}


/*--end Main Menu--*/



/*--begin search box--*/
.search_style {
	height: 35px;
	width: 235px;
	margin-top: 22px;
	margin-left: 780px;
	position: absolute;
}

.search_bg {
	padding: 0px;
	margin: 0px;
}

.ServerSkinWidget {

}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer {
	position: relative; 
	white-space: nowrap;
}

div.SearchBorder {
	width: 100px; 
	height: 20px; 
	border: solid 1px #e0e0e0; 
	float: left; 
	background-color: #ffffff; 
	white-space: nowrap; 
	margin-top: 2px;
}

div.SearchContainer a {
	padding: 0px; 
	display: block; 
	float: left; 
}

div.SearchContainer a img {
	padding-left: 5px;
}

div.SearchIcon {
	float: left; 
	width: 31px; 
	height: 20px; 
	cursor: pointer; 
	z-index: 11; 
	background: no-repeat 2px 2px; 
	text-align: right;
}

div.SearchIcon img {
	margin-top: 3px;
}

input.SearchTextBox {
	float: left; 
	z-index: 10; 
	border: none; 
	width: 60px; 
	height:18px; 
	margin-left: 3px; 
	color: #43494D;
}

#SearchChoices {
	clear: both; 
	display: none; 
	border: solid 1px #C3D4DF; 
	z-index: 2000; 
	cursor: pointer; 
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	background-color: #F3F7FA; 
	position: absolute; 
	top: 22px; 
	left: 0;
}

#SearchChoices li {
	cursor: pointer; 
	margin: 0px; 
	padding: 2px 2px 0 2px; 
	padding-left: 25px; 
	height: 18px; 
	text-align: left; 
	background-color: #F3F7FA; 
	background-repeat: no-repeat; 
	background-position: 2px center; 
	list-style: none; 
	list-style-image: none; 
	border: none; 
	display:block;
}

#SearchChoices li.searchHilite {
	background-color: #CE0D0D;	
	color: #ffffff; 
	border: none;
}

#SearchChoices li.searchDefault {
	background-color: #F8FAFF; 
	border: none;
}

/*--end search box--*/

/*--END MENU STYLES-------------------------------------------*/

/*--BEGIN PAGE-SPECIFIC STYLES--------------------------------*/


/*--END PAGE-SPECIFIC STYLES----------------------------------*/

/*--BEGIN ADMIN STYLES----------------------------------------*/


.PortalName {
	padding-left: 270px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.PortalName2 {
	padding-left: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.AdminTitle {
	margin-top: 15px;
	text-align: left;
}

.AdminBody {
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1024px;
}

.AdminOutline {
	margin: 0px;
	margin-left: 75px;
	margin-right: 63px;
	border: none;
}

.AdminHeader {
    margin-left: 1px;
	margin-right: 13px;
    height: 54px;
    background: url(images/adBuilderHeader.jpg) 0 0 repeat-x;
}

.AdminLogo {
    width: 700px;
    height: 54px;
    float: left;
    background: url(images/j_header_left.png) left 0 no-repeat;
}

.AdminVersion {
    width: 100px;
    height: 24px;
    float: right;
    background: url(images/adBuilderHeader-rt.png) right 0 no-repeat;
	text-align: right;
	color: #ffffff;
	padding-right: 15px;
	padding-top: 30px;
}

.AdminContent {
	background-color: #ffffff;
	border: 2px solid #666666;
	border-top: none;
	margin-right: 13px;
	margin-left: 1px;
}

.AdminMenu {
	background-color: #666666;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.AdminPanes {
	padding: 15px;
}

.AdminFooter {
	text-align: center;
	margin-top: 25px;
	margin-right: 13px;
	margin-left: 1px;
}


.AdminBottomLinks {
	padding-top: 15px;
	border-top: 1px dotted #888888;
}

.AdminCredits, .AdminCopyrightDiv, .AdminPoweredBy {
	margin-top: 15px;
}

/*--begin logout module--*/
.LogoutModule {
	position: absolute;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	text-align: right;
}

.AdminUser,a.AdminUser:link,a.AdminUser:active,a.AdminUser:visited { 
	color: #333333;
	font-weight: 900;
}

a.AdminUser:hover {
	color: #C00;
}
/*--end logout module--*/

/*--begin admin menu's--*/

/*--begin admin menu--*/

/*--begin breadcrumbs menu--*/
.BreadcrumbAdmin,a.BreadcrumbAdmin:link,a.BreadcrumbAdmin:active,a.BreadcrumbAdmin:visited {
	color: #3E81B5;
}

a.BreadcrumbAdmin:hover {
	color: #C00; 
}

.bread_bgAdmin {
	padding: 0px; 
	margin: 0 19px 0 7px; 
	background: url(images/bread_bg.png) repeat-x top left; 
	height: 34px;
}

.bread_leftAdmin {
	padding: 0px; 
	margin: 0px; 
	background: url(images/bread_left.png) no-repeat top left; 
	height: 34px;
	width: 100%;
}

.bread_rightAdmin {
	padding: 0px;  
	background:url(images/bread_right.png) no-repeat top right; 
	height: 34px;
}

#login_styleAdmin { 
	float: right; 
	line-height: 34px; 
	padding-right: 18px;
}

#bread_styleAdmin { 
	float: left; 
	line-height: 34px; 
	padding-left: 18px;
	color: #666666;
	font-size: 10px;
}

#bread_styleAdmin a {
	font-size: 10px;
}


/*--end breadcrumbs menu--*/

/*--end admin menu--*/


/*--end admin menu's--*/

/*--END ADMIN STYLES------------------------------------------*/



/* ControlPanel style */
.ControlPanel {
	background: transparent url(images/cpanel_center.png) repeat-x bottom left; 
	border: none; 
	padding-bottom: 10px;
}

.cpanel_left {
	background: url(images/cpanel_left.png) no-repeat bottom left;
	padding-left: 21px;
}

.cpanel_right {
	background: url(images/cpanel_right.png) no-repeat bottom right;
	padding-right: 33px;
}


/*Datagrids */
.DataGrid_Container {
	margin-top: 15px;
}

.DataGrid_Header {
	font-weight: 600;
}

.DataGrid_Header td, .NormalBold td {
	font-weight: 600;
}

/*-------- design style --------*/

#s_wrap_main {
	display: table;
	width: 970px; 
	margin: 0 auto;
}

#s_wrap_sub {
	display: table-row;
}

.template_style {
	display: table-cell;
}


.top_space {
	height: 34px;
}

.lang_pad {
	padding: 7px 0 0 25px;
	float: left;
}
 
.logo_top_left {
	padding: 0px; 
	margin: 0px; 
	background: url(images/logo_top_left.png) no-repeat top left; 
	height: 23px;
}

.logo_top_right {
	padding: 0px; 
	margin: 0px; 
	background: url(images/logo_top_right.png) no-repeat top right;
}

.logo_top_bg {
	padding: 0px; 
	margin: 0 39px 0 27px; 
	background: #FFFFFF url(images/logo_top_bg.png) repeat-x top;
	height: 23px;
}

.logo_left {
	padding: 0px; 
	background: url(images/logo_left.png) repeat-y top left;
}

.logo_right {
	padding: 0px; 
	background: url(images/logo_right.png) repeat-y top right;
}

.logo_pad {
	background: #FFFFFF; 
	margin: 0 19px 0 7px; 
	padding: 0 0 10px 10px;
}


.center_bg {
	padding: 0px; 
	margin: 0px;
	clear: both;
}

.left_bg {
	padding: 0px; 
	margin: 0px; 
	background: url(images/left_bg.png) repeat-y top left;
}

.right_bg {
	padding: 0px; 
	margin: 0px; 
	background: url(images/right_bg.png) repeat-y top right;
}

.content_pad {
	padding: 10px 22px 0 22px; 
	margin: 0 19px 0 7px; 
	background: #FFFFFF url(images/center_bg.png) repeat-x bottom left;
}

.content_width {
	padding-top: 15px; 
	min-height: 350px;
}

.bot_left { 
	padding: 0px; 
	margin: 0px; 
	background: url(images/bot_left.png) no-repeat top left;
}

.bot_right {
	padding: 0px; 
	margin: 0px; 
	background: url(images/bot_right.png) no-repeat top right; 
	padding: 0 39px 0 27px;
}

.bot_bg {
	padding: 0px; 
	margin: 0px; 
	background: url(images/bot_bg.png) repeat-x top left;
	height: 41px;
}

.bot_pad {
	margin-bottom: 20px;
	padding: 0 30px 0 20px;
}

#terms_style {
	float: left;
}

#copy_style {
	float: right;
}

.clear_float {
	clear: both; 
	line-height: 0px; 
	font-size: 0px; 
	height: 0px;
}

/* ------- FileManager -------*/

div.FileManager {
	height: auto;
	border: none;
}

table.FileManager {
	width: 99%
}


a.CommandButton:link, a.CommandButton:visited {
	color: #CB2027; 
	font-weight: 600; 
	text-decoration: none;
}

a.CommandButton:hover { 
	color: #3E81B5; 
	text-decoration: underline;
}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited {
	color: #3E81B5;
}

.ControlPanel a.CommandButton:hover {
	color: #CB2027; 
	text-decoration: underline;
}

.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead {
	font-size: 11px;
}






/*-------------- Empty panes Style --------------*/
.DNNEmptyPane {
	width: 0px;
	padding: 0px;
	margin: 0px;
}


















