form {
    font: normal 12px tahoma;
    color: #5A6166;

}

#SmallForms form {
    width: 650px;
}

#SmallForms fieldset ul li {
    display: block;
    float: left;
    width: 515px;
    line-height: 22px;
    padding: 5px 0;
}

#SmallForms fieldset ul li label {
    float: left;
    width: 150px;
    text-align: left;
    margin-right: 20px;
    line-height: 22px;
}

#SmallForms fieldset ul li input {
    border: #5A6166 1px solid;
    background: transparent url(../img/input_bg.gif) repeat-x;
    float: left;
    width: 150px;
    margin-right: 3px;
    font-family: tahoma;
    padding: 3px;
}

#SmallForms fieldset {
    width: 515px;
    overflow: auto;
    background-color: #FFF;
    border-top: 1px #9CB80E solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 10px;
}

#SmallForms .special {
    width: 515px;
    overflow: auto;
    background-color: #FFF;
    border: none;
    padding-bottom: 10px;
}

#SmallForms fieldset legend {
    background-image: url(../img/legand.jpg);
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 27px;
    padding: 2px 10px;
}

#SmallForms textarea {
    font-family: tahoma;
    background: #fff url(../img/input_bg.gif) repeat-x;
    float: left;
    border: #5A6166 1px solid;
    width: 250px;
    height: 100px;
    padding: 3px;
}

#SmallForms select {
    font-family: tahoma;
    border: #5A6166 1px solid;
    background-color: #fff;
    float: left;
    width: 158px;
    padding: 3px;
    direction: ltr;
}

#SmallEnd INPUT#Submit {
    font: normal 12px tahoma;
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 90px;
    height: 40px;
    text-align: center;
    padding-bottom: 20px;
    margin-left: 5px;
    border: 0;
}

#SmallEnd INPUT#Submit:visited {
    background: transparent url(../img/submit.gif) no-repeat;
}

#SmallEnd {
    width: 500px;
    border: 0;
    text-align: center;
    display: block;
    padding: 10px 0;
}
.ResaltyForms form {
    width: 680px;
}

.ResaltyForms fieldset ul li {
    display: block;
    float: left;
    width: 640px;
    line-height: 20px;
    padding: 3px 0;
    margin-bottom: 7px;
}

.ResaltyForms fieldset ul li label {
    float: left;
    width: 200px;
    text-align: right;
    margin-right: 20px;
    line-height: 22px;
}

.ResaltyForms fieldset ul li input {
    border: #5A6166 1px solid;
    background: transparent url(../img/input_bg.gif) repeat-x;
    float: left;
    width: 220px;
    margin-right: 5px;
    font-family: tahoma;
    padding: 3px;
}

.ResaltyForms fieldset {

    width: 640px;
    background-color: #FFF;
    border-top: 1px #9CB80E solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 10px;
    margin:10px;
}

.ResaltyForms fieldset legend {
    background: #9CB80E url(../img/legand.jpg);
    font-size: 14px;
    height: 27px;
    text-align: left;
    color: #fff;
    line-height: 22px;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.ResaltyForms textarea {
    font-family: tahoma;
    background: #fff url(../img/input_bg.gif) repeat-x;
    float: left;
    border: #5A6166 1px solid;
    width: 220px;
    padding: 3px;
    margin-right: 5px;
}

.ResaltyForms select {
    font: normal 12px tahoma;
    border: #5A6166 1px solid;
    background-color: #fff;
    float: left;
    width: 228px;
    padding: 3px;
    margin-right:5px;
}

.ResaltyForms select.smallselect {
    width: auto;
}

.ResaltyForms input.radio {
    border: none;
    width: 15px;
}

.ResaltyForms label.sms-send-time {
    text-align: left; /** LTR **/
}


/** datepicker **/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	right: 142px;
	width: 100px;
	float:right;
}
div.dp-popup div.dp-nav-prev a {
	float: right;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	left: 142px;
	width: 100px;
	float:right;
}
div.dp-popup div.dp-nav-next a {
	float: left;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: right;
}

#end INPUT#Submit {
    font: normal 12px tahoma;
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 90px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    margin-right: 5px;
    border: 0;
}

#end INPUT#Submit:visited {
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 95px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    border: 0;
}

#end {
    width: 680px;
    border: 0;
    text-align: center;
    display: block;
    /* padding: 10px 0;*/
}

#endcalc INPUT#Submit {
    font: normal 12px tahoma;
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 90px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    margin-left: 5px;
    border: 0;
}

#endcalc INPUT#Submit:visited {
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 95px;
    height: 40px;
    text-align: center;
    padding-bottom: 17px;
    border: 0;
}

