/*data enty form default styles*/
.form-input tr {
	vertical-align:top;
}
.form-input-error {
	color:red;
	font-size:11px;
}
/*pagination*/
.pagination {
	padding:5px;
	color:#666666;
	text-align:right
}
.pagination a, .pagination strong {
	padding:3px;
	text-decoration:none;
	color:#666666;
	border:1px solid gray;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.pagination a:hover {
	background-color:black;
	color:white;
}
.pagination strong {
	color:black;
	font-weight:bold;
	background:gainsboro;
}
/*grid/table listing format*/
.grid-table {
	width:100%;
}
.grid-table .header {
	background-color:none;
	text-align:left;
}
.grid-table .header th {
	padding:5px;
	border-bottom:2px solid #C1DAD7;
	border-top:2px solid #C1DAD7;
	font-weight:bold;
}
.grid-table .header a, .grid-table .header {
	color:black;
}
.grid-table tr td {
	padding:5px;
}
.grid-table tr.header td{
    font-weight:bold;
}
.grid-table .alternate {
	background-color:#FBFBFB
}
.grid-table a {
	color:#00679C;
	text-decoration:none;
}
.grid-table a:hover {
	color:maroon;
}
.table-heading-row {
}
.table-heading-cell {
	font-weight:bold;
	font-size:12px;
	border-bottom:2px solid #CFD9FE;
}
.table-row {
}
.table-row-alternate {
	background:#F7F7F7
}
.table-cell, .table-cell-alternate {
	padding:5px;
	border-bottom:1px solid #F7F7F7;
}
.table a {
	text-decoration:none;
	color:#003366
}
.table a:hover {
	text-decoration:underline;
	color:black
}
/* search box style for fieldset */
.search-fieldset {
	border:1px solid #DFE6FF;
	margin-bottom:20px;
}
.search-fieldset legend {
	color:#3399CC
}
.page-links {
	text-align:right;
}
.button {
	border:0;
	padding:2px;
	text-decoration:none;
	color:#ffffff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; 

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
	background:#0088cc;
	display:inline-block;
        
    text-shadow: none;

}
.button img {
	border:0px;
	vertical-align:bottom;
	padding-right:5px;
}
.button:hover {
	border:0;
	background-color:#00b6f5;
}
/*adim form styles*/
.form {
	border:0px solid red;
	display:block;
	padding:5px;
	margin:0px;
	padding-left:0px;
}
.input-flex,.input-fixed200, .input-fixed300 {
	width:99%;
	padding:2px;
	padding-right:0px;
}

.input-fixed200{
	width:200px;
}
.input-fixed300{
	width:300px;
}


.form .field, .form .field-inline {
	margin-bottom:15px;
}
.form .field label {
	display:block;
	font-weight:bold;
	color:#333333
}
.form .field-inline label {
	font-weight:bold;
	color:#333333
}
.form .field label.desc {
	font-weight:normal;
	font-style:italic
}
.form .required {
	color:Red;
	padding:2px;
}

.login .input-flex,
.register .input-flex
{width:300px;}


/* to show any text as hyper link */
.link {
	color:#0088cc;
	text-decoration:underline;
	cursor:pointer
}
.link:hover {
	color:#00b6f5;
}
/*error/success message boxes*/
.error, .success {
	background-color:white;
	border:1px solid #00CC00;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
	color:#00CC00
}
.error {
	color:red;
	border:1px solid red;
	padding:5px;
	background-color:#FFF0FF;
	font-size:14px;
}
.error p {
	padding:5px;
	margin:0px;
}
.note {
	padding:5px;
	font-size:14px;
	background-color:#FFFFCC;
	border:1px solid gainsboro;
	margin-bottom:20px;
}
.grid-action-links a {
	font-size:11px;
	padding:3px;
}
.hidden {
	display:none;
}
.inline {
	display:inline
}

/*adim form styles*/
.form{border:0px solid red;display:block;padding:5px;margin:0px;padding-left:0px;}
.input-flex{width:99%;padding:2px;padding-right:0px;}
.form .field, .form .field-inline{margin-bottom:15px;}
.form .field label{display:block;font-weight:bold;color:#333333}
.form .field-inline label{font-weight:bold;color:#333333}
.form .field label.desc{font-weight:normal;font-style:italic}
.form .required{color:Red;padding:2px;}
.form label.small{font-size:10px;color:#666666;font-weight:normal;}

.light{font-size:11px;color:gray;}
.light .button{ }
.light .button:hover{background-color:#00b6f5;}



/*button style 1*/
.btn-style-1 {
	border: 1px solid navy;
	color: white;
	padding: 2px 5px;
	font-size: small;
	background: url(btn-bg-sprites.png) 100% 0%;
	cursor: pointer;
}

.btn-style-1:hover {
    background: #00b6f5;
    /*
	border: 1px solid navy;
	color: white;
	padding: 2px 5px;
	font-size: small;
	background: url(btn-bg-sprites.png) 100% 66%;
	*/
    cursor: pointer;
    
}

.btn-style-2 {
	border: 0px solid navy;
	color: white;
	padding: 5px 14px;
	font-size: small;
	background: #19196D;
	cursor: pointer;
	font-weight:bold
}

.btn-style-2:hover { 
	color: white;
	background-color:#666666;
	cursor: pointer;
}



