/* Adjust site width by altering this value               */
#FullContainer {width: 815px; height: 100%;}  
#FullContainerAdmin {width: 1000px; height: 100%;}  
/*========================================================*/


/*========================================================*/
/*  0. Added by AK  2009-10-16                            */
/*========================================================*/
#dnn_ctr_Login_tdRegister{
	display: none;
}

#dnn_ctr_Login_tdPassword{
	display: none;
}

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Establishes the content area and background */
#MasterContainer {
	width: 100%;
	height: 100%;
	text-align: center;
}


/* Center-aligns the site */
#MasterCell {
	text-align: center;
}


/* Maintains full height */
#FullContainer {
	height: 100%;
}
#dovelogin {
color:#9c9138;
position:relative;
right: -8px;
top: -6px

}
#dovelogo {
position:relative;
left: -12px
}
#dovebread {
position:relative;
left: 1px
}

/* Provides drop shadow along left-hand side of site */
.ContainerShadowLeft {
	}


/* Container for all site content */
.ContainerCenter {
	background: #fff;
}


/* Provides drop shadow along right-hand side of site */
.ContainerShadowRight {
	}


/* Master container for content */
#ContentMaster {
	width: 100%;
	height: 100%;
}


/* Header container */
#HeaderCell {
	width: 100%;
	height: 80px;
}


/* Table for header area */
#HeaderTable {
	height: 100%;
	width: 100%;
	border-bottom: 1px solid #ccc;
}


/* Left-hand side of header table */
#HeaderLeft {
	width: 220px;
	padding: 10px 10px 10px 10px;
}


/* Right-hand side of header table */
#HeaderRight {
	padding: 10px 10px 10px 10px;
	text-align: right;
	color: #ccc;
}


/* Sets height of the main menu bar */
#MenuCell {
	height: 20px;
}


/* Contains the main menu itself */
#MainMenu {
	background: #fff;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
}


/* Container for breadcrumbs */
#BreadcrumbCell {
	padding: 15px 0px 20px 0px;
	background: #fff;
}


/* Contains all of the modules */
#ContentCell {
	width: 100%;
	padding: 0;
	background: #fff;
}


/* Footer holder */
#FooterCell {
	width: 100%;
	height: 30px;
	color: #9c9138;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ccc;
	text-align: right;
	background: #fff;
}



/* Defines the top content row */
.ContentTop {
	background: #fff;
}


/* Defines the left content column */
.ContentLeft {
	background: #fff;
	width: 33%;
	
}
.DNNAlignleft{
margin-left:-8px;
	padding-left:-8px

}

/* Defines the center content column */
.ContentMain {
	background: #fff;
	

}


/* Defines the right content column */
.ContentRight {
	background: #fff;
	width: 33%;
}


/* Defines the bottom content row */
.ContentBottom {
	background: #fff;
}




/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #9c9138;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #9c9138;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #9c9138;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #9c9138;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}


/* For links on darker backgrounds (e.g. footer links) */
a.White:link, a.White:visited, a.White:active {
    text-decoration: none;
    color: #9c9138;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}
a.White:hover {
    text-decoration: underline;
    color: #9c9138;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #9c9138;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 11px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #9c9138;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 11px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #9c9138;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #9c9138;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #9c9138;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #9c9138;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #9c9138;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #9c9138;
}


/* Used in admin sections */
.SubHead    {
    font-family: Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #9c9138;
	padding: 0;
}


/* Module titles */
.Head {
	font-size: 12px;
	font-weight: bold;
	color: #9c9138;
	padding-bottom: 3px;
	width: 100%;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #2f2f2f;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
}




/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: Helvetica;
	font-size: 11px;
	color: #9c9138;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #9c9138;
	padding-left: 4px;
	line-height: 12px;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	height: 30px;
	background: #fff;
	position:relative;
	top: 0px;
	
}


