﻿/* 
================================
Adaptado a partir de Skin styles for DotNetNuke by Lee Sykes, DNN Creative Magazine
================================
*/
body
{
    /* set default font size for the skin      (Titles etc. will use a percentage to specify their sizes) */
    background-color: #f9d3f1;
    /* background: #000 url(UberStore_wallpaper.jpg); */
    margin: 0;
    padding: 0;
}
body, tr, td
{
    line-height: 1.2;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: x-small; /* for IE5/Win */
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small; /* for compliant browsers */
}
.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #f9d3f1;
    /*  background: #000 url(UberStore_wallpaper.jpg); */
}
.skinmaster
{
    height: 100%;
    background-color: #f9d3f1;
    /* background: #000 url(UberStore_wallpaper.jpg); */
    
}
.skinheader
{
}
/*
======================
Gradient for the links at the bottom of the page
======================
*/
.skingradient
{
    background: #F9D3F1 url(gradient_copyright.jpg) repeat-y;
    height: 30px;
    border: 1px solid #701070;
}
.controlpanel
{
    width: 100%;
	background-color: #f9d3f1;
	/*background-color: #F90;*/
	border-width: 0px
}
.contentpane
{
    width: 100%;
    background-color: transparent;
    padding: 6px 4px 0 6px;
}

.Head
{
    font: bold 110% verdana, tahoma, arial, helvetica, sans-serif;
    color: #333;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
    font-size: 85%;
    color: #666;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal, .NormalDisabled, .NormalTextBox, .NormalRed, .NormalBold
{
    color: #000;
    font: normal 100% verdana, tahoma, arial, helvetica, sans-serif;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalRed
{
    color: #F00;
    font-weight: bold;
}
.NormalBold
{
    font-weight: bold;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem, A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active, A.SkinItem:hover
{
    color: #000000;
    font: 85% tahoma, arial, Verdana, Helvetica, Sans-Serif;
}
/* This sets the style for all skin items that are links */
A.SkinItem:hover
{
    color: #701070;
    font: bold;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

H1
{
    font-size: 100%;
    font-weight: bold;
    color: #CCC;
    margin: 0;
}

H2
{
    font-size: 100%;
    font-weight: bold;
    color: #000;
}

H3
{
    font-size: 100%;
    font-weight: bold;
    color: #000;
}

H4
{
    font-size: 90%;
    font-weight: normal;
    color: #CCC;
}

H5, DT
{
    font-size: 80%;
    font-weight: normal;
    color: #CCC;
}

H6
{
    font-size: 75%;
    font-weight: normal;
    color: #CCC;
}
img
{
    border: solid 1px #CCC;
}
/* ======================
    Style for LINKS at the bottom of the skin
==================== */
.CommandButton
{
    color: #000000;
    font: 85% Tahoma, Arial, Helvetica, Sans-Serif;
}
A.CommandButton:link
{
    color: #701070;
}

/* Styles for the main text and images within the Text/HTML module */
.imageleftside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
}
.imagerightside img
{
    border: 1px solid #CCC;
    margin-left: 15px;
    margin-bottom: 20px;
    float: right;
}
.imageleftsidecaption
{
    font-size: 85%;
    font-style: italic;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.imageleftsidecaption img
{
    border: 1px solid #CCC;
    margin-bottom: 5px;
}
.imagerightsidecaption
{
    font-size: 85%;
    font-style: italic;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.imagerightsidecaption img
{
    border: 1px solid #CCC;
    margin-bottom: 5px;
}
.clear
{
    clear: both;
}
.quoteleft
{
    font: italic 105% Georgia, "Times New Roman", Times, Serif;
    padding: 0 10px 0 0;
    margin: 10px 10px 10px 0;
    width: 220px;
    float: left;
    text-align: right;
    border-right: 10px solid #C8CDD0;
    color: #75818A;
}
.quoteright
{
    font: italic 105% Georgia, "Times New Roman", Times, Serif;
    padding: 0 0 0 10px;
    margin: 10px 0 10px 10px;
    width: 220px;
    float: right;
    text-align: left;
    border-left: 10px solid #C8CDD0;
    color: #75818A;
}
  