#endcalc {
    width: 515px;
    border: 0;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.textarea3 {
    font: 14px normal tahoma;
    margin-bottom: 0;
    height: 130px;
    background: #fff url(../img/input_bg.gif) repeat-x;
    width: 220px;
}

.textarea-sms {
    font-family: tahoma;
    border: none;
    background-color: #F0F0F0;
    color: #000;
    min-height: 140px;
    padding: 10px;
    width: 200px;
    height: 140px;
}

.textarea-sms:focus {
    font-family: tahoma;
    border: none;
    background-color: #fff;
    color: #9CB80E;
    min-height: 140px;
    padding: 10px;
    width: 200px;
    height: 140px;
}

.small {
    border: #5A6166 1px solid;
    background: #fff url(../img/g-button.jpg) repeat-x;
    float: left;
    width: 80px;
    margin-left: 10px;
    font-family: tahoma;
    color: #fff;
    padding: 3px;
}

.bsmall {
    border: #5A6166 1px solid;
    background: #fff;
    width: 130px;
    font: 12px tahoma;
    float: right;
    height: 20px;
    margin: 0 20px 0 10px;
    padding: 0 3px;
}
#bsmall {
	border: #5A6166 1px solid;
	background: #fff;
	width: 130px;
	font: 12px tahoma;
	float: left;
	height: 20px;
	margin: 0 20px 0 10px;
	padding: 0 3px;
}

#listTable {
    color: #5A6166;
    width: 680px;
	
   
    text-align: left;
    font-size: 12px;
}

#listTable thead tr {
	color:#9CB80E;
    background: #FFF url(../img/input_bg_t.gif) repeat-x;
    height: 31px;
}

#listTable thead tr td {
    padding-left: 15px;
    
}

#listTable tbody tr td {
	height: 35px;
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7F7F3;    
}

#listTable tbody tr a,visited {
    color: #5A6166
}

#listTable tbody tr:hover {
    background-color: #F7F7F3;
    color: #5A6166
}

#listTable tfoot {
    background: #FFF url(../img/table-footer.gif) bottom repeat-x;
    height: 40px;
    text-align: center;
}

#listTable thead a:link,listTable thead a:visited {
    margin: 0 5px;
}
/* #listTable th{
    color:#9CB80E;
}
*/

/* special code for tables */
hcontainer{ height:60px;}
.hello{font:normal 12px tahoma;width:120px;height:40px;
text-align:center;padding:5px 30px; border:0; cursor:pointer; float:left; color:#9cb80c; font-size:14px;}

#widetable {
    color: #5A6166;
    width: 885px;
   
    text-align: left;
    font-size: 12px;
	margin-left:20px;
}

#widetable thead tr {
    background: #FFF url(../img/input_bg_t.gif) repeat-x;
    height: 31px;
}

#widetable thead tr td {
    padding-left: 5px;
    
}

#widetable tbody tr td {
	height: 35px;
	text-align: left;
	padding-right: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7F7F3;    
}

#widetable tbody tr a,visited {
    color: #5A6166
}

#widetable tbody tr:hover {
    background-color: #F7F7F3;
    color: #5A6166
}

#widetable tfoot {
    background: #FFF url(../img/table-footer.gif) bottom repeat-x;
    height: 40px;
    text-align: center;
}

#widetable thead a:link,listTable thead a:visited {
    margin: 0 5px;
}

.speciallogin{width:800px; display:block; margin:10px 0 0 20px; clear:both; text-align:center; }
.specialhello{width:300px; display:block; margin:20px; font-size:14px; font-weight:bold; color:#9ab60c; float:left;}

.widediv{ width:900px; clear:both; display:block;}

.specialSubmitnew a,visited{font:normal 12px tahoma;color:#fff;background:url(../img/submit.gif) no-repeat;height:40px;
text-align:center;padding:5px 30px; border:0; cursor:pointer; float:left; margin-left:30px;}
.specialSubmitn a,visited{font:normal 12px tahoma;color:#fff;background:url(../img/submit.gif) no-repeat;height:40px;
text-align:center;padding:5px 5px; border:0; cursor:pointer; float:left; margin-left:30px;}

.contentbox {
    background-color: #F4F4F4;
    width: 460px;
    color: #666;
    border: 1px solid #CCC;
    margin: auto auto 20px;
    padding: 10px;
}

/*
div.error {
	text-align: center;
	color: #fff;
	width: auto;
	color: #fff;
	font-size: 11px;
	height: auto;
	background: #F00;
	line-height: 20px;
	font-size: 10px;
	-moz-border-radius: 8px;
	margin-top: 10px;
	float: left;
	padding: 2px 5px;
}
*/

div.valid {
    position: absolute;
    float: left;
    background: transparent url('../img/succ.gif') no-repeat;
    width: 20px;
    height: 20px;
    left: 500px;
    margin-top: 0;
    z-index: 1;
}

input.submit {
    /* margin-left: 253px; */
}

label.user {
    font-size: 12px;
    margin-right: 10px;
    width: auto;
    font-variant: small-caps;
    color: #c00;
    display: none;
}

#SmallForms fieldset ul,#ResaltyForms fieldset ul {
    list-style-type: none;
    text-align: left;
    margin-top: 20px;
}

