﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_gray, .containermaster_matrix-paper, .containermaster_matrix-paper-206, .containermaster_white_smooth-460,
.containermaster_lined-paper-460, .containermaster_lined-paper-206, .containermaster_smooth-paper-460, .containermaster_white_smooth-460-nobg,
.containermaster_matrix-paper-nobg
{
	width: 95%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	background-image: url(images/bg_paper_smooth.jpg);
}

.containermaster_matrix-paper, .matrix-paper-460
{
    background: transparent url(images/dot_matrix_paper_460.png) repeat-y top left;
    max-width: 460px;
    width: 460px;
    overflow: auto;
}

.transbg, .containermaster_white_smooth-460-nobg, .containermaster_matrix-paper-nobg
{
    background: transparent;
    background-image: none;
}

.containermaster_matrix-paper-206
{
    background: transparent url(images/bg_paper_dots.png) repeat-y top left;
    max-width: 206px;
    width: 206px;
    overflow: auto;
}

.containermaster_white_smooth-460, .containermaster_smooth-paper-460, .smooth-paper-460
{
    background: transparent url(images/bg_paper_smooth_white_460.jpg) repeat-y top left;
    max-width: 460px;
    width: 460px;
    overflow: auto;
}

.containermaster_smooth-paper-460
{
    background-image: url(images/bg_paper_smooth_460.jpg);
}

.containermaster_lined-paper-460
{
    background: transparent url(images/bg_lined_paper_460.jpg) repeat-y top left;
    max-width: 460px;
    width: 460px;
    overflow: auto;
}

.containermaster_lined-paper-206
{
    max-width: 206px;
    width: 206px;
    overflow: auto;
    background: transparent url(images/tiled_linepaper.png) repeat-y top left;
}

.containermaster_padless
{
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
	border: solid 0px black;
}

.containerrow2_gray
{
	background-color: transparent;
	padding: 5 0 5 0;
}

.containerrow2_greyblock
{
	background-color: #444444;
	padding: 5 5 5 5;
	color: #ceccbf;
}

.containerrow2_orangeblock
{
	background-color: #ff7d23;
	padding: 5 5 5 5;
	color: black;
}

.containerrow2_greenblock
{
	background-color: #052e21;
	padding: 5 5 5 5;
	color: #ceccbf;
}

.greyedge
{
	background: #858585 url(images/grey_block_topborder.jpg) no-repeat bottom right;
	padding: 0 0 0 0;
	height: 3px;
	line-height: 1px;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}

.header-books
{
    width: 460px;
    background: transparent url(images/head_books.png) no-repeat bottom right;
    height: 126px;
}

.header-contact
{
    width: 460px;
    background: transparent url(images/head_contact.png) no-repeat bottom right;
    height: 126px;
}

.header-charity, .header-history, .header-sponsors, .header-doodlers
{
    width: 460px;
    background: transparent url(images/heading-charity.jpg) no-repeat bottom left;
    margin-left: 3px;
    height: 88px;
}

.header-charity
{
    margin-left: 0px; margin-top: -5px;
}

.header-history
{
    background-image: url(images/heading-history.jpg);
    margin-left: 0px; margin-top: -5px;
}

.header-sponsors
{
    background-image: url(images/head_sponsors.jpg);
    margin-left: 0px; margin-top: -5px;
}

.header-doodlers
{
    background-image: url(images/head_doodlers.jpg);
    margin-left: 0px; margin-top: -5px;
}

.header-news
{
    background: transparent url(images/head_news.png) no-repeat bottom left;
    /* width: 206px;*/
    height: 64px;
}

#Matrix-Paper-Content-Zone .TextBox
{
    width: 160px;
    max-width: 160px;
    background-color: White;
    border:1px solid black;
}

#Matrix-Paper-Content-Zone hr.rule
{
    display: none;
}

#Matrix-Paper-Content-Zone #dnn_ctr5671_ViewIceNewsLetter_Panel1 td
{
    max-width: 160px;
    width: 160px;
}

#Matrix-Paper-Content-Zone #dnn_ctr5671_ViewIceNewsLetter_Panel1
{
    overflow: hidden;
}