body
{
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Arial;

  line-height:11px;
	font-size: 11px;

}


HR
{
	color: #336699;
	height: 1px;
}


.ModuleTitleContainer .ModuleTitle
{
	border: solid 1px #A0A0A0;
	background-image: url(/images/panel_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #D1D1D1;
	padding:0px;
}

.ModuleTitleContainer .ModuleTitle .Head
{
	font-size: 11px;
}

.ModuleTitleContainer .ModuleTitle .ModuleTitleInnerContainer
{
	border-left: solid 1px White;
	border-top: solid 1px White;
	padding-left: 3px;
	padding-right: 3px;
}

TD
{
	padding-right:10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

TH
{
	text-align:left;
	padding-right:10px;
    vertical-align: top;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:bold;
    color:black;
    text-decoration:none;
}

a
{
	/*color: #888888;*/
	
  
  text-decoration: none;
	font-size: 10px;
	font-weight: bold; 
	color: #000066;
}
a:hover
{
  text-decoration: underline;
}
form
{
  margin:0px;
  padding:0px;  
}

table.form_table 
{
  font-size:11px;
  border-width: 1px;
  border-color: #FA702A;
  border-style: solid;
}
table.form_table th
{
  background-color: #999999;
  color:#FFFFFF;
}
table.form_table td
{
}


td#mini_menu_cell
{
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  vertical-align: middle;
  padding:2px;
}
div#mini_menu
{
  width: 110px;
  border: 1px solid #999999;
  text-align: center;
  padding:2px;
  font-size:5px;
}
td#nav_cell
{
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #03B3EB;
  height: 22px;
  vertical-align: top;
}

td.OtherTabs
{
	border-width: 1px 1px 1px 1px;
   border-style: solid solid solid solid;
   border-color: #808080 #808080 #808080 #808080;
	background-color: #B7CADE;/*#00A6DB;*/
	background-image: url(/include/pimm/images/tab_bg.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
}

td.TabsSpacer
{
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: White White #808080 White;
}

td.HeaderNavElement
{
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: White White #808080 White;
}

td.OtherTabs a
{
  color: Black;  
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
td.OtherTabs a:hover
{
   text-decoration: underline;
}
td.SelectedTab
{
  background-color: White;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #808080 #808080 White #808080;
  height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;  
}
td.SelectedTab a
{
  color: Black;   
  font-size: 11px;
  text-decoration: none;
}
td.SelectedTab a:hover
{
  text-decoration: underline;
}


/* background/border colors for the selected tab */
.TabBg {
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: #C0C0C0;
}



.Help {
    font-size: 11px;
    font-weight: normal;
    background-color:#FFFFDC;
}

.FreeTrial {
    font-size: 11px;
    font-weight: normal;
    color:#000000;
    background-color:#ffff90;
}

/* style for module titles */
.Head   {
    font-size:  12px;
    font-weight:    bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	text-align:left;
	padding-right:2px;
    vertical-align: top;
    font-size: 11px;
    font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
}

/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

.Dropdown
{
    font-size: 11px;
    font-weight:normal;
    color:black; 
    text-decoration:none;
}

.EditField
{
    font-size: 11px;
    font-weight:normal;
    color:black;
    WIDTH: 100%;    
    text-decoration:none;
}
/* style for separator between site links */
.Accent
{
    color: #333333;
    font-weight:    bold;
}

.Welcome
{
    font-size: 11px;
    font-weight:normal;
    color:#555555	
}

