/* ================================
    CSS STYLES FOR DotNetNuke
    Plotstream2 Skin
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
  background-color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
  background-color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
  background-color: #000000;
}

.logo
{
	background-image: url('/Portals/2/Skins/PS_Skin/images/head_bg.jpg');
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-right: #000000 2px solid; 
	border-bottom: #000000 2px solid; 
	height: 186px;
	width: 720px;
	text-align: right;
	vertical-align:bottom;
}

.LeftPane  
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	border-bottom: #000000 2px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 2px solid; 
	background-color: #3333cc;
 	padding: 3;
}

.ContentPane  { 
  background-position: top right;
  background-image: url('/Portals/2/Skins/PS_Skin/images/backgroundtable.jpg');
  background-repeat: no-repeat;
  font-family: Verdana, Arial, Tahoma, Helvetica;
	border-bottom: #000000 2px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 2px solid; 
	background-color: #ffffff;
  color: #003063;
  padding: 3;
}

.RightPane  { 
}

.PS_menu
{
	background: #3333cc;
	border-top: #000000 1px solid;  
	border-left: #000000 1px solid; 
	border-right: #000000 2px solid; 
}

.info
{
  padding:3;
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #cccccc;
  vertical-align:top;
	background: #000000;
	border-left: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 2px solid; 
}

.footer
{
	background: #ffffff;
	border-left: #000000 1px solid; 
	border-right: #000000 2px solid; 
	border-top: #000000 1px solid; 
}

.terms
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #808080;
	background: #ffffff;
	border-left: #000000 1px solid; 
	border-right: #000000 2px solid; 
	border-bottom: #000000 0px solid; 
}

.copyright
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #808080;
	background: #ffffff;
	border-left: #000000 1px solid; 
	border-right: #000000 2px solid; 
	border-bottom: #000000 2px solid; 
}


/* text style for the selected tab */
.SelectedTab
{
  font-weight: normal;
  font-size: 9.5pt;
  color: #cccccc;
  font-family: Verdana, Arial, Tahoma, Helvetica;
  text-decoration: none;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
    text-decoration:    none;
    color: #cccccc;
}

a:visited.SelectedTab  {
  text-decoration:    none;
  color: #cccccc;
}

a:active.SelectedTab   {
  text-decoration:    none;
  color: #cccccc;
}

a:hover.SelectedTab    {
  text-decoration:    none;
  color: #3333cc;
}

/* text style for the unselected tabs */
.OtherTabs {
  font-weight: normal;
  font-size: 9.5pt;
  color: #808080;
  font-family: Verdana, Arial, Tahoma, Helvetica;
  text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    text-decoration:    none;
    color: #808080;
}

a:visited.OtherTabs  {
    text-decoration:    none;
    color: #808080;
}

a:active.OtherTabs   {
    text-decoration:    none;
    color: #808080;
}

a:hover.OtherTabs    {
    text-decoration:    none;
    color: #3333cc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #003063;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003063;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003063;
}

/* text style used for most text rendered by modules */
.Normal
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003063;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003063;
}

.NormalRed
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

.NormalBold
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003063;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
    text-decoration:    underline;
    color: #003063;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: #003063;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: #003063;
}

a:hover.CommandButton    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
P
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003063;
}

H1  {
  font-family: Arial, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: #000000;
}

