/******************************************************************************
Copyright © 2008, Argo Computing Services
All rights reserved.
http://www.argocomputing.com.au
Redistribution and use in any form with or without modification,
are prohibited unless explicit permission is granted by
the Argo Computing Services Pty Ltd (Australia, ACN: 084560109).
******************************************************************************/
H1
{
    FONT-SIZE: 300%;
    font-weight: bold;
    COLOR: darkblue;
    FONT-FAMILY: Verdana, Arial;
}

H2
{
    FONT-SIZE: 250%;
    font-weight: bold;
    COLOR: darkblue;
    FONT-FAMILY: Verdana, Arial;
}


H3
{
    FONT-SIZE: 200%;
    font-weight: bold;
    COLOR: darkblue;
    FONT-FAMILY: Verdana, Arial;
}

H4
{
    FONT-SIZE: 150%;
    border-top: rgb(0,0,0) 1px solid;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
}

H5
{
    FONT-SIZE: 110%;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
}

H6
{
    FONT-SIZE: 100%;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
}


BODY
{
    margin: 0px;
    FONT-SIZE: 8pt;
/*    COLOR: black; */
    LINE-HEIGHT: 12pt;
    FONT-FAMILY: Verdana, Arial;
}

TABLE /* don't know what table this is referring to! Left code as is */
{
    FONT-SIZE: 8pt;
/*    COLOR: black; */
    FONT-FAMILY: Verdana, Arial;
}
  

TBODY /* this is for trace info headings */
{

}

CAPTION
{

}

/*
A
{
    font-size: 100%;
    FONT-FAMILY: Verdana, Arial;
}
A:hover
{
    font-size: 100%;
    FONT-FAMILY: Verdana, Arial;
}
*/

TD
{

}


INPUT
{
    font-size: 100%;
    FONT-FAMILY: Verdana, Arial;

}


DIV
{
    font-size: 100%;
    FONT-FAMILY: Verdana, Arial;
}
SELECT
{
    font-size: 100%;
    FONT-FAMILY: Verdana, Arial;
}

TEXTAREA
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Verdana, Arial;
}


.smallnote
{
    FONT-SIZE: 7pt;
}

.templateHeader
{
    width: 100%;
}


.logotable
{
    background-color: #77b7dd;
}

.logotext
{
    color: #00008b;/*brown;*/
    font-weight: bold;
    font-style: italic;
}

.dcpDisabled
{
    cursor: default;
    color: gray;

    filter:gray(); /* IE */
    -moz-opacity: 0.6; /* FF */
}
.dcpDisabled img
{
    filter:gray(); /* IE */
}

.dcpButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: rgb(220,230,240); /*#eeeeee*/;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%; /* 80 */
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	padding-left: 22px; */
	line-height: normal;
	white-space: nowrap;
    cursor: pointer;
}


.dcpButton:hover {
    background-color:rgb(200,210,220);
    color:#333333;
    text-decoration:underline;
}

.dcpButton:disabled
{
	color: gray;
	cursor: default;
	text-decoration: none;
	color: #333333;
	background-color: darkgray; /*#dddddd;*/
	opacity: 0.6;
    -moz-opacity: 0.6;
    filter:gray(); /* IE */
}


.maintable
{
    width: 100%;
}

.blankLHS
{
    background-color:#b0b1c8;
    vertical-align: middle;
    width: 5px 
}

.blankRHS
{
    background-color:#b0b1c8;
    vertical-align: middle;
    width: 5px 
}

.leftbar
{
	padding-top: 45px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.leftbar tr td p
{
	text-align: center;
}
/* Home leftPane */
.leftbar tr td p table tr td
{
	text-align: center;
}
.rightbar
{
}

.contentcell
{
    background-color:#e4effe;
    HEIGHT: 420px;
}

.slogan
{
    POSITION: relative;
    LEFT: 170px;
    WIDTH: 400px;
    TOP: 20px;
    padding: 4px;
        
    font-family:Harlow Solid Italic, Elephant, Times New Roman, Verdana;
    font-size:28px;
    text-align: center;
    font-weight: bold;

    color: darkgreen;

    FILTER: alpha(style=1,opacity=95,finishopacity=30) progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#e4efee', Positive='true');
    -moz-opacity: 0.6; /* FF */
}

.templateButton
{
    FILTER: alpha(style=3,opacity=90,finishopacity=20) progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#e4efee', Positive='true');
    CURSOR: hand;
    COLOR: #040740;
    opacity: 0.8;

}

.templateLink
{
    FILTER: alpha(style=3,opacity=90,finishopacity=20) progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#e4efee', Positive='true');
    CURSOR: hand;
    COLOR: #040740;
}


.footerLink
{
    CURSOR: hand;
    COLOR: #040740;
}


.middleInputBox
{
    width: 230px;
}

.longInputBox
{
    width: 400px;
}

.smallCommentBox
{
    width: 300px;
    height: 100px;
}
.commentBox
{
    width: 500px;
    height: 200px;
}

.largeCommentBox
{
    width: 100%;
    height: 400px;
}



.summaryTable
{

}
.summaryTDCaption
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 5px;
    font-weight: bold;
}

.summaryTDValue
{
}

.helpLink {
    color: DarkGreen;
	text-decoration: none;
	border-bottom: 1px dashed DarkGreen;
	cursor: help;
}

.helpLink:hover {
}

