
.maxResults
{
	background-color: #FFFFcc;
	font-size: 25px;
	padding: 10px;
	margin: 15px;
	
	border: 1px solid #444400;
	
	background: #ffffff;
	
	background: -moz-linear-gradient(top, #FFFF99, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF99), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#FFFF99', endColorstr = '#ffffff' );
}


#addCantCuzForm
{
	width: 95%;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px dashed black;
	
	background: #ffffff;
	
	background: -moz-linear-gradient(top, #ccccdd, #f3f3f3, #cccccc, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccdd), to(#ffffff));
	
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#ccddcc', endColorstr = '#ffffff' ),
			progid:DXImageTransform.Microsoft.Shadow (color='#333333',Direction=135, Strength=7);
	
	box-shadow: 3px 3px 10px #000000;
}
#filterCuzForm
{
	display: none;
	
	position: relative;
	width: 95%;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px dashed black;
	
	background: #ffffff;
	
	background: -moz-linear-gradient(top, #ccddcc, #f3f3f3, #cccccc, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccddcc), to(#ffffff));	
	
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#ccddcc', endColorstr = '#ffffff' ),
			progid:DXImageTransform.Microsoft.Shadow (color='#333333',Direction=135, Strength=7);
	
	box-shadow: 3px 3px 10px #000000;
}

.errorMessage
{
	color: #FF0000;
	font-weight: bold;
}

.CantCuzRow
{
	position: relative;
	
	margin: 20px;
	border: 1px solid #444400;
	
	background: #eeeeee;
	
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#eeeeee', endColorstr = '#ffffff' );	
}


.rowCantDescData
{
	color: #666666;
	font-style: italic;
	
}


.rowCaseSensitive
{
	background-color: #FFFFdd;
	border: 1px #CCCCCC solid;
	color: #CC9900;
	margin-left: 15px;
	font-weight: normal;
	font-size: 10px;
	padding: 2px;
}

.rowRegExCantPatternData
{
	color: #006633;
	font-weight: bold;
}

.rowConventionalCantPatternData
{
	color: #993300;
	font-weight: bold;
}
.rowRegExDelimeter
{
	font-size: 29px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.rowCuzData
{
	color: #000066;
	font-weight: bold;
}

.rowField
{
	margin: 8px;
}

#addContradiction
{
	padding: 15px;
	border: 1px #CCCCCC solid;
	
	background: #dddddd;
	
	background: -moz-linear-gradient(top, #dddddd, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#dddddd', endColorstr = '#ffffff' );	
	
}
#filterList
{
	padding: 15px;
	border: 1px #CCCCCC solid;
	
	background: #dddddd;
	
	background: -moz-linear-gradient(top, #dddddd, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#dddddd', endColorstr = '#ffffff' );	
	
}

#addCantDesc
{
	width: 70%;
}
#fillterCant
{
	width: 80%;
}
#fillterCuz
{
	width: 80%;
}
#addCuz
{
	width: 92%;
}
#addCant
{
	width: 90%;
}

#editCantDesc
{
	width: 100%;
}
#editCant
{
	width: 100%;
}
#editCuz
{
	width: 100%;
}
.editFormLabel
{
	font-weight: bold;
}

.formGroup
{
	margin: 10px;
}

.cantCuzControls
{
	position: absolute;
	right: 90px;
	width: 90px;
	top: 5px;
}

.cantCuzEditDiv
{
	position: absolute;
	left: 70px;
	width: 70%;
	top: -280px;
	z-index: 20000;
	padding: 10px;
	
	display:none;
	
	border: 1px #334455 solid;
	
	background: #eedddd;
	
	background: -moz-linear-gradient(top, #eedddd, #f3f3f3, #eeeeee, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eedddd), to(#ffffff));
	
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#eedddd', endColorstr = '#ffffff' ),
			progid:DXImageTransform.Microsoft.Shadow (color='#333333',Direction=135, Strength=7);
	
	box-shadow: 5px 5px 10px #000000;
}


A.cantCuzControlLink
{
	padding-left: 3px;
	padding-right: 3px;
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666699;
	color: #335566;
	text-decoration: none;
	font-size: 12px;
}
A.cantCuzControlLink:HOVER
{
	
	background-color: #99ccff;
	text-decoration: underline;
}


A.rowFieldLink
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	margin-right: 15px;
}
A.rowFieldLink:HOVER
{
	color: #336699;
	text-decoration: underline;
}

.cancelButton
{
	margin-left: 20px;
}

.teacherSelectDiv
{
	display:inline;
}

#cantCuzCollection
{
	margin-top: 50px;
}
#ToggleButtonContainer
{
	padding-right: 50px;
	text-align: right;
}
#hideFilterButton
{
	position: absolute;
	right: 10px;
	top: 3px;
}
#hideHelpButton
{
	position: absolute;
	right: 10px;
	top: 3px;
}

#helpText
{
	position: relative;
	display: block;
	margin: 10px;
	padding: 15px;
	border: 1px #334455 solid;
	
	background: #ffffee;
	
	background: -moz-linear-gradient(top, #ffffcc, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#ffffff));
	
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr ='#ffffcc', endColorstr = '#ffffff' ),
			progid:DXImageTransform.Microsoft.Shadow (color='#333333',Direction=135, Strength=7);
	
	box-shadow: 5px 5px 10px #000000;
}
.ToggleButton
{
	margin-left: 15px;
	margin-right: 15px;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}

body
{
	font-size: 16px;
	font-family:arial;
}

A.buttonStatus
{
	font-weight:bold;
	color:#0000FF;
}