﻿div.forms_padding
{
	padding: 10px 8px 10px 8px;
}

div.forms_border
{
    border: solid 1px #8DA0A4;
}
.border_left
{
	border-left: solid 1px #8DA0A4;
}

.border_right
{
	border-right: solid 1px #8DA0A4;
}

.border_bottom
{
	border-bottom: solid 1px #8DA0A4;
}

.border_top
{
	border-top: solid 1px #8DA0A4;
}

.space_top_small
{
	margin: 5px;
}

div.forms_padding_small
{
	padding: 3px 0px 5px 0px;
}

div.forms_max
{
	width: auto;
	text-align: left;
}
div.forms_fixed3
{
	width: 300px;
	text-align: left;
}

div.forms_fixed4
{
	width: 400px;
	text-align: left;
}

div.forms_fixed5
{
	width: 500px;
	text-align: left;
}

div.forms_fixed6
{
	width: 654px;
	text-align: left;
}

div.forms_fixed_login
{
	width: 300px;
	text-align: left;
}

div.progress
{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	visibility: hidden;
	position: relative;
}

table.forms_border
{
    border: solid 1px #8DA0A4;
}

table.forms_space
{
    margin-bottom: 2px;
}

table.forms_space_large
{
    margin-bottom: 4px;
}

table.forms_view
{
    background-color: #C7D791;
}

table.forms_view2
{
    background-color: #C7D791;
}

table.forms_view3
{
    background-color: #DBEEA2;
}

table.forms_content
{
    background-color: #DBEEA2;
}

table.forms
{
    text-align: left;
    color: #323C7A;
    width: 100%;
}

img.category_sign
{
	padding: 2px 0px 1px 4px;
	vertical-align: top;
}

table.forms img.pointer
{
	cursor: pointer;	
}

table.forms img.border
{
	border: solid 1px #222222;
}

table.forms img.top
{
	vertical-align: top;
}

table.forms img.space
{
	margin-right: 3px;
}

table.forms th.header
{
    background-color: #8DA0A4;
    height: 26px;
    color: White;
    border: solid 1px #8DA0A4;
}

table.forms th.header a
{
    color: white;
    text-decoration: none;
}

table.forms th.header a:hover
{
    color: #242F58;
}

table.forms th.header2
{
    padding: 0px 0px 4px 6px;
    text-align: left;
}

table.forms th.title
{
    font-size: 13.5pt;
}

table.forms th.header3
{
    background-color: #C7D791;
    padding: 0px 0px 0px 4px;
    height: 22px;
    color: #2842A2;
    font-weight: normal;
}

table.forms td.header
{
	padding: 10px 3px 6px 3px;
}

table.forms td
{
    border: none;
    margin: 0px;
    padding: 0px;
}

table.forms td.heading
{
    padding: 11px 0px 4px 4px;
    font-weight: bold;
}

table.forms td.row_banner
{
    border: none;
    margin: 0px;
    padding: 1px;
}

table.forms td.nowrap
{
    white-space: nowrap;
}

table.forms td.row1
{
    border: none;
    margin: 0px;
    padding: 2px 3px 2px 3px;
}

table.forms td.row2
{
    border: none;
    margin: 0px;
    padding: 2px 3px 2px 3px;
    background-color: #8DA0A4;
    color: White;
}

table.forms td.rowView
{
    border: none;
    margin: 0px;
    padding: 3px 2px 3px 2px;
    height: 20px;
}

table.forms td.border
{
    border: solid 1px #8DA0A4;
}

table.forms td.border_middle
{
    border-top: solid 1px #8DA0A4;
    border-left: solid 1px #8DA0A4;
    border-right: solid 1px #8DA0A4;
}

table.forms td.border_top
{
    border-top: solid 1px #8DA0A4;
}

table.forms td.border_bottom
{
    border-bottom: solid 1px #8DA0A4;
}

table.forms td.border_top_right
{
    border-top: solid 1px #8DA0A4;
    border-right: solid 1px #8DA0A4;
}

table.forms td.separator
{
	padding: 1px 8px 1px 8px;
	text-align: center;
	height: 2px;
}

table.forms td.separator hr
{
	width: 100%;
	background-color: #A9974F;
	color: #A9974F;
	height: 1px;
	border: none;
}

table.forms td.separator hr.view
{
	width: 100%;
	background-color: #8DA0A4;
	color: #8DA0A4;
	height: 1px;
	border: none;
}

table.forms td.separator2
{
	padding: 1px 8px 1px 8px;
	text-align: left;
	height: 2px;
}

table.forms td.separator2 hr
{
	width: 30%;
	background-color: #A9974F;
	color: #A9974F;
	height: 1px;
	border: none;
}

table.forms td.footer
{
    border: none;
    margin: 0px;
    vertical-align: middle;
    padding: 7px 6px 7px 6px;
}

