/* To Update the team, update the following items
 * .formcaption:  
 *		background-color based on .ms-WPHeader
 *		color based on .ms-TPTitle
 * table.headertable
 * table.simplevertmenu
 * a:hover.simplemenulink
 * a:visited.simplemenulink
 * td.gridheader
 * #fakelink
 *
 */
/* General Section Start */
body
{
	color: black;
	font-family: verdana, tahoma, arial;
	margin: 0px;
	padding: 0px
	font-size: x-small;
}
p
{
	margin-top: 0.50em;
	margin-bottom: 1.00em;
	font-size: x-small;
}
h1
{
	font-weight: normal;
	margin-top: 0.00px;
	margin-bottom: 0.50em;
	font-size: x-small;
}
h2
{
	font-weight: bold;
	margin-top: 1.00em;
	margin-bottom: 0.50em;
	font-size: x-small;
}
h3
{
	font-weight: bold;
	margin-bottom: 0.50em;
	font-size: x-small;
}
h4
{
	font-weight: bold;
	margin-bottom: 0.50em;
	font-size: x-small;
}
li
{
	margin-left: -2.00em;
	font-size: x-small;
}
hr
{
	color: #dcdcdc;
	height: 1px;
}


/* General Section End */

caption.formcaption,div.formcaption
{
	/* taken from .ms-WPHeader */
	font-size:1em;
	margin:0em;
	text-align:left;
	
	/* taken from .ms-WPTitle */
	font-weight:bold;
	font-family:tahoma,sans-serif;
	color:#4c4c4c;
	padding-left:3px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:10pt;
	
	/* taken from .ms-WPHeader TD */
	border-bottom:1px solid #4e7cb7;
	border-collapse:collapse;
}


/* Global Menu */
span#GlobalMenu table#tblmenubar td.simplehorzmenubaritem a
{
	display:block;
	white-space:nowrap;
	padding:1px 8px 0px 8px;
	height:18px;
}
span#GlobalMenu table#tblmenubar td.simplehorzmenubaritem a:visited
{
	display:block;
	white-space:nowrap;
	padding:1px 8px 0px 8px;
	height:18px;
}

span#GlobalMenu table#tblmenubar td.simplehorzmenubaritem a:hover
{
	background-image:url("/_layouts/images/topnavhover.gif");
	background-color:#ffe6a0;
	color:#000000;
	text-decoration:none;
}

span#GlobalMenu table#tblmenubar td
{
	border:solid 1px #c2dcff;
	border-bottom:none;
	border-right:none;
	background-image:url("/_layouts/images/topnavunselected.gif");
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:8pt;
	background-color:#c2dcff;
	color:#3764a0;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Vertical Menu */
table.simplevertmenudefaultwidth
{
	width: 200px;	
}
table.simplevertmenu
{
	border:solid 1px #6f9dd9;
	background-color: white;	
}


a.simplemenulink {
	color:#003399; 
	border-style:none;
	font-size:1em;
	text-decoration:none;     /* taken from .ms-navitem a */
}
a:hover.simplemenulink {
	color:#000000;
	text-decoration:underline;
}

.ms-navheader a {
    color:#002672; 
}
.ms-navheader a:hover {
    color:#000000;
}
.ms-navItem a {
    color: #002672;
}
.ms-navItem a:hover {
    color:#000000;
}

td.simplefolder
{
	background-color: #d1d0c5;
	border-top:solid 1px #f2f8ff;
	border-bottom:1px solid #add1ff;
	border-left:solid 1px #d6e8ff;
	border-right:none;
	padding:1px 4px 4px 4px;
	font-family:tahoma;
	font-weight:bold;
	color:#003399;
	text-decoration:none;	
	width:100%;
	
}

.ms-quicklaunch table.simplevertmenu td.simplebasecolor{
border-top:none;
}
.ms-quicklaunch table.simplevertmenu td.simplehovercolor{
border-top:none;
}
td.simplebasecolor
{
	background-image:url("/_layouts/images/navBullet.gif");
	background-repeat:no-repeat;
	background-position:left top;
	padding:3px 6px 4px 16px;
	font-family:tahoma;
	border-bottom:none;
}
td.simplehovercolor 
{
	background-image:url("/_layouts/images/navBullet.gif");
	background-repeat:no-repeat;
	background-position:left top;
	padding:3px 6px 4px 16px;
	font-family:tahoma;
	border-bottom:none;
}

/* Horizontal Menu */
div.simplehorzmenu
{
	background-color: #cab99f;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
	border-top: solid white 1px;
	position: absolute;
	visibility: hidden;
	font-size: x-small;
}
div.simplehorzmenu a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-top:    black;
	font-size: x-small;
}
div.simplehorzmenu a:visited
{
	color: black;
	border-top:  black;
	font-size: x-small;
}
div.simplehorzmenu a:hover
{
	color: white;
	border-top: black;
	font-size: x-small;
}

