﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body
{
    background-color: #E8DCDD;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}


h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #666666 solid;
    padding: 0 0 1px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #666666;
    color: #fff;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
    color:#000000; 
}

ul#menu li a:active
{
    background-color: #fff;
    text-decoration: none;
    color:#000000; 
}

ul#menu li.selected a
{
    background-color: #fff;
    text-decoration: none;
    color:#000000; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:8px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:5px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

/* Grid */
table.grid
{	
	color: #333333;
	border-collapse: collapse;
}

table.grid th
{
	color: #333333;
	background-color: #eee;
	font-weight: bold;
	border: solid 1px #ccc;
	padding: 5px;
}

table.grid td
{
	padding: 5px;

}


/* Pager */
.pager 
{
	margin:8px 3px;
	padding:3px;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}



/* Image in Text Box */
.tb11 {
	background:#FFFFFF url(search.png) no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:230px;
	height:18px;
}

.tbText {
	background:#FFFFFF no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:230px;
	height:18px;
}

.fb9 {
	border: 1px solid #CCCCCC;
	background-color:#666666;
	color :#fff;
	font-weight:bold;
		height:28px;
}
.fb9:hover {
	border: 2px dotted #CCCCCC;
	color:#FF6600;
	font-weight:bold;
		height:28px;
}

.tbTextArea {
	background:#FFFFFF no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:324px;
	height:93px;
}

.tag-cloud { border: 1px solid #ccc; background-color:#EEEEEE;margin-left:0%;margin-right:0%;text-align:center;}
		.tag-cloud STRONG { position: absolute; left: -999px; width: 150px; display:none;}
		.tag-cloud SPAN { margin:.5em;display:inline;}

		/* size is purely presentational, based upon the class */
		.tag-cloud .tag-1 { font-size: 1em; }
		.tag-cloud .tag-2 { font-size: 1.4em; }
		.tag-cloud .tag-3 { font-size: 1.6em; }
		.tag-cloud .tag-4 { font-size: 1.8em; }
		.tag-cloud .tag-5 { font-size: 2.0em; }
		.tag-cloud .tag-6 { font-size: 2.3em; }
		.tag-cloud .tag-7 { font-size: 2.5em; }

		.tag-cloud a {text-decoration:none;color:blue;}
		.tag-cloud a:hover {background-color:#EFEFEF;}
		
		.Store { border: 1px solid #ccc; background-color:#EEEEEE;margin-left:0%;margin-right:0%;text-align:left;}
		.Store STRONG { position: absolute; left: -999px; width: 150px; display:none;}
		.Store SPAN { margin:.5em;display:inline;}

		/* size is purely presentational, based upon the class */
		.Store .tag-2 { font-size: 1.4em; }

		.Store a {text-decoration:none;color:blue;}
		.Store a:hover {background-color:#EFEFEF;}
		
		
#rnd_container {background: #DFD5B9; margin:1px;}
    
    .rnd_top, .rnd_bottom {display:block; background:#DFD5B9; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
    .rnd_b1 {margin:0 5px; background:#CCCCCC;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    
    .rnd_content {
    display:block;
    border:0 solid #CCCCCC;
    border-width:0 1px;
    padding: 5px;
    background:#FFFFFF;
    color:#000000;
}		
		

div.panel,a.flip
{
margin:0px;
padding:5px;
text-align:center;
background:#FFFFFF;
}
div.panel
{
display:block;
}

div.panel1,a.flip1
{
margin:0px;
padding:5px;
text-align:center;
background:#FFFFFF;
}
div.panel1
{
display:block;
}

.Timmer {
	height: 36px;
	line-height: 36px;
	color: red;
	font-size: 1.4em;
}