H2  {
  font-family: Arial, Tahoma, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

H3  {
  font-family: Arial, Tahoma, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

H4  {
  font-family: Arial, Tahoma, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #000000;
}

H5, DT  {
  font-family: Arial, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

H6  {
  font-family: Arial, Tahoma, Helvetica;
  font-weight: bold;
  font-size: 11px;
  color: #666644;
  line-height: 1.5em;
}

TFOOT, THEAD    {
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  12px;
    color: #003063;
}

TBODY    
{
}

TH  {
    vertical-align: baseline;
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003063;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    none;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #003063;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
}



/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{ 
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #849AF7; 
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: Transparent;
	padding-left: 7px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:22;
}


.MainMenu_MenuItem
{
	background-color: transparent;
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer; 
	cursor: hand;
	color: white;
	border-left: #808080 0px solid;
	border-bottom: #3333cc 1px solid;
	border-right: #808080 0px solid;
	border-top: #3333cc 1px solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #3333cc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5);
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000  1px solid; 
	border-right: #000000 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: yellow 2px solid; 
	border-left: green 2px solid; 
	border-top: red 2px solid;  
	border-right: orange 2px solid; 
	background-color: green; 
	height: 300px;
}

.MainMenu_MenuItemSel {
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff; 
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand;  
	padding-left:2px; 
	padding-right:2px; 
	padding-top:2px; 
	padding-bottom:2px;
	border-bottom: green 0px solid; 
	border-left: cccccc 0px solid; 
	border-top: yellow  0px solid; 
	border-right: red 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 12pt; 
	cursor: default; 
	cursor: hand; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	border-left: #333333 0px solid; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}


/* =========================================
    NEW CSS STYLES BY TRIPLE R TECHNOLOGIES
   =========================================
*/  

#testimonial
{
  float: right;
  margin-left: 0px;
  border-left: #ffffff 5px solid;
  border-top: #ffffff 5px solid;
  border-bottom: #ffffff 5px solid;
  width: 225px;
  position: static;
}

#imageBullet li
{
  list-style: circle url(/Portals/2/images/yellow_bullet.gif) outside;
}


hr.separator
{
    color: #808080;
    height: 1.5pt;
    width: 80%;
    text-align: left;
}

h3.highlight
{
  border-bottom: 4px double #3333cc; 	 
  border-top: 4px double #3333cc;
  border-right: #3366cc 0px solid;
  border-left: #3366cc 0px solid;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #000066;
  background-color: #E7EBFF;
}

h3.getemhighlight
{
  border-bottom: 4px double #647D9D; 	 
  border-top: 4px double #647D9D;
  border-right: #3366cc 0px solid;
  border-left: #3366cc 0px solid;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  color: #ff0000;
  padding-top: 3px;
  background-color: #c6cbf7;
}

.PSSidebarContainer
{
	border-collapse: collapse; 
	background-color: #ffffff;
	border: solid 2px #3333cc;
	padding: 3;
}

.PSSidebarHead
{
	border-collapse: collapse; 
	background-color: #3333cc; 
	border: 0px solid #000033;  
	border-top: 0px solid #000033;
	border-bottom: 0px solid #000033;
	padding: 4;
}

.PSSidebarTitle
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}

.PSSidebarContent
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: red;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	padding: 5;
}

.headline
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size:14px;
	font-weight: bold;
	color: #353C4A;
}


.PS_topofpage
{
  font-family: Arial, Tahoma, Helvetica;
	font-size:11px;
	font-weight: normal;
	color: #353C4A;
}


a:link.onThisPage
{
  text-decoration: none;
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
  padding: 3;
  color: #000069;
}

a:visited.onThisPage
{
	font-size: 12px;
  color: #000069;
  text-decoration: none;
}

a:active.onThisPage
{
	font-size: 12px;
  color: #000069;
  text-decoration: none;
}

a:hover.onThisPage
{
	font-size: 12px;
  color: #ffffff;
  background: #3333cc;
  padding: 2;
}

table.tenlinks
{
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  border-left: #000000 1px solid;
  background-color: #a5baef;
}
td.tenlinksheading
{
  font-size: 14px;
	background-color: #C6D3EF; 
	color: #003063;
	font-weight: bold;
	text-align: center;
}
td.tenlinksbody
{
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
	background-color: #a5baef; 
  font-size: 8px;
	color: #31619C;
}
td.tenlinksfooter
{
  font-size: 10px;
	background-color: #C6D3EF; 
	color: #31619C;
	text-align: center;
}

.ps-table-main { 
	border: 1.5pt solid #3366cc;
}

.ps-table-tl { 
	font-weight: bold; 
	color: white; 
	border-style: none; 
	background-color: #DEE7F7; 
}

.ps-table-left { 
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
	font-weight: bold; 
	color: white; 
	border-left-style: none; 
	border-right-style: none; 
	border-top: .75pt solid #3366cc; 
	border-bottom-style: none; 
	background-color: #3366cc;
}

.ps-table-top { 
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
	font-weight: bold; 
	color: white; 
	border-style: none; 
	background-color: black;
}

.ps-table-even { 
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size: 12px;
	color: #ff0000; 
	font-weight: bold; 
	border-left-style: none; 
	border-right-style: none; 
    border-top: .75pt solid #DEE7F7; 
    border-bottom-style: none; 
    background-color: #DEE7F7;
}


/* START RCMS - FAQ */
.RCMS_FAQ_Table /* Basic style of the datagrid */
{
}

.RCMS_FAQ_TableHeader /* Style of the header row */
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
    font-size:  12px;
	color: white;
	background-color: #3333cc;
	font-weight: bold;
}

.RCMS_FAQ_TableQuestion /* Style for normal items */
{
  font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: 003063;
	line-height:1.75em;
}

.RCMS_FAQ_TableItem /* Style for normal items */
{
	font-weight: normal;
	font-size: 10px;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
}

.RCMS_FAQ_TableAltItem
{
  padding-right: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #dcdcdc;
}
/* END RCMS - FAQ */

