﻿
.Dropdown
 {
   
   background:#F5F5F5 none repeat scroll 0 0;
    border:1px solid #ACACAC;
    color:#333333;
    font-size:12px;
    margin-bottom:4px;
    margin-right:4px;
    margin-top:4px;
    width:50px;
      background-color: #F5F5F5;
      height: 24px;
	
}
/* Gradient 1 */
.input_field1 {
	
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 182px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
}

/* Gradient 2 */
.input_field2 {
	width: 221px;
	background: transparent url(../Images/bg-inputfield2.html) no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}

/* Background Image */
.text_area1 {
	background-image: url(../images/bg-txtarea.html);
	border: 1px solid #6297BC;
	width: 230px;
	height: 60px;
}
.TDCaption /* Caption of the controls with "Low Impression", instruct user Enter the right kind of data  */
{
	height:25px;
	
	font-weight:normal;
	font-family: "Arial";
	font-size:14px;
	color: #6b6968;
	text-decoration: none;
	font-weight:normal;
	text-align:right;
	
	
	
}
.TDCaption1 /* Caption of the controls with "Low Impression", instruct user Enter the right kind of data  */
{
	
	
	font-weight:normal;
	font-family: "Arial";
	font-size:14px;
	color: #6b6968;
	text-decoration: none;
	font-weight:normal;
	
	
	
	
}

.TDHeader /* Header Text Show  */
{
	height:25px;
	white-space:nowrap;
	font-weight:normal;
	font-family: "Arial";
	font-size:18px;
	color: #6b6968;
	text-decoration: none;
	font-weight:normal;
}
.SuccessMessage
{
	color:Green;
	font-weight:bold;
	font-size:medium;
}
.ErrorMessage
{
	color:Red;
	font-weight:bold;
	font-size:medium;
}

	 /*AutoComplete flyout */
        .autocomplete_completionListElement
        {
            visibility: hidden;
            margin: 0px !important;
            background-color:White;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow:auto;
            height: 100px;
            text-align: left;
            list-style-type: none;
            font-weight:normal;
			font-family: "Arial";
			font-size:12px;
			color: #6b6968;
			text-decoration: none;
	
        }
        /* AutoComplete highlighted item */
        .autocomplete_highlightedListItem
        {
        	font-weight:normal;
			font-family: "Arial";
			font-size:14px;
	
			text-decoration: none;
            color:Gray;
            padding: 1px;
            font-size:14px;
        }
        /* AutoComplete item */
        .autocomplete_listItem
        {
        	font-weight:normal;
			font-family: "Arial";
			font-size:14px;
	
			text-decoration: none;
            background-color:Window;
            color: #333333;
            padding: 1px;
        }

.remark:link{
text-decoration:none;
color:#e22800; }
.remark:active{
text-decoration:none;
color:#e22800; }
.remark:visited{
text-decoration:none;
color:#e22800; }
.remark:hover{
text-decoration:underline;
color:#e22800; }

/* start gray */

.save_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.save_button:hover {
	text-decoration: none;
}
.save_button:active {
	position: relative;
	top: 1px;
}


.color_gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.color_gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.color_gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* end gray */



/* start red */


.add_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.add_button:hover {
	text-decoration: none;
}
.add_button:active {
	position: relative;
	top: 1px;
}


.color_red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#a30126), to(#6f0018));
	background: -moz-linear-gradient(top,  #a30126,  #6f0018);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30126', endColorstr='#6f0018');
}
.color_red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#b91d22), to(#a11115));
	background: -moz-linear-gradient(top,  #b91d22,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b91d22', endColorstr='#a11115');
}
.color_red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#6f0018), to(#a30126));
	background: -moz-linear-gradient(top,  #6f0018,  #a30126);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0018', endColorstr='#a30126');
}

.showall:link{
text-decoration:none;
font-size:12px;
font-weight:700;

color:#017c99; }
.showall:active{
text-decoration:none;
color:#017c99; }
.showall:visited{
text-decoration:none;
color:#017c99; }
.showall:hover{
text-decoration:underline;
color:#e22800; }

.total_users  /* Total Users on Admin Page */
{
	font-family: "Arial";
	font-size:13px;
	color: #6b6968;
}
.styled-select {
   background: transparent;
   background-color: #F5F5F5;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
    background-image: -moz-linear-gradient(center bottom ,#F5F5F50%,  #F5F5F5 60%) repeat scroll 0 0 #F5F5F5;
}
.watermark
{
	COLOR:#A39D9D;
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10;	
	font-weight:bolder;	
}
.Fieldset
{
	border-color:#00649e;
}
.Legend
{
	color:#00649e;
	font-weight:bold;
	border-style:none;
	border-width:2px;
	border-color:Red;
}
/* end red */