/* Tab Menu */
table.tabmenutable
{
	color: white;
	padding-left: 4px;
	font-size: x-small;
}
td.tabmenuitem
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: x-small;
}
td.tabmenuitem a.tabmenulink
{
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}
td.tabmenuitemhover
{
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: hand;
	font-weight: bold;
	font-size: x-small;
}
td.tabmenuitemhover a.tabmenulink
{
	color: orange;
	text-decoration: none;
	font-size: x-small;
}
td.tabmenuitemselected
{
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: default;
	font-size: x-small;
}
td.tabmenuitemselected a.tabmenulink
{
	color: orange;
	text-decoration: none;
	font-size: x-small;
}

/* Form */
/* Form Header*/
table.headertable
{
	background-color: grey; /* The color of the topmost pixel in the Header gradient*/
	font-size: x-small;
}
/* Form Grid */
td.gridheader
{
	font-weight: bold;
	background-color: #82a6ba; /* The color of the topmost pixel in the Header gradient*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 4px;
	font-size: x-small;
}
td.gridheader td
{
	border-color: #6699cc;
	font-size: x-small;
}
td.gridforminput
{
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	font-size: x-small;
}

td.gridforminput a
{
	color:#000000;
}

input.gridinput
{
	font-size:100%;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}
td.gridnewforminput
{
	background-color: #f1f1f1;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	font-size: x-small;
}
td.gridformbutton
{
	vertical-align: middle;
	text-align: center;
	font-size: x-small;
}
input.gridnewinput
{
	margin: 0px;
	font-size:x-small;
}
table.lookup
{
	background-color: black
	font-size:x-small;
}
table.grid
{
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.grid table td
{
	border: none 
	font-size:x-small;
}
table.grid th
{
	border-color: #666666;
	border-style: solid
	font-size:x-small;
}
table.grid td
{
	border-color: #666666;
	border-style: solid
}

/* Form Non-Grid */
th.formgroupheader
{
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	text-align: left;
	font-size: x-small;
      color:black;
      background-color:#82a6ba;
}
td.formcontainer
{
	padding-left: 0px
}
td.formdata
{
	padding-right: 4px;
	text-align: left;
}
input
{

	font-size:x-small;
}

td.forminput
{
	text-align: left;
	font-size:x-small;
}
table.tabtable
{
	border-bottom: 1px solid #cccccc;
	margin-top: 10px
	font-size: x-small;
}
td.formtab
{
	color: black;
	background-color: #e2e2e2;
	padding-left: 4px;
	padding-right: 4px
	font-size: x-small;
}


td.formtableft
{
	background-repeat: no-repeat;
	background-position: right center;
	border-left: 3px solid white;
	font-size: x-small;
}
td.formtabright
{
	background-repeat: no-repeat;
	border-right: 3px solid white;
	font-size: x-small;
}
td.formtabselected
{
	color: black;
	font-weight: bold;
	background-color: #cccccc;
	padding-left: 6px;
	padding-right: 6px;
	font-size: x-small;
}
td.formtabselectedleft
{
	background-repeat: no-repeat;
	background-position: right center;
	border-left: 3px solid white;
	font-size: x-small;
}
td.formtabselectedright
{
	background-repeat: no-repeat;
	border-right: 3px solid white;
	font-size: x-small;
}
td.formtabcontainer
{
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px
	font-size: x-small;
}
td.formtabempty
{
	background-color: transparent;
}
td.formbutton
{
	padding-right: 4px;
	font-size:x-small;
}
input.button
{
/*	font-size:100%;*/
	font-size:x-small;
}
input.go
{
	font-size:x-small;
	cursor: hand;
}
input.formcheckbox
{
	font-size: x-small;
}
table.inform
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	font-size: x-small;
}

