﻿body 
{
    background-color: GhostWhite;
    font-family: Arial;
    font-size: 11pt;
    margin: 0px;
}

a
{
	color: #777777;
	text-decoration: none;	
}

a:hover
{
	color: Red;	
}

/*********************** Link Button ***********************************/

.LinkButton
{
	color: White;
	text-decoration: none;	
}

.LinkButton:hover
{
	color: Orange;	
}

/*********************** Crumb Button ***********************************/

.CrumbButton
{
	color: Black;
	text-decoration: none;	
}

.CrumbButton:hover
{
	color: BlueViolet;	
}

/*********************** Manager Menu Link ***********************************/

.ManagerMenuButton
{
	color: #777777;
	font-weight: bold;
	text-decoration: none;	
}

.ManagerMenuButton:hover
{
	color: BlueViolet;	
}



/************************* Layout *********************************/

#PAGE
{
    background-color: LightGray;
    width: 1024px;
    min-height: 850px;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
    border-Bottom-right-radius: 12px;
    border-Bottom-left-radius: 12px;
    box-shadow: 2px 2px 6px #000000;
}

#TOPAREA
{
    background-color: SteelBlue;
    width: 100%;
    height: 80px;   
}

#HEADER 
{
    width: 1024px;
    height: 74px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24pt;
    font-weight: bold;
}

#LINKAREA
{
    float: right;
    margin-top: 34px;
    margin-right: 10px;
    width: 350px;
    font-size: 10pt; 
    text-align: right;
}

#CONTENTAREA
{    
    width: 1000px;
    height: 740px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#CRUMB
{
    width: 1000px;
    height: 19px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-left: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 9pt;
}

#FOOTER {
    width: 1000px;
    height: 24px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

}
/******************************************************************************/

.HeaderIconImage
{
    width: 80px;
    height: 79px;
    vertical-align: middle;
}

.CenterTable
{
    width: 640px;
    margin-right: auto;
    margin-left: auto;   
}

/************************************ Manager ****************************************/

#ManagerFunction
{
	width: 990px;
    height: 20px;	
    margin-top: -10px;
    margin-bottom: 20px;
    margin-right: auto;	
    margin-left: auto;
    text-align: right;
}


/************************************ Dashboard ****************************************/

#Dashboard
{
	clear:both;
    width: 984px;
    height: 700px;	
    margin-right: auto;
    margin-left: auto;
}

.DashboardRow
{
	clear:both;
	width: 992px;
    height: 350px;
}

.DashboardCell
{
	float: left;
	width: 490px;
	height: 350px;
	margin: 2px;
}

.DashboardCellHeader
{
	width: 490px;
    height: 18px;
    padding-top: 12px;
    border-bottom: solid 1px #222222;
    text-align: left;
    font-weight: bold;
}

.DashboardCellContent
{
	background-color: WhiteSmoke;
	width: 490px;
    height: 320px;
}


/************************************ Script Manager Data Repeater ****************************************/

.DataRepeaterMainFunction
{
	width: 974px;
	height: 21px;
	text-align: right;
	padding-right: 6px;
	font-weight: bold;	
}

.DataRepeaterMainFunctionItem
{
	padding-right: 3px;
	padding-left: 3px;		
}

.DataRepeaterMainFunctionItem:hover
{
	color: BlueViolet;
	cursor: pointer;
}

.DataRepeaterView
{
	width: 980px;
	height: 690px;
	margin-right: auto;
	margin-left: auto;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	overflow-y: scroll;
}

.DataRepeaterRow
{
	clear: both;
	width: 960px;
	height: 28px;
	margin: 2px 0px 2px 0px;	
}

.DataRepeaterIconColumn
{
	float: left;
	background-image: url('../image/Script-Icon.png');
	width: 21px;
	height: 21px;
	margin: 2px 0px 0px 0px;
}

.DataRepeaterScriptNameColumn
{
	float: left;
	width: 400px;
	height: 21px;
	margin: 6px 0px 0px 0px;
}

.DataRepeaterCountyColumn
{
	float: left;
	width: 200px;
	height: 21px;
	margin: 6px 0px 0px 0px;
}

.DataRepeaterStatusColumn
{
	float: left;
	width: 50px;
	height: 21px;
	margin: 6px 0px 0px 0px;
}

.DataRepeaterBoolColumn {
    float: left;
    width: 100px;
    height: 21px;
    margin: 6px 0px 0px 0px;
}

.DataRepeaterFunctionColumn
{
	float: right;
	width: 200px;
	height: 21px;
	margin: 6px 0px 0px 0px;
}

.DataRepeaterSeperator
{
	width: 960px;
	height: 1px;
	border-top: solid 1px #333333;	
}


/************************************ Call Script Form ****************************************/

.CallScriptAdd
{
	
}

.CallScriptFormHidden
{
	display: none;
	width: 980px;
	height: 60px;	
	margin-left: auto;
	margin-right: auto;
}

.CallScriptSectionHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.CallScriptFormPart
{
	width: 972px;
	min-height: 100px;	
	margin-left: auto;
	margin-right: auto;
	padding: 4px;	
	border-radius: 6px;		
}

.EntryLabel
{
    font-weight: bold;
    text-align: right;
    padding-top: 3px;
    vertical-align: top;
}

.ManagerQuestionContainer
{
    background-color: Gainsboro;
    width: 880px;
    min-height: 180px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-radius: 12px;
    box-shadow:  inset 0 0 10px #000000;	
	
	
}

/**************************** ClientScriptDisplay ***************************************/

.ClientScriptDisplay
{
    background-color: Gainsboro;
    width: 880px;
    min-height: 300px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-top: 40px;
    border-radius: 12px;
    box-shadow:  inset 0 0 10px #000000;	
}

.Question
{
	padding-top: 10px;
	padding-left: 15px;
	
}

.QuestionFunction
{
	text-align: right;	
	
}

.QuestionSeperator
{
	border-bottom: solid 2px #EEEEEE;
	margin-top: 16px;
}

.AllowMultipleAnswer
{
	
}

.QuestionStyle
{
	
	
}

.AnswerStyle
{
	padding-top: 12px;
	padding-left: 30px;
	
}