/* =================================
    CSS STYLES FOR WEBALBUM.CO.ZA
   =================================
   Designed by Syncrony (Pty) Ltd
   www.syncrony.com
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
	background-image: url(images/bak2.jpg);
	background-repeat: repeat;
	background-position: -370px 0px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 7.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
#date .SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SelectedTab:active, A.SelectedTab:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 7.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited {
    text-decoration:    none;
    color:#FFFFFF;
}


A.OtherTabs:active, A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
	text-decoration:    none;
	color: #000000;
	border-color: #000000;
	background-color: #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-width:1px;
}


A.CommandButton:active, A.CommandButton:hover   {
	text-decoration:    none;
	color: #000000;
	border-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: #000000;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    bold;
    color: #000000;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

TD {
	font-size: 11px;
}
TFOOT, THEAD    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	color: #FFFFFF;
	background-color: #2D1E19;
}

TH  {
    vertical-align: baseline;
    font-weight:    bold;
	color: #FFFFFF;
}

A:link, A:visited  {
    text-decoration:    underline;
    color:  #000000;
}


A:active, A:hover    {
    text-decoration:    underline;
    color:  #333333;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
	display:none;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #2D1E19;
	width: 500px;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: 0px solid #004798; 
	border-bottom: 1px solid #2D1E19; 
	border-top: 1px solid #2D1E19; 
	border-right: 0px solid #004798;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #2D1E19; 
	border-left: 1px solid #2D1E19; 
	border-bottom: 1px solid #2D1E19; 
	border-top: 1px solid #2D1E19; 
	text-align: center; 
	width: 20px; 
	height: 23px;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #2D1E19;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=3) ;
	border: 5px solid #2D1E19;
}

.MainMenu_MenuBreak {
	border-bottom: 1px solid #2D1E19; 
	border-left: 0px solid #FF8080; 
	border-top: 1px solid #2D1E19;  
	border-right: 0px solid #004798; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #644337; 
	cursor: pointer; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 1px solid #2D1E19; 
	border-bottom: 1px solid #2D1E19; 
	border-top: 0px solid #333333;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
#menubar {
	background-color: #2D1E19;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE5DF;
}
#date {
	float: right;
}
#logo {
	float: left;
	height: 100px;
	width: 401px;
}
#loginBox {
	text-align: right;
	float: right;
	color: #FFFFFF;
}
#container {
	clear: both;
	background-color: #ECE7E1;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/bottomRep.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE5DF;
}
#container2 {
	background-attachment: scroll;
	background-image: url(images/bakRepeatY.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footerinfo {
	background-attachment: scroll;
	background-image: url(images/bottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 66px;
	width: 65px;
}
#footerinfo2 {
	float: right;
}
#lablfooter {
	background-attachment: scroll;
	background-image: url(images/bottom1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
}
#panes {
	background-attachment: scroll;
	background-image: url(images/leftRep.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#paneTable {
	display: table;
	width: 100%;
}
#topRightCorner {
	background-attachment: scroll;
	background-image: url(images/topRightCorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightThing {
	width: 65px;
}
#dotnetnuke {
	display: none;
}
#leftThing {
	width: 60px;
}
.gridAlt {
	background-color: #BDB8B3;
}#header {
	height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE5DF;
}
#Table2 {
	background-color:#FFFFFF;
}