/* Lookup Form */
td.lookupdata
{
	background-color: white;
	font-size: x-small;
/*	font-size: 8pt;*/
}

/* EPWSSToolbarWeblet  */
table.inform .ms-toolbar 
{
	font-size: x-small;
/*	font-size: 100%;*/
}

/* WebCatBrowseWeblet */
#fakelink
{
	color: #003399;      /* taken from .ms-nav a:visited */
	text-decoration: underline;
	font-size: x-small;
	cursor: hand;
}
#fakelinkhover
{
	color: #e19d47;
	text-decoration: underline;
	font-size: x-small;
	cursor: hand;
}




/* Report */
td.reportth
{

	border-bottom-color:#e2e2e2;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align: left;
	font-weight: bold;
	font-size: x-small

}
tr.odd
{
	background-color: white;
	vertical-align: top;
	font-size: x-small
}
tr.even
{
	background-color: #f2f2f2;
	vertical-align: top;
	font-size: x-small
}
.reportheader
{
	margin-bottom: 5px;
	font-size: x-small
}
.companyname
{
	font-weight: bold;
	font-size: x-small
}
.reportname
{
	font-weight: bold;
	font-size: x-small
}
.pageno
{
	font-weight: bold;
	font-size: x-small
}
td.reportlabel
{
	font-weight: bold;
	font-size: x-small
}
th.sumrow
{
	background-color: #dcdcdc;
	font-weight: bold;
	font-size: x-small
}
td.sumrow
{
	font-weight: bold;
	background-color: #efefef;
	font-size: x-small
}
td.sum
{
	background-color:  #efefef;
	font-weight: bold;
	border-bottom: double black 3px
	font-size: x-small
}
td.total
{
	border-bottom: 1px solid #cccccc;
	font-size: x-small
}
td.grandtotal
{
	border-bottom: black 3px double;
	font-size: x-small
}

/* Product Catalog/Generic Weblet */
.line
{
	background-color: #c6d6ee;
	font-size: x-small;
}
.linedotted
{
	background-repeat: repeat;
	background-position:  center; 
	font-size: x-small;
}
#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll
{
Visibility:hidden;
}
#ctl00_PlaceHolderLeftNavBar_idNavLinkRecycleBin 
{ 
       Visibility:hidden; 
}
table.ms-searchform
{
       Visibility:hidden; 
}
.ms-globalbreadcrumb 
{
	Visibility:hidden; 
}
.ms-quicklaunchouter
{
	Visibility:hidden; 	
}
.ms-sitetitle
{
	padding-top: 12px;
      font-family: verdana;
      font-size: large;
      text-align: center;	
}
.ms-globalTitleArea
{
      background-image:url("");
      background-color:white;
}
.ms-nav
{	
      background-color: #82a6ba;
	background-image:url("");
}
.ms-pagetitleareaframe table
{
      image-repeat: false;
      background-image:url("/_downloadfiles/_y7m6757atop.jpg");
}
body
{
	background-color:#d1d0c5	
}
.ms-bodyareaframe
{
      background-color:#d1d0c5	
}