/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

.SkinFixedOuterWidth { width:1024px; }
.SkinFixedInnerWidth { width:924px; }

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

p {
line-height: 1.4em;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, .Normal td
{
border: 0px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
  text-decoration: none;
}

A:visited   {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A:active   {
  text-decoration: underline;
}

A:visited:hover {
  text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
	font-family: arial,san-serif;
	font-size:13px;
	font-style: italic;
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

table.fbtable {
  margin: 0 0 1em 0;
}

table.fbtable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: white;
  width: 100%;
  font-family: verdana,arial,san-serif;
  font-size:12px;
  color:#555555;
  font-weight:normal;
  margin: 5px;
}


table.fbtable td {
  border: 1px solid #ccc;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;

}

.fbtableheader {
  background: transparent url(skins/vsoft-b/footer-bg-VS.gif) repeat-x scroll 0 -15px;
  color: #333333;
  vertical-align: middle;
  text-align: center;
  font-weight:bold;
}



/*** FINALBUILDER ***/
H1.FB {
  font-weight: bold;
  font-size: 14pt;
  color: #155F9B;
  text-decoration: none;
}

H1.FB:hover  {
  text-decoration: none;
}

H3.FB {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}

.FB {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}


A.FBmenu {
  font-size: 14pt;
  color: #155F9B;
  font-weight: bold;
  text-decoration: none;
}

A.FBmenu:hover {
  color: #155F9B;
  text-decoration: underline;
}

A.FB:link  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}

A.FB:visited  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}

A.FB:hover  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: underline;
}

A.FB:active  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}


/*** FINALBUILDER SERVER***/
H1.FBS  {
  background:transparent none repeat scroll 0 0;
color:#155F9B;
font-family: verdana,arial,san-serif;
font-size:14pt;
font-weight:bold;
padding:0;
}

H1.FBS:hover  {
  text-decoration: none;
}

H3.FBS  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
}

H4.FBS  {
  font-weight: None;
  font-size: 11pt;
  color: #155F9B;
}
.FBS  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
}

a.FBS_small  {
  font-weight: bold;
  font-size: 10pt;
  color: #155F9B;
}


A.FBS:link  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}

A.FBS:visited  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}

A.FBS:hover  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: underline;
}

A.FBS:active  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}


/*** AUTOMISE ***/
H1.AT  {
  font-weight: bold;
  font-size: 14pt;
  color: #155F9B;
  text-decoration: none;
}

H1.AT:hover  {
  text-decoration: none;
}

.AT  {
  font-weight: bold;
  font-size: 11pt;
  color: #155F9B;
  text-decoration: none;
}


/*** VSOFT ***/
.VS, .VS a:link, .VS a:visited, .VS a:active, .VS a:hover{
  font-size: 16px; 
  color: #155F9B;
  font-family: verdana,arial,san-serif;
}

.VS {
  font-weight: bold;
}

.VSsmall, .VSsmall a:link, .VSsmall a:visited, .VSsmall a:active, .VSsmall a:hover{
  font-size: 14px;
  color: #155F9B;
  font-family: verdana,arial,san-serif;
  font-weight: bold;
}

/*** DIV 2 CENTER IN IE ***/
div.centerIE {
	text-align: center;
}

/*** DIV 2 COLUMN TABLE LAYOUT ***/
div.aRow {
        width: 90%;
        margin: 4px auto 0px auto;
        clear: left;
        text-align: left;
}
	
div.leftCol {
        width:55px;
        float: left;
        clear: left;
        margin-left:0;
        margin-right:0;
}

div.rightCol {
        width: auto;
        margin-left:60px;
        margin-right:0;
        padding-top:0.6em;
}

.rightCol p {margin-top: 0;}

/*** 3 COLUMN EVEN LAYOUT ***/
.threeColEven {width: 30%;float: left;margin-right: 2%;padding-top: 1.4em;}


/*** DIV 4 COLUMN TABLE LAYOUT ***/

div.iconCol {
        width:10%;
        float: left;
        margin:0;
}

div.contentCol {
        width: 40%;
        float: left;
        margin:0;
}

div.FTCol {
        float: left;
        margin:0;
}


hr.vshr {
        border-color: #EFEFEF;
        border-style:none none solid;
        border-width:0 0 1px;
        text-align:center;
        width:100%;
}

/*** BUTTONS ***/
/*** Automise BUTTON ***/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.ATbutton {
    background: transparent url('/images/AT/AT-button-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 21px; /* sliding doors padding */
    height: 58px;
}

a.ATbutton span {
    background: transparent url('/images/AT/AT-button-left.png') no-repeat;
    display: block;
    padding: 5px 0 5px 18px;
    color: #FFF;
    font: bold 16px arial, sans-serif;
    text-decoration: none;
    line-height: 48px;
}

a.ATbutton:link, a.ATbutton:visited, a.ATbutton:hover, a.ATbutton:link span, a.ATbutton:visited span, a.ATbutton:hover span {
    text-decoration: none;
}

a.ATbutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration: none;
}

a.ATbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: #eee;
    text-decoration: none;
}

a.ATbutton:link:hover, a.ATbutton:visited:hover, a.ATbutton:active:hover, a.ATbutton:link:hover span, a.ATbutton:visited:hover span, a.ATbutton:active:hover span {
    text-decoration: none;
}


/*** FinalBuilder BUTTON ***/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.FBbutton {
    background: transparent url('/images/FB/FB-button-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 21px; /* sliding doors padding */
    height: 58px;
}

a.FBbutton span {
    background: transparent url('/images/FB/FB-button-left.png') no-repeat;
    display: block;
    padding: 5px 0 5px 18px;
    color: #FFF;
    font: bold 16px arial, sans-serif;
    text-decoration: none;
    line-height: 48px;
}

a.FBbutton:link, a.FBbutton:visited, a.FBbutton:hover, a.FBbutton:link span, a.FBbutton:visited span, a.FBbutton:hover span {
    text-decoration: none;
}

a.FBbutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration: none;
}

a.FBbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: #eee;
    text-decoration: none;
}

a.FBbutton:link:hover, a.FBbutton:visited:hover, a.FBbutton:active:hover, a.FBbutton:link:hover span, a.FBbutton:visited:hover span, a.FBbutton:active:hover span {
    text-decoration: none;
}


/*** FinalBuilder Server BUTTON ***/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.FBSbutton {
    background: transparent url('/images/FBS/FBS-button-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 21px; /* sliding doors padding */
    height: 58px;
}

a.FBSbutton span {
    background: transparent url('/images/FBS/FBS-button-left.png') no-repeat;
    display: block;
    padding: 5px 0 5px 18px;
    color: #FFF;
    font: bold 16px arial, sans-serif;
    text-decoration: none;
    line-height: 48px;
}

a.FBSbutton:link, a.FBSbutton:visited, a.FBSbutton:hover, a.FBSbutton:link span, a.FBSbutton:visited span, a.FBSbutton:hover span {
    text-decoration: none;
}

a.FBSbutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration: none;
}

a.FBSbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: #eee;
    text-decoration: none;
}

a.FBSbutton:link:hover, a.FBSbutton:visited:hover, a.FBSbutton:active:hover, a.FBSbutton:link:hover span, a.FBSbutton:visited:hover span, a.FBSbutton:active:hover span {
    text-decoration: none;
}

/*** Footer Links ***/

.footerlink A:link, .footerlink A:visited  {
  text-decoration: none;
  color:#999999;
  font-size: 9pt;
}

.footerlink A:hover, .footerlink A:active, .footerlink A:visited:hover {
  text-decoration: underline;
  color:#333;
  font-size: 9pt;
}