table.forms td span.inactive
{
  color: #880A00;
}

table.forms td span.deleted
{
  color: #880A00;
  text-decoration: line-through;
}

table.forms td.title
{
    font-size: 12pt;
}

table.forms td.title2
{
    font-weight: bold;
}

table.forms td b.big
{
}

table.forms td.left
{
  text-align: left;
}

table.forms td.right
{
  text-align: right; 
}

table.forms td.center
{
  text-align: center; 
}

table.forms td.top
{
  vertical-align: top;
}

table.forms td.bottom
{
  vertical-align: bottom;
}

table.forms td.middle
{
  vertical-align: middle;
}

table.forms td.bck1
{
	background-color: #C7D791;
}

table.forms td.offset
{
    padding-top: 12px;
    height: 12px;
}

table.forms td.offset_small
{
    padding-top: 5px;
    height: 5px;
}

table.forms td.offset_extra_small
{
    padding-top: 2px;
    height: 2px;
}

table.forms td.total_row
{
	background-color: #C7D791;
	padding: 5px 4px 5px 4px;
}

table.forms input
{
    vertical-align: middle;
    font: 9.5pt Comic Sans MS, Tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #265C3A;
}

table.forms select
{
    vertical-align: middle;
    font: 9.5pt Comic Sans MS, Tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid black;
}

table.forms span.radio input
{
    border: none;
    vertical-align: top;
}
table.forms input.radio
{
    border: none;
    margin: 0px 4px 0px 4px;
}

table.forms input.textbox_l
{
    width: 200px;
    padding: 1px;
    color: black;
    background-color: white;
}

table.forms input.textbox_m
{
    width: 100px;
    padding: 1px;
    color: black;
    background-color: white;
}

table.forms input.textbox_m_disabled
{
    width: 100px;
    padding: 1px;
    color: black;
    background-color: #E0E0E0;
}

table.forms input.textbox_m2
{
    width: 150px;
    padding: 1px;
    color: black;
    background-color: white;
}

table.forms input.textbox_m2_disabled
{
    width: 150px;
    padding: 1px;
    color: black;
    background-color: #E0E0E0;
}

table.forms input.textbox_s
{
    width: 70px;
    padding: 1px;
    color: black;
    background-color: white;
}

table.forms input.textbox_s_disabled
{
    width: 70px;
    padding: 1px;
    color: black;
    background-color: #E0E0E0;
}

table.forms select.combobox_s
{
    width: 50px;
    padding: 1px;
    color: black;
    background-color: white;	
}
	
table.forms select.combobox_m
{
    width: 100px;
    padding: 1px;
    color: black;
    background-color: white;	
}
	
table.forms select.combobox_m2
{
    width: 150px;
    padding: 1px;
    color: black;
    background-color: white;	
}
	
table.forms select.combobox_l
{
    width: 200px;
    padding: 1px;
    color: black;
    background-color: white;	
}

table.forms select.combobox_max
{
    width: 100%;
    padding: 1px;
    color: black;
    background-color: white;	
}

table.forms input.fileupload_l
{
    width: 250px;
    padding: 1px;
    color: black;
    background-color: white;
}

table.forms textarea.textbox_l
{
    width: 200px;
    vertical-align: middle;
    border: 1px solid #265C3A;
}
table.forms textarea.description
{
    width: 100%;
    vertical-align: middle;
    border: 1px solid #265C3A;
}

table.forms textarea
{
    vertical-align: middle;
    border: 1px solid #265C3A;
}

table.forms input.button
{
    border: solid 1px #313C96;
    color: white;
    text-decoration: none;
    background-color: #8DA0A4;
    padding: 2px 7px 2px 7px;
    margin: 0px;
    
}

table.forms a.button
{
    border: solid 1px #313C96;
    color: white;
    text-decoration: none;
    background-color: #8DA0A4;
    padding: 1px 7px 1px 7px;
    margin: 0px;
    display: inline-block;
}

table.forms a.back_delete
{
    background-color: #8C321A;
}

table.forms a.back_active
{
    background-color: #1D7F24;
}

table.forms a.back_inactive
{
    background-color: #DD5323;
}

table.forms a.button:hover
{
    background-color: #A9974F;
}

table.forms a.linkbutton
{
    color: #2842A2;
    text-decoration: underline;
    padding: 0px 2px 0px 2px;
}
table.forms a.linkbutton:hover
{
    color: #EB5D0F;
}

table.forms a.inactive
{
    color: #880A00;
}

table.forms a.inactive
{
	text-decoration: line-through;
}

.gridviewPager
{
	background-color: #C7D791;
	height: 26px;
	padding: 5px;
}
.gridviewPager span b
{
	font-weight: normal;
    color: #EB5D0F;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
}
.gridviewPager a
{
    color: #2842A2;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
}
gridviewPager a:hover
{
    color: #EB5D0F;
}