#SmallForms fieldset a,#SmallForms fieldset a:visited,#SmallForms fieldset label span,#ResaltyForms fieldset a,#ResaltyForms fieldset a:visited,#ResaltyForms fieldset label span
{
    color: #5A6166;
}

#SmallForms fieldset a:hover,#ResaltyForms fieldset a:hover {
    color: #000;
}

#SmallForms input:focus,#SmallForms textarea:focus,#ResaltyForms input:focus,#ResaltyForms textarea:focus
{
    border: #9CB80E 1px solid;
    background: #fff url(../img/input_bg_focus.gif) repeat-x;
}

#SmallForms select:focus,#ResaltyForms select:focus {
    border: #9CB80E 1px solid;
    background: #fff url(../img/input_bg_focus.jpg) repeat-x;
}

#SmallForms fieldset ul li .radio,#ResaltyForms fieldset ul li .radio {
    font: normal 12px tahoma;
    border: #5A6166 0 solid;
    background: #fff;
    width: 15px;
}

#SmallForms fieldset ul li .xselect,#ResaltyForms fieldset ul li .xselect
{
    font: normal 12px tahoma;
    background: #F7F7F3;
    float: left;
    width: auto;
    margin-left: 5px;
    border: #5A6166 1px solid;
    padding: 3px;
}

#SmallForms fieldset .sbutton,#ResaltyForms fieldset .sbutton {
    font: normal 12px tahoma;
    background-color: #F7F7F3;
    float: right;
    border: #58A6EE 1px solid;
    padding: 3px;
}

#SmallForms fieldset .FileInput,#ResaltyForms fieldset .FileInput {
    font: normal 12px tahoma;
    border: #F7F7F3 1px solid;
    background: #fff url(../img/input_bg.gif) repeat-x;
    width: 250px;
}

#SmallEnd INPUT#Submit:hover,#end INPUT#Submit:hover {
    background: transparent url(../img/submit-hover.gif) no-repeat;
    border: 0;
}

.textarea2,.selectcontact {
    font: 14px normal tahoma;
    width: 200px;
    height: 100px;
    background-color: #F7F7F3;
}

.special-end {
    float: left;
    width: 100px;
    margin: 0 0 0 20px;
}

.special-end INPUT#Submit {
    font: normal 12px tahoma;
    color: #FFF;
    background: transparent url(../img/submit.gif) no-repeat;
    width: 90px;
    height: 40px;
    text-align: center;
    padding-bottom: 22px;
    margin-left: 5px;
    border: 0;
}

.special-end INPUT#submit:visited {
    font: normal 12px tahoma;
    color: #FFF;
    background: transparent url(../images/submit.gif) no-repeat;
    width: 90px;
    height: 40px;
    text-align: center;
    padding-bottom: 22px;
    margin-left: 5px;
    border: 0;
}

.special-end INPUT#Submit:hover {
    background: transparent url(../images/submit-hover.gif) no-repeat;
    border: 0;
}

.small-select {
    font: normal 12px tahoma;
    border: #5A6166 1px solid;
    background-color: #fff;
    float: left;
    width: 302px;
    padding: 3px;
}

#edit {
    color: #5A6166;
    width: 300px;
    border: 1px solid #F7F7F3;
    text-align: center;
    font-size: 12px;
}

#edit thead tr {
    background: #FFF url(../images/input_bg_t.gif) repeat-x;
    height: 31px;
    text-align: center
}

#edit thead tr td {
    padding-left: 5px;
    text-align: center
}

#edit tbody tr td {
    height: 35px;
    border: solid 1px #F7F7F3;
    text-align: center;
    padding-left: 5px;
    font-size: 12px;
}

#edit tbody tr:hover {
    background-color: #F7F7F3;
}

#edit tfoot {
    background: #FFF url(../images/table-footer.gif) bottom repeat-x;
    height: 40px;
    text-align: center;
}

#edit thead a:link,listTable thead a:visited {
    margin: 0 5px;
}
