/* -------------------------------------------------
Copyright (c) 2006
www.cm-easy.com
e-mail : support@cm-easy.com
/* -------------------------------------------------
- CONTENTS
1 HTML BASE TAGS
1.1 Basic
1.2 Table
1.3 Link
1.4 Font
1.5 Lists
2.SITE STYLE
2.1 Language bar
2.2 Login page
2.3 Account bar
2.4 Fast Login
2.5 Register page
2.6 Search results
2.7 Search button
2.8 Search textbox
2.9 Empty
2.10 Empty
2.11 Validation error style
2.12 Quick Links menu style (drop down list)
2.13 Send to friend style
2.14 Pane Object Vertical Spacing
2.15 Holder Object Vertical Spacing
2.16 Footer menu
2.17 Breadcrum style
3.OBJECTS
3.1 Link
3.2 Mailing list
3.3 Form
3.4 Poll Object
4.ADMIN
4.1 Page Admin Bar
4.2 Admin menu style
4.3 Admin text box
4.4 Admin label
4.4 Admin title big
4.6 Admin title normal
4.7 Admin pane bar color
4.8 Admin button style
4.9 Add object color 1
4.10 Add object color 2
4.11 User admin header
4.12 Admin center hr
4.13 Admin center
4.14 Holder title
4.15 Menu edit tree style
5.RICHTEXT BOX
6.MENU STYLES
7.SKIN CUSTOM STYLES
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 1 HTML TAGS */
/* 1.1 Basic Structure */
body,td
{
font: 11px/18px Verdana, sans-serif;
}
H1  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  20px;
font-weight:    normal;
color: #666644;
}
H2  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  20px;
font-weight:    normal;
color: #666644;
}
H3  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  12px;
font-weight:    normal;
}
H4  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  12px;
font-weight:    normal;
}
H5, DT  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  11px;
font-weight:    bold;
}
H6  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  11px;
font-weight:    bold;
}
HR {
height:1pt;
text-align:left
}
/* ------------------------------------------------- */
/* 1.2 Table */
TFOOT, THEAD    {
font-family: Verdana, Helvetica, sans-serif;
font-size:  12px;
}
TH  {
vertical-align: baseline;
font-family: Verdana, Helvetica, sans-serif;
font-size:  12px;
font-weight:    bold;
}
/* ------------------------------------------------- */
/* 1.3 Link  */
A:link  {
text-decoration:    none;
color:  blue;
}
A:visited   {
text-decoration:    none;
}
A:active    {
text-decoration:    none;
color:  #666644;
}
A:hover {
text-decoration:    underline;
color:  red;
}
/* ------------------------------------------------- */
/* 1.4 Font */
SMALL   {
font-size:  8px;
}
BIG {
font-size:  14px;
}
BLOCKQUOTE, PRE {
font-family:    Lucida Console, monospace;
}
/* ------------------------------------------------- */
/* 1.5 Lists */
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;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/*  2.SITE STYLE
/* 2.1 Language bar */
.langbar
{
}
/* ------------------------------------------------- */
/* 2.2 Login page */
.logintitle
{
font: 13px/18px Verdana, sans-serif;
font-weight: bold;
}
.loginlabel
{
}
.logintextbox
{
background: #ffffff;
border: solid 1px #666666;
color: #000000;
width: 150px;
font: 11px/18px Verdana, sans-serif;
}
.loginremember
{
}
.passreminder
{
}
.loginbutton
{
}
/* ------------------------------------------------- */
/* 2.3 Account bar */
.accountbar
{
font: 11px/18px Verdana, sans-serif;
}
/* ------------------------------------------------- */
/* 2.4 Fast Login */
.fastloginlabel
{
}
.fastlogintextbox
{
background: #ffffff;
border: solid 1px #666666;
color: #000000;
width: 95px;
font: 10px/18px Verdana, sans-serif;
}
.fastloginbutton
{
font: 9px/18px Verdana, sans-serif;
}
.fasttableclass
{
background-color: #ffcc99;
border-right: #0099cc thin solid;
border-top: #0099cc thin solid;
border-left: #0099cc thin solid;
border-bottom: #0099cc thin solid;
}
/* ------------------------------------------------- */
/* 2.5 Register page */
.registertitle
{
font: 12px/18px Verdana, sans-serif;
font-weight: bold;
}
.registerlabel
{
}
.registertextbox
{
background: #ffffff;
border: solid 1px #666666;
font: 10px/11px Verdana;
color: #000000;
width: 150px;
}
.registerbutton
{
}
/* ------------------------------------------------- */
/* 2.6 Search results */
.searchlink
{
font: 11px/18px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
background-color: #99ccff;
height: 20px;
font-family: Verdana;
}
.searchtext
{
font-size: 8pt;
font-family: Verdana;
}
.searchdes
{
font-style: italic;
}
.searchdate
{
font: 11px/11px Verdana;
background-color: #99ccff;
height: 20px;
}
/* ------------------------------------------------- */
/* 2.7 Search button */
.searchbutton
{
font-size: 11px;
width: 130px;
font-family: Verdana;
background-color: #00ccff;
text-align: center;
cursor: hand;
border-top-width: thin;
border-left-width: thin;
border-bottom-width: thin;
border-right-width: thin;
}
/* ------------------------------------------------- */
/* 2.8 Search textbox */
.searchtextbox
{
background:#ffffff;
border:solid 1px #666666;
font:10px/11px Verdana;
color:#000000;
width: 150px;
}
/* ------------------------------------------------- */
/* 2.9 Empty */
/* ------------------------------------------------- */
/* 2.10 Empty */
/* ------------------------------------------------- */
/* 2.11 Validation error style */
.validation
{
font: 11px/18px Verdana, sans-serif;
font-weight: bold;
color: #ff0000;
}
/* ------------------------------------------------- */
/* 2.12 Combo menu style */
.combomenu
{
font: 10px/18px Verdana, sans-serif;

}
/* ------------------------------------------------- */
/* 2.13 Send to friend style*/
.friendbgcolor
{
background-color: #ffcc99;
}
.friendtitle
{
font-weight: bold;
}
.friendlabel
{
}
.friendtextbox
{
background: #ffffff;
border: solid 1px #666666;
font: 10px/11px Verdana;
color: #000000;
width: 150px;
}
.friendbutton
{
}
/* ------------------------------------------------- */
/* 2.14 Pane Object Vertical Spacing */
.verticalspacing
{
height: 10px;
}
/* ------------------------------------------------- */
/* 2.15 Holder Object Vertical Spacing */
.holdverticalspacing
{
height: 6px;
}
/* ------------------------------------------------- */
/* 2.16 Footer menu */
.footermenu
{
font: 11px/18px Verdana, sans-serif;
}
/* ------------------------------------------------- */
/* 2.17 Breadcrum style */
.breadcrum
{
font: 11px/18px Verdana, sans-serif;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 3.OBJECTS */
/* 3.1 Link */
.linktitle
{
font-weight: bold;
}
.linktext
{
}
/* ------------------------------------------------- */
/* 3.2 Mailing list */
.mailingtext
{
font-weight: bold;
}
.mailingtextbox
{
font: 10px/18px Verdana, sans-serif;
width: 110px;
}
/* ------------------------------------------------- */
/* 3.3 Form */
.formlabel
{
}
.formsendbutton
{
font: 10px/18px Verdana, sans-serif;
width: 150px;
}
.formtextbox
{
font: 10px/18px Verdana, sans-serif;
}
.formtextarea
{
font: 10px/18px Verdana, sans-serif;
}
.formcheckbox
{
font: 10px/18px Verdana, sans-serif;
}
.formradio
{
font: 10px/18px Verdana, sans-serif;
}
.formdropdown
{
font: 10px/18px Verdana, sans-serif;
}
/* ------------------------------------------------- */
/* 3.4 Poll Object */
.pollquestion
{
font-weight: bold;
}
.pollanswers
{
}
.pollvotebutton
{
}
.pollresultbar
{
background-color: #00ccff;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 4.ADMIN */
/* ------------------------------------------------- */
/* 4.1 Page Admin Bar	*/
.pageadminbgcolor
{
background-color: #ffcc99;
}
/* ------------------------------------------------- */
/* 4.2 Admin menu style	*/
/* 4.2 Admin menu style */
.adminmenu
{
font: 11px/18px Verdana, sans-serif;
/* background-color: #f0f8ff;*/
}
.adminmouseover
{
font: 11px/18px Verdana, sans-serif;
background-color: #00ccff;
}
.adminsubmenu
{
border-right: #00ccff thin solid;
border-top: #00ccff thin solid;
font: 11px/18px Verdana, sans-serif;
border-left: #00ccff thin solid;
width: 150px;
border-bottom: #00ccff thin solid;
/* background-color: #f0f8ff;*/
}
/* ------------------------------------------------- */
/* 4.3 Admin text box	*/
.admintextbox
{
font-weight: normal;
font-size: 11px;
font-family: Verdana, Helvetica, sans-serif;
background-color: #ffffff;
}
/* ------------------------------------------------- */
/* 4.4 Admin label	*/
.adminlabel
{
font-size: 11px;
font-family: Verdana;
}
/* ------------------------------------------------- */
/* 4.4 Admin title big	*/
.admintitlelarge
{
font-weight: bold;
font-size: 13px;
font-family: Verdana;
}
/* ------------------------------------------------- */
/* 4.6 Admin title normal	*/
.admintitlenormal
{
font-weight: bold;
font-size: 11px;
font-family: Verdana;
}
/* ------------------------------------------------- */
/* 4.7 Admin pane bar color	*/
.panebarcolor
{
font: 11px/18px Tahoma, Verdana;
background-color: #ffcc99;
}
/* ------------------------------------------------- */
/* 4.8 Admin button style	*/
.adminbutton
{
font:11px/12px Verdana;
}
/* ------------------------------------------------- */
/* 4.9 Add object color 1	*/
.addobject1
{
background-color: #ffcc99;
}
/* ------------------------------------------------- */
/* 4.10 Add object color 2	*/
.addobject2
{
background-color: #ffcc99;
}
/* ------------------------------------------------- */
/* 4.11 User admin header	*/
.usersheader
{
background-color: #ffcc99;
font: 11px/18px Verdana, sans-serif;
}
/* ------------------------------------------------- */
/* 4.12 Admin center hr	*/
.adminhr
{
color: #ffcc99;
}
/* ------------------------------------------------- */
.admincolor
{
background-color: #ffcc99;
}
.admintables
{
BORDER-RIGHT: #ffcc99 1px solid;
BORDER-TOP: #ffcc99 1px solid;
BORDER-LEFT: #ffcc99 1px solid;
BORDER-BOTTOM: #ffcc99 1px solid
}
/* ------------------------------------------------- */
/* 4.14 Holder title	*/
.holderstyle
{
background-color: #ffcc99;
font: 11px/18px Tahoma, Verdana;
}
/* ------------------------------------------------- */
/* 4.15 Menu edit tree style	*/
.menuadmintree
{
font:11px/12px Verdana;
}
.menuadmintree a:link
{
font:11px/12px Verdana;
text-decoration:    none;
color:  blue;
}
.menuadmintree a:visited
{
font:11px/12px Verdana;
text-decoration:    none;
}
.menuadmintree a:hover
{
font:11px/12px Verdana;
text-decoration:    underline;
color:  #666644;
}
.menuadmintree a:active
{
font:11px/12px Verdana;
text-decoration:   underline;
color:  red;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 5.RICHTEXT BOX */
.rteImage {
background: #D3D3D3;
border: 1px solid #D3D3D3;
cursor: pointer;
cursor: hand;
}
.rteImageRaised, .rteImage:hover {
background: #D3D3D3;
border: 1px outset;
cursor: pointer;
cursor: hand;
}
.rteImageLowered, .rteImage:active {
background: #D3D3D3;
border: 1px inset;
cursor: pointer;
cursor: hand;
}
.rteVertSep {
margin: 0 4px 0 4px;
}
.rteBack {
background: #D3D3D3;
border: 1px outset;
letter-spacing: 0;
padding: 2px;
}
.rteBack tbody tr td, .rteBack tr td {
background: #D3D3D3;
padding: 0;
}
.rteDiv
{
display: block;
position: relative;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 6.MENU STYLES */
.menuhover a:link {
text-decoration:    none;
color:  #ffffff;
font-weight: bold;
}
.menuhover a:visited {
text-decoration:    none;
color:  #ffffff;
font-weight: bold;
}
.menuhover a:hover {
text-decoration:    none;
color:  #ffcc99;
font-weight: bold;
}
.menuhover a:active {
text-decoration:    none;
color:  #ffffff;
font-weight: bold;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 7.SKIN CUSTOM STYLES */
/* Main menu style */
.cmenu
{
font-weight: bold;
font-size: 9pt;
color: #ffffff;
font-family: Arial;
letter-spacing: 1pt;
background-color: #c52f51;
text-align: right;
}
.skmmenu
{
font-size: 10pt;
color: #ffffff;
font-family: Verdana;
background-color: #C52F51;
text-align: right;
}
.skmunselected
{
font-size: 10pt;
font-family: Verdana;
background-color: #C52F51;
text-align: right;
}
.skmmomenu
{
font-weight: bold;
font-size: 9pt;
color: #ffcc99;
font-family: Arial;
letter-spacing: 1pt;
background-color: #c52f51;
text-align: right;
}
.skmsubmenu
{
font-size: 11pt;
font-family: Verdana;
background-color: #c52f51;
}

