﻿body
{
	font-family: 'Segoe UI';
	font-size: small;
}


.tiny
{
	font-size: x-small;
}

.ErrorPanel
{
	border: thin dashed #FF0000;
	font-family: Verdana;
	color: #000000;
	background-color: #FFEAEA;
	text-align:center;
}
.SuccessPanel
{
	border: thin dashed #00CE18;
	font-family: Verdana;
	color: #000000;
	background-color: #CCFFCC;
	text-align: center;
	width: 500px;
}


.InfoPanel
{
	border: thin dashed #FFC600;
	font-family: Verdana;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	width: 500px;
}

.SelectedRowStyle
{
	background-color: Yellow;
	font-weight: bold;
}
        
.style1
{
    width: 113px;
}

.scrollingControlContainer
{
    
    overflow:scroll;
    
}

.scrollingCheckBoxList
{
    border: 1px #808080 solid;
    margin: 10px 10px 10px 10px;
    height: 400px;
}

    

.NewDateSeparatorLine
{
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: medium;
}


table.HistoryTable {
	border-width: thin;
	border-spacing: 5px;
	border-style: solid;
	border-color: gray;	
	border-collapse: collapse;
}
table.HistoryTable th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	
}
table.HistoryTable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	
}

    
.HistoryTableSmall
{
	font-family: 'Segoe UI';
	font-size: small;
}	
	
	
.verticaltext{
font: bold 13px Arial;
width: 15px;
}


.TableLabel
{
	color: #747E7D;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

H1
{
	font-size: 18pt;
	color: #0099ff;
	font-family: verdana;
}
.H1-Like
{
	font-size: 18pt;
	color: #0099ff;
	font-family: verdana;
	font-weight: bold;
}

H2 
{
	font-size: 11pt;
	color: #0099dd;
	font-family: verdana;
	background-image: url(http://db.fotonovelty.com/IMAGES/Structural/h2background.gif);
}

H3 
{
	font-size: 10pt;
	color: #0099dd;
	font-family: verdana;	
}

HR
{
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
}

IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.RowPaid
{
	color: #808080;
	background-color: #CAFFCA;
	font-size: 80%;
}
.RowPaidSelected
{
	color: #000000;
	background-color: #00FF00;
	font-size: 80%;
	font-weight: bold;
}
.BigButton
{
	border-style: dotted ;
	border-width: 1px;
	color: #0099dd;
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	background-color: #F9FCFF;
}

a
{
	color: #0099dd;
	font-family: Verdana;
	font-size: 90%;
}
a:link { 
  color:#0099dd;
}
a:visited {
   color:#0099dd;
}
a:hover {
   color:#0099dd;
}
a:active { 
   color:#0099dd;
}

.buttonclass {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.buttonclass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.buttonclass:active {
	position:relative;
	top:1px;
}


textarea
{
	border-color: #C0C0C0;
	border-width: 1px;
	background-color: #FFFFFF;

}


#QuickTask {
	        position: absolute;
	        visibility: hidden;
	        width: 420px;
	        height: 300px;
			top:50%;
			left:50%;
	        background-color: #DFDFDF;
	        border: 1px solid #000;
	        padding: 10px;
	        margin:-150px 0 0 -210px;
	        opacity:0.95;
			filter:alpha(opacity=95); /* For IE8 and earlier */
			-moz-box-shadow: 0 0 30px 5px #999;
			-webkit-box-shadow: 0 0 30px 5px #999;
        }
        
        
        
#filedrag
{
	DISPLAY:none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}



 
.GrayButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.GrayButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.GrayButton:active {
	position:relative;
	top:1px;
}

 
.BlueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.BlueButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.BlueButton:active {
	position:relative;
	top:1px;
}
 

 .box_rotate {
    
  -webkit-transform: rotate(-60deg); 
     -moz-transform: rotate(-60deg); 
      -ms-transform: rotate(-60deg); 
       -o-transform: rotate(-60deg); 
          transform: rotate(-60deg); 

}

.tasktable {
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #C0C0C0;
    border-spacing: 15px;
}




















/*TABLE STYLING FOR SUPPLIES/EQUIPMENT TABLES IN EventResources.aspx AND Marketing/ConceptEdit.ASPX   */

   .CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #aad4ff 5%, #aad4ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aad4ff), color-stop(1, #aad4ff) );
	background:-moz-linear-gradient( center top, #aad4ff 5%, #aad4ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aad4ff", endColorstr="#aad4ff");	background: -o-linear-gradient(top,#aad4ff,aad4ff);

	background-color:#aad4ff;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #aad4ff 5%, #aad4ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aad4ff), color-stop(1, #aad4ff) );
	background:-moz-linear-gradient( center top, #aad4ff 5%, #aad4ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aad4ff", endColorstr="#aad4ff");	background: -o-linear-gradient(top,#aad4ff,aad4ff);

	background-color:#aad4ff;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}





