/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* 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
{
}

/* 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  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


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 {
}

#pageNav a:active, #pageNav a:visited
{
 font-size:larger;
 padding:5px;
 margin:5px;
 border:solid 1px #336699; 
 background-color:#53A6F9;
color:white;
}
.curPage
{
 font-size:larger;
 padding:5px;
 margin:5px;
 border:solid 1px #53A6F9;
 background-color: #336699;
color:white;
}



/* slideshow css */
#slideshow{width:620px;height:308px;margin:0 auto 20px;overflow:hidden;background:url(slider-border.png) bottom repeat-x;}
.slideshow{width:620px;height:283px;margin-bottom:5px;background:url(3d.jpg);position:relative;}
#nav{height:20px;float:right;padding-right:20px;}
#nav a{width:20px;height:20px;line-height:20px;text-align:center;display:block;float:left;background:url(slider-normal.png);border:solid #FFF;border-width:0 3px;color:#2D6896 !important;text-decoration:none !important;}
#nav a.activeSlide{background:url(slider-selected.png);color:#FFF !important;}
#slideshow h3{position:absolute;top:20px;left:20px;color:#CC0033;font-size:2em;}
#slideshow h4{position:absolute;top:100px;left:25px;color:#2D6896;font-size:1.2em;font-weight:bolder;}
.slideshow a img{border:0;}

/*.slideshow a{width:620px;height:283px;display:block;position:absolute;top:0;left:0;z-index:10;text-indent:-100000px;}*/


/* buy now prices */
.buynow
{
position:absolute;top:70px;left:47px;width:180px; color:white;font-size:30px;text-align:center;font-weight:bold;text-stroke:1px #379e57;
}
.buynowcont
{
height:120px;display:block;
}
.buynowcont img
{
position:relative;top:0px;left:0px;
}
.purchaselink
{
width:234px;display:block;text-align:center;
}


/* licensing table */
.LicencingTable td {vertical-align:top;}
.LicencingTable th {text-align:left;font-weight:bolder;}

.normal table {border:none;}
.normal td {border:none;}

.DNN_ANN_Description {width:600px;}

#dnn_ctr381_MainView_ViewBlog_lstSearchResults tr {width:600px; display:block;}
#dnn_ctr381_MainView_ViewBlog_lstSearchResults td 
{white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
width:570px;
display:inline;
}


