/*===============================================================*/
/*   Dotnetnuke skins - http://www.2designstudio.net             */                                                                                                                  
/*   Copyright (c) 2003-2008 www.2designstudio.net               */                                                                                                     
/*   support@2designstudio.net                                   */                                                                                                                         
/*===============================================================*/
.HomePage
{
    TEXT-INDENT: 20pt;
    TEXT-ALIGN: justify
}
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	height:100%;
}
.ControlPanel, .PagingTable {
    width: 100%;
	 height: 64px;
    background-color: #ffffff;
    border: #C02554 1px solid;
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #505f71;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#505f71;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#505f71;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#505f71;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D29106;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #505f71;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #505f71;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color:#505f71;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #505f71;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #505f71;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #505f71;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #505f71;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: #505f71;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #505f71;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #505f71;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #505f71;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #505f71;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D29106;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bolder;
	font-size: 11px;
	background: #01A2E6;
	color: #ffffff;
	font-family: Tahoma;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #505f71;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #505f71;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #505f71;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #505f71;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #505f71;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #505f71;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #505f71;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #505f71;
}

A:link  {
    text-decoration:    none;
    color: #505f71;
}

A:visited   {
    text-decoration:    none;
    color: #505f71;
}

A:active    {
    text-decoration:    none;
    color: #505f71;
}

A:hover {
    text-decoration:    underline;
    color: #D29106;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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 {
    color: #505f71;
    height:1pt;
    text-align:left;
}

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

.LogoRightPane { 
   padding: 0px 0px 3px 3px;
}
.bannerpane1{
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}
.bannerpane2{
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane01 {
	padding: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


/*========================================================*/
/*  Search                                                */
/*========================================================*/

/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 57px;
   cursor: hand; 
   font-size:1px;
	vertical-align: top;
   margin: 0 0 0 0px;
}
#dnn_dnnSEARCH_txtSearch { 
   text-align: left; 
	vertical-align: middle;  
	height:20px; 
	background: transparent; 
	width: 187px; 
	color: #6C7D8D; 
	padding: 3px 2px 2px 5px; 
	border: 0px solid #FFFFFF; 
	cursor:text; 
	font-size: 10px;
	font-family: Tahoma;
	font-weight: normal;
}
/*========================================================*/
/*  Tokens                                                */
/*========================================================*/
.Small{
	font-family: Tahoma;
	font-size: 11px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.Small:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.Small:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.Small:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #84888c;
	font-weight: normal;
	text-decoration: underline;
}
A.Small:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
.login{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.login:link{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.login:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.login:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: underline;
}
A.login:active{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
.user{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.user:link{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.user:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
A.user:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: underline;
}
A.user:active{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
	text-decoration: none;
}
.current{
	font-family: Tahoma;
	font-size: 10px;
	color: #84888c;
	font-weight: normal;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: underline;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: underline; 
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e3842;
   font-weight: bolder;
	text-decoration: none;
}
.here{
	font-family: Tahoma;
	font-size: 10px;
	color:#6d7e8f;
	text-decoration: none;
	font-weight: bolder;
}
.breadcrumb{
	font-family: Tahoma;
	font-size: 10px;
	color:#697a8c;
	text-decoration: none;
	font-weight: bolder;
}
A.breadcrumb:link{
	font-family: Tahoma;
	font-size: 10px;
	color: #697a8c;
	font-weight: bolder;
	text-decoration: none;
}
A.breadcrumb:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #697a8c;
	font-weight: bolder;
	text-decoration: none;
}
A.breadcrumb:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #697a8c;
	font-weight: bolder;
	text-decoration: underline;
}
A.breadcrumb:active{
	font-family: Tahoma;
	font-size: 10px;
	color: #697a8c;
	font-weight: bolder;
	text-decoration: none;
}

/***********/
.OutTab{
text-align: center;
padding:0px;
margin:0px;
width:100%;
background-color:#F1F2F4;
}
.OutTab1{
margin:0 auto;
width:475px;
text-align: center;
position: relative;
}
.OutTab2{ 
width: 140px;
height: 41px;
float: right;
margin:0 auto;
padding:0px;
position:relative;
}
.ProductButton{
background-color:#FAA71D;
margin:10px 0px 8px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFF;
text-align:center;
line-height:24px;
float: left;
}
.topline{
border-top: 1px #467A92 solid;
clear: right;
height:5px;
}
.Product_SubTitle1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#4A5E76;
text-align:left;
padding-left:15px;
}
.Product_SubTitle2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#4A5E76;
text-align:left;
padding:12px 0px 11px 15px;
}
.ProductTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#4A5E76;
text-align:left;
float:left;
padding:10px 0 0 0;
}
.Screenshot{
border-right: #4A5E76 1px solid;
border-top: #4A5E76 1px solid;
border-left: #4A5E76 1px solid;
border-bottom: #4A5E76 1px solid;
width:450px;
text-align:center;
clear:both;
padding:3px;
margin:0 auto;
}
.bujufont01{
text-align:left;
width:318px;
padding-top:40px;
float:left;
}
.bujufont02{
width:145px;
float:right;
padding-top:57px;
}
.bujufont03{
width:475px;
height:100px;
text-align:center;
padding-top:5px;
float:left;
top:30px;
position:relative;
}
.Product_SubTitle3{font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:0 0 0 4px;
color:#B23D12;
width:200px;
text-align:center;}
#Product_SubTitle4{ font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#B23D12;
text-align:left;}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