/* Menu bar */
.MainMenu_MenuBar {
	height: 30px;
	background: #fff;	
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: Helvetica; 
	color: #999;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: #f4f4f4 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 4px 0px 0px 4px;
	background-color: #f4f4f4;
	border: #aaa 1px solid;
	padding: 1px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #9c9138;
	border-left: #9c9138 1px solid;
	border-right: #9c9138 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 30px;
	font-size: 12px; 
	background: transparent;
	color: #9c9138;
	padding-top: 1px;
	font-weight: bold;
	border: 1px solid #fff;

}
.MainMenu_Idle td { 
	height: 30px;
	font-size: 12px; 
	background: transparent;
	color: #9c9138;
	padding-top: 1px;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 30px;
	font-size: 12px; 
	background: #fff;
	color: #9c9138;
	padding-top: 1px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.MainMenu_Selected td {
	height: 30px;
	font-size: 12px; 
	background: #fff;
	color: #9c9138;
	padding-top: 1px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 30px;
	background: #fff;
	color: #9c9138;
	padding-top: 1px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.MainMenu_Active td, .MainMenu_BreadcrumbActive td {
	height: 30px;
	background: #fff;
	color: #9c9138;
	padding-top: 1px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #9c9138;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: Helvetica; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: #f4f4f4 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: -1px 0px 0px 2px;
	background-color: #f4f4f4; 
	border: #ccc 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #CD8701;
	border-left: #CD8701 1px solid;
	border-right: #CD8701 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  Edit 'commercial' Project Menu Images                 */
/*========================================================*/

.commercial-img-01{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/01.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}

.commercial-img-02{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/02.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.commercial-img-03{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/03.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}
.commercial-img-04{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/04.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}
.commercial-img-05{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/05.jpg");
width:200px;
height:200px;
position:relative;
left:-2px; 
}
.commercial-img-06{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/06.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.commercial-img-07{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/07.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}
.commercial-img-08{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/08.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}
.commercial-img-09{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/09.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}
.commercial-img-10{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/10.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.commercial-img-11{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/11.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
display: none;
}
.commercial-img-12{
background-image:url("/Portals/11/ProjectGallery/commercial/menu/images/12.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none;
}




/*========================================================*/
/*  Edit 'contemporary' Project Menu Images               */
/*========================================================*/

.contemporary-img-01{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/01.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}

.contemporary-img-02{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/02.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.contemporary-img-03{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/03.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}
.contemporary-img-04{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/04.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}
.contemporary-img-05{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/05.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}
.contemporary-img-06{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/06.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.contemporary-img-07{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/07.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}
.contemporary-img-08{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/08.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}
.contemporary-img-09{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/09.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}
.contemporary-img-10{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/10.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.contemporary-img-11{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/11.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}
.contemporary-img-12{
background-image:url("/Portals/11/ProjectGallery/contemporary/menu/images/12.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none;
}


/*========================================================*/
/*  Edit 'traditional' Project Menu Images                */
/*========================================================*/

.traditional-img-01{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/01.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}

.traditional-img-02{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/02.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}

.traditional-img-03{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/03.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}

.traditional-img-04{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/04.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}

.traditional-img-05{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/05.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}

.traditional-img-06{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/06.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}

.traditional-img-07{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/07.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}

.traditional-img-08{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/08.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}

.traditional-img-09{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/09.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
display: none;
}

.traditional-img-10{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/10.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
display: none;
}

.traditional-img-11{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/11.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
display: none;
}

.traditional-img-12{
background-image:url("/Portals/11/ProjectGallery/traditional/menu/images/12.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none;
}

.imagePad{
width:200px;
padding-bottom:15px;
padding-top:3px;
color: #9c9138;
font-family: Helvetica;
font-weight: bold;
font-size: 12px;
text-align:center;

}



/*========================================================*/
/*  Edit 'shop' Menu Images                               */
/*========================================================*/

.shop-img-01{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/01.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}

.shop-img-02{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/02.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.shop-img-03{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/03.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
}
.shop-img-04{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/04.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
}
.shop-img-05{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/05.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
display: none;
}
.shop-img-06{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/06.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
display: none;
}
.shop-img-07{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/07.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
display: none;
}
.shop-img-08{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/08.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none;
}
.shop-img-09{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/09.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
display: none;
}
.shop-img-10{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/10.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
display: none;
}
.shop-img-11{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/11.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
display: none;
}
.shop-img-12{
background-image:url("/Portals/11/ProjectGallery/shop/menu/images/12.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none;
}

/*========================================================*/
/*  Edit 'in construction' Menu Images                    */
/*========================================================*/

.cxn-img-01{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/01.jpg");
width:200px;
height:200px;
position:relative;
left:2px;
}

.cxn-img-02{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/02.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.cxn-img-03{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/03.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
display: none;
}
.cxn-img-04{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/04.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none; 
}
.cxn-img-05{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/05.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
display: none;
}
.cxn-img-06{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/06.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
display: none; 
}
.cxn-img-07{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/07.jpg");
width:200px;
height:200px;
position:relative;
left:-3px;
}
.cxn-img-08{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/08.jpg");
width:200px;
height:200px;
position:relative;
left:0px;
}
.cxn-img-09{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/09.jpg");
width:200px;
height:200px;
position:relative;
left:-2px;
}
.cxn-img-10{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/10.jpg");
width:200px;
height:200px;
position:relative;
left:-1px;
}
.cxn-img-11{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/11.jpg");
width:200px;
height:200px;
position:relative;
left:1px;
display: none;
}
.cxn-img-12{
background-image:url("/Portals/11/ProjectGallery/cxn/menu/images/12.jpg");
width:200px;
height:200px;
position:relative;
left:3px;
display: none;
}