/* ================================
   STRATOSFERA
   polemanewru.pl
   ================================
*/   

/* */
Body
{
    background-color: white;
	font-size: 10pt;
    color: #646464;
	height:100%;
	margin:2px;
	padding:0px;
	text-decoration: none;
	text-align:center;
	font-family:Verdana, Arial; 
	
}

.container {
	/*background-color:#FFFFFF;*/
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

a{
	text-decoration:none;
	cursor: pointer;
	font-family:Verdana,Arial; 
	font-size:12px;
	color:#646464;
}

a:link, a:visited, a:active {
	text-decoration:none;
	font-family:Verdana,Arial;
	font-size:12px;
	color:#646464;
}
a:hover {
	text-decoration:none;
	color: #500050;
}

div
{
	margin:0;
	padding:0px;
	font-size: 10pt;
    color: #646464;
	font-family:Verdana, Arial; 
    text-decoration: none;
}

img
{
	border:0px solid #fff;
}

/* element menu*/
.css_menu_item{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	color:gray;
	background-color: Transparent;
}
.css_menu_left_item{
	cursor:pointer;
}

/* edycja cech elementu */
.css_element_name_input {
	width:150px;
	height:25px;
	background-color: silver;
	font-family:arial black;
	font-size:13px;
	color:gray;

	BORDER-RIGHT: gray 0px dotted; 
    BORDER-TOP: gray 0px dotted; 
    BORDER-LEFT: gray 0px dotted; 
    BORDER-BOTTOM: gray 0px dotted;

}

/* przycisk do zapisu cech elementu */
.css_element_button_save {
	width:40px;
	height:12px;
	background-color: gray;
	font-family:arial black;
	font-size:8px;
	color:white;
	text-align:center;
}

.form_label{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
}

.form_input{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	width:190px;
}

    
/* GENERIC */
H1  {
	padding:0px;
	margin:0px;
	font-family:arial;
    font-size:  32px;
    font-weight: bold;
    color: #500050;
}

H2  {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial; 
	font-size: 10pt;
    font-weight: bold;
    color: #500050;
}

H3  {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial; 
	font-size: 10pt;
    font-weight: bold;
    color: #646464;
}

H4  {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial; 
	font-size: 10pt;
    font-weight: bold;
    color: #646464;
}

H5, DT  {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial; 
	font-size: 10pt;
    font-weight: bold;
    color: #646464;
}

H6  {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial; 
	font-size: 10pt;
    font-weight: bold;
    color: #646464;
}

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

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}