.toggleLink {
    color: DarkGreen;
    font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dashed DarkGreen;
}

.toggleLinkExpanded {
    color: DarkGreen;
	text-decoration: none;
	border-left: 2px solid DarkGreen;
    border-top: 1px solid DarkGreen;
}

.faqLink {
    color: DarkGreen;
    font-weight:bold;
	text-decoration: none;
    font-size: 140%;
}

.faqLinkExpanded {
    color: DarkGreen;
    font-size: 140%;
	text-decoration: none;
	border-left: 2px solid DarkGreen;
    border-top: 1px solid DarkGreen;
}

.toggleDiv {
    border: 0px;
    border-left: DarkGreen 2px solid;
    border-top: gray 1px dashed;
    border-bottom: gray 1px solid;
    padding: 5px;
    padding-left: 10px;
    background-color: lightyellow;

    background-image: url(../img/toggle_page_img.jpg);

    background-position: top left;
    background-repeat: no-repeat;
}


/* MVC Validation */

.field-validation-error
{
    color: #ff0000;
    display: block;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* MvcContrib's Grid*/
table.grid
{
  border: solid 1px gray;
  border-collapse: collapse;
}

table.grid tr.gridrow_alternate 
{
	background-color: #b0b1c8;
}

table.grid td 
{
  padding: 2px;
  border: solid 1px gray;
}

table.grid th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px gray;
}






/* FORM SUMMARY - GENERAL*/
#form-summary a,
#form-summary a:visited,
#form-summary a:hover
{
	color: #2e6e9e;
	text-decoration: underline !important;
	outline: none; 
}


#form-summary #general ul
{
	list-style:none;
	overflow: hidden;
	width: 100%;
}

#form-summary #general ul li .what
{
	font-weight: bold;
	display: inline-block;
	width: 200px;
}

#form-summary #general #generalActions h5
{
	line-height: 0.7;
}
#form-summary #general #generalActions div
{
	padding: 0 30px 5px 30px;
}
#form-summary #general #generalActions div a
{
	display: inline-block;
	width: 150px;
	font-size: 8pt;
}

#form-summary .ui-sortable li
{
	cursor: move;
}

/* FORM SUMMARY - PAGES */
#form-summary #pages
{	
	border-top: solid 4px gray;
	border-bottom: solid 4px gray;
}
#form-summary #pages ol
{
	list-style: decimal-leading-zero;
	list-style-position: inside;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
#form-summary #pages ol li
{
	float: left;
	width: 110px;
	height: 40px;
	margin: 0;
	padding: 2px;	
	overflow: hidden;
}
#form-summary #pages ol li.current
{
	border: dashed 1px brown;
}
#form-summary #pages ol li.current a
{
	color: #551A8B;
}

/* PAGE CONTENT */

#form-summary #pageContent #pageInfo
{
	padding: 0 0 10px 0;
	margin: 10px 10px 0px 10px;
	border-bottom: solid 1px gray;
}
#form-summary #pageContent #pageInfo ul.pageEditables
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#form-summary #pageContent #pageInfo ul.pageEditables li
{
	margin: 0;
	padding: 4px;
	display: inline;
}
#form-summary #pageContent #pageInfo ul.pageEditables span
{
	padding-right: 5px;
	font-weight: bold;
}
#form-summary #pageContent #pageInfo ul.pageEditables a
{
	margin: 2px;
	padding: 2px;
}
#form-summary #pageContent #pageInfo ul.pageEditables li input
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: lightyellow;
}



#form-summary #pageContent #pageActions
{
	margin: 0;
	padding: 10px 0 10px 10px;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 100%;	
}
#form-summary #pageContent #pageActions a
{
	display: inline-block;
	width: 100px;
	line-height: 1.7;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
#form-summary #pageContent #pageActions a.edit
{
	background-image: Url(../img/item-edit.gif);
}
#form-summary #pageContent #pageActions a.create
{
	background-image: Url(../img/add_icon.gif);
}
#form-summary #pageContent #pageActions a.wysiwyg
{
	background-image: Url(../img/item-edit.gif);	
}
#form-summary #pageContent #pageActions a.clone
{
	background-image: Url(../img/copy_clipboard16.gif);	
}
#form-summary #pageContent #pageActions a.delete
{
	background-image: Url(../img/item-remove.gif);
}
#form-summary #pageContent #pageActions a.conditions
{
	background-image: Url(../img/sign.gif);
}
#form-summary #pageContent #pageActions a.testForm
{
	background-image: Url(../img/test.gif);
}
/*PAGE CONTENT - FIELDS */
#form-summary #pageContent #fields ol
{
	list-style-type: none; /*decimal-leading-zero - causes too much troubles in IE*/
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
#form-summary #pageContent #fields li
{
	border-bottom: solid 1px lightgray;
}
#form-summary #pageContent #fields li a.edit
{
	display: inline-block;
	width: 300px;	
}
#form-summary #pageContent #fields li span.desc
{
	display: inline-block;
	width: 200px;
}

#form-summary #pageContent #fields li a
{
	line-height: 1.7;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 0 0 20px;
	margin: 0;

}
#form-summary #pageContent #fields li a.delete
{
	color: #DFEFFC; /* to make the text invisible */
	background-image: Url(../img/item-remove.gif);
}
#form-summary #pageContent #fields li a.clone
{
	color: #DFEFFC; /* to make the text invisible */
	background-image: Url(../img/copy_clipboard16.gif);
}