﻿	.bodypage{
		text-align:center;
		background-color:#381d07;
		background-image:url(Images/bg.gif);
		background-repeat:repeat;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	h1, h2, h3, h4, h5, h6 {color:#444444;}

	h1 {
		margin-top:1em;
		font-size: 20px;
		font-weight: bold;
	}
	h2 {
		margin: 10px 0px 5px;
		padding-left: 5px;
		font-size: 18px;
		font-weight: bold;
	}
	h3 {
		margin: 0.5em 0;
		font-size: 16px;
		font-weight: normal;
	}
	h4 {
		margin: 20px 10px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	h5 {
		margin: 0.5em 0;
		padding-left: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	h6 {
		margin: 0.5em 0;
		font-size: 10px;
		font-weight: bold;
	}

	p  {margin: 1em 0;}

	a {text-decoration:underline;}

	a:hover {text-decoration:none;}

	a.small {font-size:10px;}


        #wrapper{
	        width:800px;
	        margin:0;
	        margin-top:15px;
	        text-align:left;
	        background-color:#ffffff;
	       /* border:3px solid #781d00;
	        border:3px solid #ffbc32;
			*/
        }
        .linetop{
            height:1px;
            background-color:#391c00;
        }
        tr.header{
            height:40px; 
            background-color:#d68e21;
			background-image:url(Images/banner_new.jpg);
			background-repeat:repeat-x;
        }
        tr.header td.heading{
			border-bottom:1px solid #781d00;
        }
         tr.topmenu  td.menutop 
         {
			border-bottom:2px solid #781d00;
        }
        .maincontainer{
            font-size:12px;
            font-family:Arial;
            vertical-align:top;
        }
        .leftcontainer{
            font-size:12px;
            font-family:Arial;
            border-left: 1px solid #d68e21;
            border-right: 1px solid #d68e21;
            background-color:#f5f5f5;
            height:600px;
            vertical-align:top;
        }
        
        .rightcontainer{
            font-size:12px;
            font-family:Arial;
            border-left: 1px solid #d68e21;
            border-right: 1px solid #d68e21;
            background-color:#f5f5f5;
            height:600px;
            vertical-align:top;
        }
        


    #formcontent
    {
        position: absolute;
        width:429px;
        margin-left:15px;
        margin-right:15px;
         }


        #formcontent .tabStrip
        {
            z-index:1000;
            position:relative;
            left:20px;
        }
        
        #formcontent .formtop
        {
            position:relative;
            margin-top:-1px;
            background: transparent url(images/form_top.gif) no-repeat left top;
            }
        
        #formcontent .formbottom
        {
            position:relative;
            background: transparent url(images/form_bottom.gif) no-repeat left bottom;
            }
        
        #formcontent .formcontainer
        {
	        position:relative;
	        margin-top:-13px;
	        background: transparent url(images/form_background.gif) repeat-y left top;
            padding-left:10px;
	        padding-right:10px;
           }
        #formcontent .formcontainer p
        {
			margin-left:5px;
			margin-right:5px;
			width: 370px;
			}
        #formcontent .subformcontainer
        {
            margin-top:30px;
	        position:relative;
	        width: 305px;
            left: 45px;
            }
        #formcontent .subformcontainer p
        {
			margin-left:10px;
			}
	   p.remark
	   {    
            font-size:12px;
            font-style:italic;	    
	    }
        #formcontent .inputline
        {
			/*height:25px;*/
			}

        #formcontent .inputlabel_bold
        {
			float:left;
			font-size:12px;
			color:#391c00;
			font-weight:bold;
			width:140px;
			}
        #formcontent .inputlabel
        {
			float:left;
			font-size:12px;
			color:#391c00;
			font-weight:normal;
			width:140px;
			}
			
		.inputfield
		{
		    position:relative;
			font-size:12px;
			}
		
		.inputlabel a
		{
			height:30px;
			vertical-align:top;
			font-size:12px;
			color:#391c00;
			text-decoration:underline;
			}

		.inputtitle
		{
			vertical-align:top;
			font-size:12px;
			color:#391c00;
			text-decoration:none;
			text-align:right;
			font-weight:bold;
			padding-right:10px;
			}

        .inputnavigation
	    {
	        margin-top:32px;
	        height: 60px;
	    }
        .prevButton
        {
            position:absolute;
            left:20;
            background: transparent url(images/button.gif) no-repeat left top;
	        border: none;
	        width: 90px;
	        height: 28px;
        }
        
        .nextButton
        {
            position:absolute;
            left: 290px;
	        background: transparent url(images/button.gif) no-repeat left top;
	        border: none;
	        width: 90px;
	        height: 28px;
        }

        .prevButtonLarge
        {
            position:absolute;
            left:20;
	        background: transparent url(images/button_large.gif) no-repeat left top;
	        border: none;
	        width: 140px;
	        height: 28px;
        }

        .nextButtonLarge
        {
            position:absolute;
            left: 240px;
            bottom:0px;
	        background: transparent url(images/button_large.gif) no-repeat left top;
	        border: none;
	        width: 140px;
	        height: 28px;
        }

        .buttonSeparator
        {
            position:relative;
            margin-top:30px;
            width: 378px;
	        border-bottom: 1px solid #959485;
	        color:#959485;
	        height: 1px;
        }


		
		div.sidemodule_header
		{
			margin-top:10px;
			margin-left:5px;
			margin-right:5px;
			padding:2px 5px 2px 5px;
			font-size:12px;
			font-weight:bold;
			border-top: 1px solid gray;
			border-bottom: 1px solid gray;
			color:#391c00;
			background-color: #f4f0ca;
			}
		.sidemodule_header .seeall 
		{
			Font-Size:10px; 
			text-decoration:none;
			float:right;
			color:#391c00;
			position:relative;
			padding-right:10px;
			padding-top:2px;
			}
		div.sidemodule_body
		{
			margin: 5px;
			padding:2px 5px 2px 5px;
			margin-bottom:20px;
			background-color:#fcfcfc;
			}


		.centermodule_body {
			padding-bottom:20px;
			background-color:white;
			overflow:hidden;
			margin: 10px 5px 10px 5px;
		}
		
		.collapsepanel
		{	border-right:1px solid #fefaf5;
			border-left:1px solid #fefaf5;
			border-bottom:1px solid #fefaf5;
		}
		
		.collapsepanel_div
		{
			padding-left:10px;
			padding-right:10px;
			padding-top:15px;
			padding-bottom:15px;
			}
			
		.collapsepanel_header
		{
			cursor: pointer;
			padding-left:5px;
			padding-right:5px;
			padding-top:3px;
			
			background-color:#feefcc;
			border-top:1px solid #fefaf5;
			border-left:1px solid #fefaf5;
			border-right:1px solid #fefaf5;
			
			font-weight:bold;
			font-size:12px;
			color:#391c00;
		}
		
		.collapsepanel_subheader
		{
			padding-left:10px;
			height:15px;
			background-color:#fefaf5;
			border-right:1px solid #fefaf5;
			border-left:1px solid #fefaf5;
			border-bottom:1px solid #fefaf5;
			}
		
		.collapsepanel_subheader .seeall 		
		{ 
			Font-Size:9px; 
			Color:#555555;
			text-decoration:none;
			padding-right:5px;
			padding-left:5px;
			}


		.centermodule_header
		{/*
			background-image:url(/images/panelheader_bg.jpg);
			background-repeat:repeat-x;
*/
			margin-top:15px;
			cursor: pointer;
			padding-left:5px;
			padding-right:5px;
			background-color:#feefcc;
			border:1px solid #d68e21;
			font-weight:bold;
			font-size:12px;
			color:#391c00;
						
		}
		
		.centermodule_subheader 
		{
			padding-left:10px;
			height:15px;
			border:1px solid #ffe8c5;
			background-color:#f4f0ca;
			}


		.notes_header{
			margin-left:55px;
			border-top:1px solid #391c00;
			border-bottom:1px solid #d68e21;
			background-color:#fff0b3;
			font-weight:bold;
			font-size:12px;
			color:#391c00;
			padding-top:2px;
			padding-left:5px;
		}
		.notes_body{
			margin-left:55px;
			font-size:12px;
			padding-top:10px;
			padding-left:5px;
			padding-bottom:10px;
		}
		

		.centermodule_header .seeall 		

		{ 
			Font-Size:9px; 
			Color:#555555;
			text-decoration:none;
			float:right;
			position:relative;
			padding-right:10px;
			}

		.centermodule_subbody 
		{
			background-color:#f4f0ca;
			}

		.centermodule_subheader  a
		{
			Font-Size:10px; 
			Color:#555555;
			text-decoration:none;
			}
					
		.errormodule
		{
			border:solid 1px red;
			background-color:#fdebec;
			margin: 10px 5px 10px 5px;
			padding: 5px 10px 5px 10px;
			}
			
	
		.profilefullname{
			font-size:19px;
			font-weight:bold;
			text-decoration:none;
		}
		
		td.tTitle
		{
			font-size:14px;
			color:#381d07;
			font-weight:bold;
			}
		td.wTitle
		{
			text-align:right;
			font-size:10px;
			font-weight:bold;
			color:Red;
			}
		td.wBody
		{
			font-size:10px;

			}

/* Display Status - begin */
		div.statusitem
		{
			padding: 5px 0px 5px 0px;
			margin-top:5px
			}
		.statuspicture
		{
			text-align:left;
			padding-right:10px;
			}
		.statusfullname
		{
			color:#781d00;
			font-weight:bold;
			text-decoration:none;
			}
		.statusitemstyle
		{
			width:100%;
			padding-top: 5px;
			padding-bottom: 5px;
			border-bottom: solid 1px #781d00;
				}
		.statusbox
		{
			font-size:12px;
			width:130px;
			}
			
		.statuscommand
		{
			color:#781d00;
			font-size:10px;
			text-decoration:none;
			}
			
		.statusupdate
		{
			color:#d58321;
			font-size:9px;
			}
/* Display Status - end */

/* Display Top Right Menu - start */
.toprightmenu{text-align:right; padding-top: 28px;padding-right:14px;}
.toprightmenuitemstyle a{color:#ffffff;font-size:12px;padding-right:10px;}
.toprightmenuitemstatichoverstyle a{color:#ffffff;text-decoration:underline;font-size:12px;}
.toprightmenuitemselectedstyle a{color:red;font-size:12px;}
/* Display Top Right Menu - end */

.leftmenuitemstyle
{
	font-size:12px;
	color:#391c00;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	height:25px;
	border-bottom:1px solid #391c00;
	width:100%;
	}
.leftmenuitemstylehover
{
	color:#ffffff;
	background-color:#391c00;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	height:25px;
	border-bottom:1px solid #391c00;
	width:100%;
	}


/* Display Photo & Vertical Menu - start*/
.profilephoto{border:1px solid gray;}
.verticalmenuitemstyle
{
	font-size:12px;
	background-color:#ffffff;
	color:#391c00;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	height:20px;
	width:100%;
	border-bottom:#391c00;
	}
.verticalmenuitemstylehover
{
	color:#ffffff;
	background-color:#391c00;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	width:100%;	}

/* Display Photo & Vertical Menu - end */

/* Display Tabs - begin */
.tabs
{
    position:relative;
    top:1px;
    left:10px;
    font-size:12px;
}
.tab
{
	color:#000000;
	font-weight:bold;
    border:solid 1px #dedede;
    background-color:#F2F2F2;
    padding-left:4px;
    margin-right:10px;
    height:25px;
}
.selectedTab
{
	color:White;
	font-weight:bold;
    background-color: #391c00;
    padding-left:3px;
    margin-right:3px;
    height:25px;}
.tabContents
{
    border:solid 1px #dedede;
    padding: 20px 10px 10px 10px;
    background-color: #ffffff;
    margin-left:10px;
    margin-right:10px;
}

/* Display input screens */
sup{color:Red;}

.footer
{
	border-top:3px solid #ffbc32;
	background-image:url(Images/footermenu.jpg);
	background-repeat:repeat-x;
	height:23px;
	}

.footer td { border-top: solid 2px #781d00; }




td.displayLabel
{
	vertical-align:top;
	font-size:12px;
	text-align:right;
	padding-right:10px;
	width:100px;
	color:gray;
	}
td.displayField
{
	vertical-align:top;
	font-size:12px;
	padding-left:10px;
	}	

/*
tr.header{
	height:70px; 
	position:relative;
	background-image:url(Images/banner.gif);
	background-repeat:repeat-x;
	background-color:#F2F2F2;
}

#wrapper{
	width:1000px;
	margin:0;
	padding-bottom:3px;
	text-align:left;
	background-color:#E4E4E4;

}


a {color:#FF284E;}
.MainContainer 
{
	position:relative;
	margin:5px;
	padding:0  15px 10px 15px;
	background-color:#FFFFFF;
}

.ContentContainer 
{
	position:relative;
	padding:15px  10px 15px 10px;
	background-color:#FFFFFF;
}

.ErrorContainer 
{
	position:relative;
	margin:5px;
	padding:20px 20px 15px 20px;
	border:2px solid red;
	background-color:#FFFFFF;
}



td.leftColumn
{
	background-color:#F2F2F2;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	}

td.rightColumn
{
	background-color:#F2F2F2;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	}



#breadcrumbs{
	top:5px;
	left:25px;
	font-size:0.9em;
	background-color:#dedede;
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}



.StaticMenu{margin-bottom:5px;}
.StaticMenuStyle a{color:#dddddd;font-size:12px;padding-right:10px;}
.StaticHoverStyle a{color:#ffffff;text-decoration:underline;font-size:12px;}
.StaticSelectedStyle a{color:red;font-size:12px;}







div.errorbox {
    position: fixed;
    border: outset red 1px;
    top: 4px;
    right: 4px;
    background: #f44;
    color: white;
    padding: 1em 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    -moz-border-radius: 1em;
}

div.errorbox div {
    -moz-border-radius: 1em;
    margin: 1em 1ex 1ex 1ex;
    font-size: 1.2ex;
    font-weight: normal;
    background-color: #fff;
    color: black;
    padding: 1em 1em 1em 0;
    border: inset red 1px;
}


.modulecontainer 
{
	position:relative;
	margin:5px;
	padding:0 0px 0px 0px;
	background-color:#FFFFFF;
}

.modulecontainer .header
{
	margin-top:30px;
	width:100%;
	height:16px;
	border-top:1px solid navy;
	border-bottom:1px solid #cccccc;
	background-color:#d8dfea;
	font-weight:bold;
	font-size:12px;
	color:#3b5998;
	padding-top:2px;
	padding-left:4px;
	
	}
.modulecontainer .body
{
	height:200px;
    background-color: #fff;
    color: black;
    padding: 1em 1em 1em 0;
	}
	
#cssLabel
{
	font-size:12px;
	font-weight:bold;
	}
	
	
	
	

.collapsePanel {
	padding-bottom:20px;
	background-color:white;
	overflow:hidden;
}

.cph_expand{
	cursor: pointer;
	width:100%;
	height:18px;
	border-top:1px solid #39599c;
	border-bottom:1px solid #cccccc;
	background-color:#dedfef;
	font-weight:bold;
	font-size:12px;
	color:#3b5998;
	padding-top:2px;
	padding-left:4px;
	
}

.cph_collapse{
	cursor: pointer;
	width:98%;
	height:18px;
	border-top:1px solid #b5bed6;
	border-bottom:1px solid #cccccc;
	background-color:#efefef;
	font-weight:bold;
	font-size:12px;
	color:#3b5998;
	padding-top:2px;
	padding-left:4px;
	
}




.cssName
{
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	}
	
.cssStatus
{
	font-size:12px;
	color:gray;
	text-decoration:none;
	height:14px;
	}

.cssLinkStatus
{
	font-size:10px;
	color:#3b5998;
	font-weight:bold;
	text-decoration:none;
	}
	
	
.PhotoAlbumContainer 
{
	position:relative;
	margin:5px;
	padding:20px 20px 15px 20px;
	border:1px solid #dedede;
	background-color:#f7f3f7;
	vertical-align:top;
	width:100%;
	height:330px;
	
}

*/
	
.chatwindow{
	width:225px; height: 240px; overflow:scroll;background-color:White;border:1px solid gray;
}
.chatterlist{
	width:225px;
}




.RSStitle, .RSStitle a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color: #381d07;
	text-decoration:none;
	text-align:left;
}
.RSSdescription {
	display:block;
	font-size:11px;
	margin-left:2em;
	margin-right:2em;
	text-align:justify;
	margin-bottom:15px;
}


.FAQQuestion, .FAQQuestion a {
	display:block;
	font-size:11px;
	font-weight:bold;
	color: #381d07;
	text-decoration:none;
	text-align:justify;
	margin-top:0px;
	
}
.FAQAnswer {
	display:block;
	font-size:11px;
	margin-bottom:10px;
}








/*Modal Popup*/
.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}




.ContentContainer 
{
	position:relative;
	padding:10px 10px 15px 10px;
	background-color:#FFFFFF;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

div.PhoneHeader
{
	padding-top:20px;
	padding-bottom:5px;
	padding-left:30px;
	font-size:18px;
	}
/*
d68e21 very light >> d68e21
709fe0 light >> 709fe0
391c00 dark >> 391c00
gri
eeeeee light
ababab dark
*/








        .tablebackground
        {
            background-color:#fef8ee;
            width: 550px;
            padding-top:20px;
            padding-left: 20px;
            border-left:solid 1px #c0c0c0;
            border-right:solid 1px #c0c0c0;
            border-bottom:solid 1px #c0c0c0;

        }
