.simpleSkin{}
/* Copyright (c) 2009 interApps - websites and internet applications 

Permission is hereby granted, free of charge, to any person obtaining a copy of this software 
and associated documentation files (the "Software"), to deal in the Software without restriction, 
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial 
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT 
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

/*
The container consists of a wrapper, a header, a content and a footer div. 

In the header section you will find the action menu, an icon and title container object, action buttons 
for rss and print. The items in the header are stacked by means of floating divs. For SEO purposes the 
container title is wrapped in a H2 tag.

The footer section contains actions for edit and settings. 

There are three container variants:
1. a normal container with header and content with some padding to keep them from "touching" the 
   sides of the panes
2. a "image" container without an header and with no padding, so a fitting image will fit right in.
3. a "underlined" container in which the title is underlined.

*/

.contMain
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    background-color: Transparent;
	float: left;
}

.contHeader
{
    padding: 0px;
    margin: 0px; 
    text-align: left;
}
.contHeader h2
{
    display: inline;
    width: auto;
}
.contHeader .Head, .contHeader h2
{
    padding: 0px; margin: 0px;
}
.contIcon
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    float:left;
}
.contIcon img
{
    margin-right: 0px;
}
.topactionwrapper
{
    float: right;
    width: auto;
}


.contActions
{
    padding: 0px; 
    border: solid 0px red;
    float: right;
    width: 40px;
    height: auto;
    text-align: right;
    background-color: Transparent;
}
.contActions img
{
    padding: 5px; margin: 0px; border: solid 0px red;
}

.contWrapper
{  
}

.contContent
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	/*font-family: Verdana, Arial, Sans-Serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: left;*/
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.ImageNoHeader
{
    padding: 0px; margin: 0px; border: solid 0px pink;
}

.ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}

.contentpane .contBorder .contContent
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    width: auto;
    border-top: dotted 1px #eeeeee;
}

.rightpane .contHeader .Head, .rightpane .contContent h1, .rightpane .contContent h2,
.rightpane .contContent h3
{
	color: #000000;
}

.rightpane .contContent p, .rightpane .contContent .Normal, .rightpane .contContent div,
.rightpane .contContent td, .rightpane .contContent a
{
	color: #000000;
}


.menucontentpane .contHeader .Head, .menucontentpane .contContent h1, .menucontentpane .contContent h2,
.menucontentpane .contContent h3
{
	color: #000000;
	font-size: 11px;
}













