/* Styles that are used both by the admin and the public site */


/* Resets all styles to the default admin styles, so that none of the site's own formatting leaks through.  */
div.AdminReset {
    font-size:11px;
    font-family:[[f:Admin]];
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    text-align:left;
    line-height:1.2;
}

/******************************* DUMMY BUTTONS */

/* Displayed when a WaitButton is clicked (to provide feedback while preventing double-postbacks) */

a.DummyButton, 
a.DummyButton:hover
{
    background-color:#ddd!important;
    color: gray !important;
    font-weight: normal !important;
    border-color:Gray!important;
}

a.DummyButton span, 
a.DummyButton:hover span
{
    background-color: white !important;
}

a.DummyButton img
{
    position: relative;
    top: 1px;
    margin-right: 3px;
    border: none !important;
}


/*******************************  UPDATE PROGRESS */

div#UpdateProgress {
    position: fixed;
    width: 300px;
    left: 50%;
    top: -20px;
    -o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    background:#969087;
    padding: 50px 15px 45px 15px;
    text-align: center;
    font-size: 1.7em;
    font-family: Georgia,'Times New Roman',Times,serif;
    z-index: 2000;
    display: none;
    color: White;
    -moz-opacity: .90;
	-webkit-opacity: .90;
	opacity: .90;
	filter: alpha(opacity=90);
    -o-box-shadow:0 0 10px #808080;
	-ms-box-shadow:0 0 10px #808080;
	-moz-box-shadow:0 0 10px #808080;
	-webkit-box-shadow:0 0 10px #808080;
	box-shadow:0 0 10px #808080;
}

div#UpdateProgress img {
    padding-right: 10px;
    vertical-align: middle;
}

div#UpdateProgress span {
    display: block;
    padding: 5px 0;
}

/******************************* STATUS UPDATE */

div#StatusUpdate {
    position: fixed;
    width: 300px;
    left: 50%;
    top: -20px;
    -o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    background:#D6CDC1;
    padding: 32px 12px 8px 12px;
    font-size: 1.2em;
    font-family: [[f:AdminSans]];
    z-index: 2000;
    color: White;
    font-weight: bold;
    display: none;
    -moz-opacity: .90;
	-webkit-opacity: .90;
	opacity: .90;
	filter: alpha(opacity=90);
}

div#StatusUpdate p {
    position: relative;
    font-size: 1em;
    margin: 0 10px;
    padding: 3px 0 16px 33px;
    min-height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

div#StatusUpdate.Warning {
    background-color:#D8820F;
}

div#StatusUpdate.Confirm p {
    background-image: url(/Standard/Core/Images/check.white.png);
}

div#StatusUpdate.Warning p {
    background-image: url(/Standard/Core/Images/warning.white.png);
}

div#StatusUpdate p a.JqButton.UndoLink {
    border:none;
    background:#ABA49A;
    top:1px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0 5px;
    font-size:10px;
}

div#StatusUpdate p a.JqButton.UndoLink:hover {
    background:#D8820F;
}


/*******************************  CLICKABLE */
/* 
Clickable divs are clickable: a click anywhere in the div fires the first link in the div (wired up in Behavior.js)  
These rules provide mouseover formatting on headings, etc. to emphasize the div's clickability.
*/

div._Clickable {
}

div._Clickable:hover {
    cursor: pointer;
}

div._Clickable:hover h1, 
div._Clickable:hover h2, 
div._Clickable:hover h3, 
div._Clickable:hover h4, 
div._Clickable:hover h5, 
div._Clickable:hover a {
    cursor: pointer;
    text-decoration: underline;
    color: #0000FF;
}

div._Clickable:hover p {
    color: #3C3C3C !important;
}

div._Clickable:hover p strong {
    color: black !important;
}

div._Clickable:hover .Dateline, 
div._Clickable:hover .Dateline strong {
    color: #555555 !important;
}


/*******************************  REVERSE */

.Reverse, 
.Reverse p, 
.Reverse strong, 
.Reverse li, 
.Reverse h1, 
.Reverse h2, 
.Reverse h3, 
.Reverse h4, 
.Reverse h5 {
    color: White;
}

.Reverse a {
    color: White;
}

.Reverse a:hover {
}

.Reverse span.Bar {
    color: #4C4C4C;
}

.Reverse a.BulletLink, 
.Reverse a.BulletLink:hover {
    background-image: url(/Standard/Core/Images/Bullets/bullet.white.med.gif) !important;
}

.Reverse div._Clickable:hover h1, 
.Reverse div._Clickable:hover h2, 
.Reverse div._Clickable:hover h3, 
.Reverse div._Clickable:hover h4, 
.Reverse div._Clickable:hover h5, 
.Reverse div._Clickable:hover a, 
.Reverse div._Clickable:hover p, 
.Reverse div._Clickable:hover strong {
    color: White !important;
}

.Reverse div._Clickable:hover a.BulletLink {
    text-decoration: underline;
}



/********************************************* MESSAGES */

