﻿/* MorrionsTheme.css by Matthew Harris, DBS */
/*******************************************************************************/



/* utilities */
/*******************************************************************************/
.confirmbutton
{
    font-size: larger;
    font-weight: bold;
}

.cancelbutton
{
    font-size: smaller;
}


/* iLoad display fix */
/*******************************************************************************/
.ILoadBox tr,
.ILoadBox td
{
    padding: 2px;
}

.ILoadBox
{
    margin: 3px 7px 7px 3px;
}


/* GridView data control */
/*******************************************************************************/
.admingrid
{
    font: 12px "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
}

.admingrid td,
.admingrid th
{
    padding: 5px;
}

.admingridheader
{
    font-size:1em;    
	padding: 3px;
	margin: 5px 0;
	background:url(/site/img/navbg.jpg) top repeat-x #295e7c;
	color:#FFFFFF;
}

.admingridrow td
{
    border-bottom: solid 1px #5d8aa4;
}

.admingridalt
{
    background-color: #F6F6F6;
}

.admingridalt td
{
    border-bottom: solid 1px #5d8aa4;
}

.admingrid-editdelete
{
    width: 40px;
}

.admingridfooter
{
    font-size:1em;    
	padding: 3px;
	margin: 5px 0;
	background:url(/site/img/navbg.jpg) top repeat-x #295e7c;
	color:#FFFFFF;
	text-align: right;
}


/* detail view  */
/*******************************************************************************/
.admindetailview
{
    font: 12px "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
}

.admindetailviewheader
{
    text-align: left;
    color: #fff;
    background-color: #007cc1; /*#B4B8C4;*/
}

.admindetailviewrow
{
    border-bottom: solid 1px #999;
    padding: 5px;
}

.admindetailview tr,
.admindetailview td
{
    padding: 5px;
}

.admindetailview tr tr,
.admindetailview td td
{
    padding: 1px;
}

.admindetailviewalt
{
    background-color: #DFDFDF;
    border-bottom: solid 1px #999;
}


/* unlimited gallery */
/***********************************************************/
.gallery-image
{
    float: left;
    width: 176px;
    height: 150px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.modalPopup p {
    padding: 5px;
}


/*Popup Control*/
.popupControl{
	background-color: #fff;
	position:absolute;
	visibility:hidden;
}

