/* CSS Document */

/* MAIN ELEMENTS */

body {
	margin: 0px 0;
	background-color: #c2d599;

}

#Container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#ContainerTable {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#Header {
	display: none;
	
}

#Admin_Header {
	padding-top: 7px;
	background-image: url(images-LAYOUT/CL4-Header2_Admin.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 94px;
}

#Footer {
	display: none;
}

#Header_Login {
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
}

#Header_Top_Menu {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}

#Bread_Crumb {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 70%;
	color: #666666;
}

#Footer_Text_Area {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.Side_Navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
}

.Main_Page_Content {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
}

.Side_Pain_Table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	padding-top: 6px;
	font-size: 75%;
	padding-bottom: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.Front_Page_tabel_text {
	margin-bottom: 5px;
}


.Side_Pain_Table a:link, .Side_Pain_Table a:visited {
	
	color: #666666;
	text-decoration: none;
}

.Side_Pain_Table a:hover {
	color: #666666;
	text-decoration: underline;
}
.sub_heading {
	color: #80A246;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	
}

}
#Bread_Crumb a:link, #Bread_Crumb a:visited {
	color: #666666;
	text-decoration: none;
}

#Bread_Crumb a:hover {
	color: #666666;
	text-decoration: underline;
}
/* END - MAIN ELEMTNS */

/* TEXT */
p {
	font-family: Tahoma;
	font-size: 80%;
	color: #535353;
	line-height: 18px;
}
h1 {

	font-family: "Trebuchet MS", Arial;
	font-size: 120%;
	color: #5E7638;
	font-weight: bold;
}
h2 {

	font-family: "Trebuchet MS";
	font-size: 100%;
	color: #80A246;
	font-weight: bold;
}

.Login_Text {
	font-family: Tahoma;
	font-size: 75%;
	color: #333333;
	font-weight: bold;
}

.Login_Text a:link, .Login_Text a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.Login_Text a:hover {
	color: #333333;
	text-decoration: underline;
}

.Navigation_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	font-weight: normal;
}

.Footer_Text {
	font-family: Tahoma;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 5px;
	padding-top: 4px;
}
/* END - TEXT */

/* TOP MENU LISTING & lINKS */

#Header_Top_Menu a:link, #Header_Top_Menu a:visited {
	padding: 3px 10px 2px 10px;
	color: #333333;
	text-decoration: none;
}

#Header_Top_Menu a:hover {
	color: #333333;
	text-decoration: underline;
}

#Header_Top_Menu ul {
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#Header_Top_Menu li {
	display: inline;
}

/* END - TOP MENU LISTING & lINKS */
.TableHeaderCell {
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
}

.TableHeaderCell a:link, .TableHeaderCell a:visited{
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Tahoma;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.TableHeaderCell a:hover{
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Tahoma;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.TableTopLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
}
.TableBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 80%;
	color: #666666;
}

.TableBottomLine a:link, .TableBottomLine a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	color: #666666;
}

.TableBothLine {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TextArea {
	font-family: Tahoma;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
	font-size: 90%;
}
.TableAddCell {
	font-family: Tahoma;
	font-size: 80%;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #999999;
	padding: 8px;
}
.TableInfoCell {

	font-family: Tahoma;
	font-size: 80%;
	color: #333333;
	background-color: #E0EDF1;
	border: 1px solid #53829D;
	padding: 8px;
}
.TableDeleteCell {


	font-family: Tahoma;
	color: #333333;
	background-color: #FDE6DF;
	border: 1px solid #CC0000;
	padding: 8px;
}
.TableJustText {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 80%;
	color: #333333;
}
.FormDropDown {
	font-family: Tahoma;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
	border: 1px solid #999999;
}
body_Includes {

	margin: 0px 0;
	background-color: #FFFFFF;
}
.TableTopLineView {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Tahoma;
}
.TableAddCell a:link, .TableAddCell a:visited {
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;
}
.TableAddCell a:hover {
	font-family: Tahoma;
	text-decoration: underline;
	color: #333333;
}
#Footer .FooterDesignText {
	font-weight: normal;
	float: right;
	padding-right: 8px;
	padding-top: 3px;
}
#Footer .FooterLeftText {
	font-weight: normal;
	float: left;
	padding-right: 8px;
	padding-top: 3px;
	color: #FFFFFF;
}

#Footer .FooterLeftText a:link, #Footer .FooterLeftText a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#Footer .FooterLeftText a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.TableText1 {

	font-family: Tahoma;
	color: #535353;
	font-weight: normal;
	line-height: 18px;
	font-size: 80%;
}

.TableText1 a:link, .TableText1 a:visited {
	font-family: Tahoma;
	color: #535353;
	font-weight: normal;
	text-decoration: none;
}

.TableText1 a:hover {
	font-family: Tahoma;
	color: #535353;
	font-weight: normal;
	text-decoration: underline;
}

.TableTextHeader {
	font-family: "Trebuchet MS", Arial;
	color: #80A246;
	font-weight: bold;
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.Table_screen {
	width: 400px;
}
#show_header {
display: none;
}