.Message {
    clear: both;
    display: block;
    border: 3px solid #F7F5F3;
    font-family: 'Segoe UI',Verdana,Arial,Helvetica,Geneva,sans-serif;;
    background-color: #FBFAF9;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden;
    line-height: 1.2;
    -o-border-radius: .5em;
	-ms-border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

.Message p {
    font-family: 'Segoe UI',Verdana,Arial,Helvetica,Geneva,sans-serif; !important;
    margin: 0 0 10px 0 !important;
}

.Message strong {
    font-size: 1.4em;
    color: White;
}

.Message h4 {
    font-size: 1.1em;
    margin-top: 3px;
    color: White;
}

.Message ul {
    margin-left: 0;
    padding-left: 20px;
}

.Message li {
    font-size: 1em !important;
    letter-spacing:0;
    margin: 3px 0;
    color: White;
}

.Message.Confirm a, 
.Message.Warning a {
    color: White !important;
    text-decoration:underline;
}

.Message.Confirm, 
.Message.Warning {
    padding-left: 50px;
    min-height: 30px;
    font-size: 1.3em;
    font-weight: bold;
    color: white !important;
    border: none;
}

.Message.Confirm *, 
.Message.Warning *{
    color: white !important;
}

.Message.Confirm {
    background-image: url(/Standard/Core/Images/check.white.png);
    background-color: #6CA86C;
}

.Message.Warning {
    background-image: url(/Standard/Core/Images/warning.white.png);
    background-color: #D8820F;
}

.ValidationSummary label,
.ValidationSummary .error,
.ValidationSummary .Error {
    display:list-item;
    font-size:.8em;
    position:static;
    background:transparent;
    padding:0;
    width:auto;
}

.Message.Small,
.Message.Small p,
.Message.Small li {
    font-size:12px!important;
}

.Message.FloatLeft {
    clear:none!important;
    margin-left:10px;
    top:-10px;
    position:relative;
    min-height:20px;
    padding:6px 15px 6px 35px;
    background-position:4px 1px;
}


/******************************* ICON PARAGRAPHS  */

p.Icon {
    padding-left:16px;
    position:relative;
}

p.Icon span.ui-icon {
    background-image:url(/Standard/Core/Css/jQuery-ui/images/ui-icons_888888_256x240.png);
    display: block;
    position: absolute;
    left: 0px;
    top: -1px;
}


/******************************* DIFF */

.DiffInserted,
.DiffInserted * {
    color: Red;
    text-decoration: underline;
}

.DiffDeleted, 
.DiffDeleted * {
    color: Red;
    text-decoration: line-through;
}

.DiffResults, 
.DiffResults * {
    font-family: <%=fMono%>;
}
 
 
/******************************* DETAILS CONTAINER */

div.DetailsContainer {
    clear: both;
    padding: 2px 0;
    height: 100%;
}

div.DetailsLabel {
    float: left;
    width: 30px;
    color: #777777;
    font-size: .8em;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 15px;
}

div.DetailsContent {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    line-height: 15px;
}

.C4 div.DetailsLabel { width:100px; }
.C4 div.DetailsContent { width:440px; }

.C3 div.DetailsLabel { width:100px; }
.C3 div.DetailsContent { width:440px; }

.C2 div.DetailsLabel { width:80px; }
.C2 div.DetailsContent { width:270px; }

.C1 div.DetailsLabel { width:30px; }
.C1 div.DetailsContent { width:130px; }

/* Large variant */

div.Large div.DetailsLabel {
    float: none;
    width: auto;
}

div.Large div.DetailsContent {
    float: none;
    width: auto;
    margin: 0;
    line-height: 1.2;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 1.8em;
}

/* Medium variant */

div.Medium div.DetailsLabel {
    display: block;
    float: none;
    width: auto;
}

div.Medium div.DetailsContent {
    float: none;
    width: auto;
    margin: 0 0 8px 0;
    line-height: 1.2;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 1.3em;
}


/******************************************************* STANDARD TABLE */

table.StandardTable {
    border-collapse: collapse;
}

table.StandardTable td,
table.StandardTable th {
    padding: 3px;
    border: 1px solid #E6E1DA;
}

table.StandardTable th.Left {
    text-align:left;
}


table.StandardTable th p,
table.StandardTable td p {
    padding: 0;
    margin: 3px 0;
}

table.StandardTable th {
    vertical-align: bottom;
    background-color: #F3F0EC;
    font-weight: bold;
    color: Black;
}

table.StandardTable th,
table.StandardTable th p {
    font-size: 10px;
}

table.StandardTable td {
    vertical-align: top;
}

/******************************* UTILITY */

/* Use in cases where a graphic background will be substituted for the text*/
.SubstituteGraphics {
    font-size: 1px;
    position: absolute;
    top: -9999px /* bye-bye */;
}

.ScrollVertical {
    clear: both;
    background: White;
    height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #F5F2F0;
    padding: 5px;
}

.NoScroll .ScrollVertical {
    height: auto !important;
}

.Block { display:block; }
.FloatContainer { float: left; }
.MinHeight { min-height: 500px; }
.Border { border: 1px solid #999; }
.Hidden { display: none; }
.Bar { color: #CCCCCC; }
.Clear { clear: both; }
.NoClear { clear: none !important; }
.FloatLeft { float: left !important; }
.FloatRight { float: right !important; }
.Spacer { clear: both; height: 24px; }
.Tight { margin: 0 !important; }
.AlignRight { text-align: right; }
.AlignCenter { text-align: center; }
.Strikethrough { color:#AAAAAA; text-decoration: line-through; }

a.Strong { font-weight: bold; }

.DisplayOnHover { display: none; }
.Hover .DisplayOnHover { display: block; }

