﻿body 
{
}

input[type="text"], input[type="password"]  
{
  padding: 4px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
  transition: box-shadow 0.3s;
}

input[type="text"]:focus, input[type="text"].focus, input[type="password"]:focus, input[type="password"].focus 
{
  box-shadow: inset 1px 1px 2px 0 #707070;
}


.cInfo
{
    color:green;
}
.cInfoWarning
{
    color:#ffac00;
}
.cInfoError
{
    color: red;
}


.cbuttonDefault
{
    background: #3e9cbf;
    padding: 4px 8px 4px;
    border:1px solid #3e9cbf;
    cursor:pointer;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cbuttonDefault:hover, .cbuttonDefault:focus 
{
    color:#dfe7ea;
    -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}

.cErrorMessage
{
	color: #FF0000;
	font-weight: bold;
}

.cMenu
{
    padding: 2px 0px 2px 10px;
    background-color:midnightblue;
}

.cMenu a, .cMenu a:hover
{
    color:white;
}

.cMenu SPAN
{
    color:white;
}


.cOptionTitle 
{
    text-align:center;
    font-size: 30px;
    color:#205c73;
}

.cOptionSubTitle 
{
    text-align:center;
    font-size: 20px;
    color:#205c73;
}

select {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    width: 100px;
    text-indent: 0.01px;
    color: black;
    border-radius: 10px 0;
    padding: 5px;
    box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}

/*    */

.cScriptPanel
{
    width:900px;
    height:300px;
    overflow:auto;
    border:1px inset #3e9cbf;
    background-color:#96B2BC;
}
.cScriptContent
{
    font-family:'Courier New';
    font-size:15px;
    width:3000px;
}


/*   */
.cPointToCheckRowEven
{
    background-color:#dfe7ea;
}
.cPointToCheckRowOdd
{

}


