@charset "utf-8";

/* CSS Document */
inputx[type=submit] {
	border-radius: 5px;
	border: 1px solid #0033FF;
	background-color: #91D9FF;
	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: -15px;
	margin-left: 7px;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
inputx[type=submit]:hover {
	background-color: #72D3F3;
	/*border: 2px dotted #FFF;*/
	font-style: normal;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
	box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
}
.cleanBox{
	height: 98%;
	width: 95%;
	overflow: hidden;
}
.innerScrollContainerAuto{
	background-color: transparent;
	overflow-y: auto;
	padding: 5px;
	margin: 5px;
	}
.rcTextbox {
	border:thin solid #00C;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	background-color: #FFFFE8;
	padding-top: 4px;
	padding-left:7px;
	padding-bottom: 4px;
	margin: 3px;
	color: #000;
	-moz-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	box-shadow: 7px 7px 7px rgba(0,0,0,.5);
}
.tabStyle{
	height:auto;
	width:auto;
	overflow-y:hidden;
	overflow-x:hidden;
	width: 0px;
}
	
}
.rcSelect{
	border:thin solid #00C;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	background-color: #FFFFE8;
	margin: 3px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	-moz-box-shadow: 3px 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.5);
	box-shadow: 3px 3px 7px rgba(0,0,0,.5);
}
.generalTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.mediumTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}
.mediumTextBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:BLACK;
}
.largeTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.actionMessage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #F00;
	text-shadow: 2px 2px 4px #000000;
}
.liteBlueContainer{
	 width:100%;
	background-color: transparent;
	background: -webkit-linear-gradient(0deg, #789CC4, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, #789CC4, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, #789CC4,#ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #789CC4, #ffffff); /* Standard syntax (must be last) */
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	background: #406EA3; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(0deg, #789CC4, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, #789CC4, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, #789CC4,#ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #789CC4, #ffffff); /* Standard syntax (must be last) */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	.rcCellLtBlu{
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	width:auto;
	border-radius: 12px;
	border: 2px solid #ffffff;
	background-color: #3674B5;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	.rcBorder{
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	width:auto;
	border-radius: 12px;
	border: 2px solid #ffffff;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rcCellDkBlu{
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	width:auto;
	border-radius: 12px;
	border: 2px solid #ffffff;
	padding: 10px 12px 10px 10px;
	margin:5px 7px 5px 0px;
	background-color: #00F;
}

.rcWindowDkBlu{
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFF;
	font-size: 11px;
	width120%;
	border-radius: 12px;
	padding: 3px 3px 3px 3px;
	margin:5px 5px 5px 5px;
	background-color: #406EA3;}
	
.rcWindowDkBluGRID{
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	font-size: 12px;
	width:120%;
	border-radius: 12px;
	padding: 10px 12px 10px 10px;
	margin:5px 7px 5px 0px;
	background-color: #406EA3;
}	
#grad1 {
    height: 100px;
    background: #406EA3; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(0deg, #789CC4, #406EA3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #789CC4, #406EA3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #789CC4,#406EA3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #789CC4, #406EA3); /* Standard syntax (must be last) */
}
.dropShadow{
	-moz-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	box-shadow: 7px 7px 7px rgba(0,0,0,.5);
}
.graphPaperCellDKBLU{
	-moz-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	border-radius: 4px;
	background-image: url(/IMAGES/blue-graph-peper-wallpaper600x450.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0FF;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
@font-face {
    font-family: 'graphPaperScript';
    src: url('/FONTS/graphPaperScript.ttf') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CooperStandard';
    src: url('/FONTS/CooperStandard.ttf');
}
.graphPaperCellREAL{
	-moz-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	box-shadow: 7px 7px 7px rgba(0,0,0,.5);
	border-radius: 4px;
	background-image: url(../IMAGES/real-graphPaper.jpg);
	font-family: graphPaperScript, Helvetica, sans-serif;
	font-size: 24px;
	color: #00A;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	
}
.GraphPaperFont{
		font-family: graphPaperScript, Helvetica, sans-serif;
		font-size: 24px;
		color: #00A;
		
}
.cooperStandardFont{
	font-family: CooperStandard, Helvetica, sans-serif;
	color: #700;
}
.photoFrame{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
	background: #406EA3; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(0deg, #789CC4, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, #789CC4, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, #789CC4,#ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #789CC4, #ffffff); /* Standard syntax (must be last) */
	height: 100px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	display: inline-block;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom:-5px;
	margin-left: 2px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom:20px;
	padding-right: 5px;
	}
	.inline{display: inline-block;}
