/* Altalanos beallitasok */
body{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-family: Arial, sans-serif;     
}
#wrapper_table{
	width: 100%;    
}
#main_table{
	width: 100%;    
}
#container_table{
  width: 100%;   
}
#container_div{
  width: 100%;   
}

#module_header{
  width: 100%;   
}
#module_menu{
  width: 100%;  
}
#module_form{
  width: 100%;    
}
#module_content{
  width: 100%;  
}
.navBar{   
    background: url("nav.png");
    background-repeat: repeat-x;
    font-size:15px;
    color:red;

}
.navBar a:link, .navBar a:visited, .navBar a:hover{   
    text-decoration:none;
    color:yellow;

}
.themes{
    float:right;
}
.navlinks{
    visibility: hidden;
   float:left;
}
.header{
    background: url("head_gray.png");
    background-repeat: repeat;    
}
.header h1{
    text-align:center;
    color:black;
    font-weight:bold;
    font-family: "Comic Sans MS", cursive ;
}
.header h3{
    text-align:center;    
    font-weight:bold;
    font-family: "Comic Sans MS", cursive ;
    color: white;
}

.top-left_wrapper{
    background: url("head_gray.png");
    background-repeat: repeat-x;
}
.left_wrapper{
    background-image: url("bg_light.gif");
    background-repeat:repeat;
}
.bottom-left_wrapper{
    background-color:black;
}


.top-right_wrapper{
    background: url("head_gray.png");
    background-repeat: repeat-x;
}
.right_wrapper{
    background-image: url("bg_light.gif");
    background-repeat:repeat;
}
.bottom-right_wrapper{
    background-color:black;
}



.top-left_center_wrapper{
    background: url("head_gray.png");
    background-repeat: repeat-x;
}
.left_center_wrapper{
    background-image: url("bg_light.gif");
    background-repeat:repeat;
}
.bottom-left_center_wrapper{
    background-color:black;
}


.top-right_center_wrapper{
    background: url("head_gray.png");
    background-repeat: repeat-x;
}
.right_center_wrapper{
    background-image: url("bg_light.gif");
    background-repeat:repeat;
}
.bottom-right_center_wrapper{
    background-color:black;
}

.top-left_panel{
    border-top: 1px solid black;
    border-left:1px solid black;
    border-right: 1px solid black;
    
    padding: 3px;
    vertical-align:top;
    
    background-color: #505050;
    color:white;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}
.left_panel{

    border-left:1px solid black;
    border-right: 1px solid black;
    vertical-align:top;
    
    background-color: #EEEEEE;
}
.bottom-left_panel{
    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: #EEEEEE;
}

.top-center_panel{
    border-top: 1px solid black;
    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: #EEEEEE;
    vertical-align:top;
}
.center_panel{
    padding: 5px;
    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: white;
    vertical-align:top;
    
    background-color: #EEEEEE;
}
.bottom-center_panel{
    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: white;
    
    background-color: #EEEEEE;
}

.top-right_panel{
    border-top: 1px solid black;
    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: white;
    vertical-align:top;
    
    background-color: #EEEEEE;
}
.right_panel{

    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: white;
    vertical-align:top;
    
    background-color: #EEEEEE;
}
.bottom-right_panel{
    border-left:1px solid black;
    border-right: 1px solid black;
    background-color: white;
    
    background-color: #EEEEEE;
}

.footBar{
    background-color: black;
    color:white;
    font-weight:bold;
    text-align:center;
}

span.show-tooltip{
	background-image: url(i.png);
	cursor: help;
	background-repeat: no-repeat;
	width: 12px;
}
span.show-tooltip-text { 
    display: none;
    position: absolute;
    font-size: 0.9em;
    background-color:InfoBackground;
    padding: 6px; 
    padding-left: 12px; 
    padding-right: 12px; 
    color: infotext; 
    border:1px navy solid;
}
div.successbox{
	background-color:#c6fdc6;
	border-color: green;
	border-style: dashed;
	border-width: 1px;
	color:green;
	padding: 10px;
}
div.errorbox{
	background-color: #ffc0cb;
	border-color: red;
	border-style: dashed;
	border-width: 1px;
	color:red;
	padding: 10px;
}

span.success{
	background-color:#c6fdc6;
	border-color: green;
	border-style: dashed;
	border-width: 1px;
	color:green;
	padding: 2px;	
	width:150px;
}
span.error{
	background-color: #ffc0cb;
	border-color: red;
	border-style: dashed;
	border-width: 1px;
	color:red;
	padding: 2px;
	width:150px;
}
input.wronginput{
	border:1px red solid;
}
input.rightinput{
	border:1px green solid;
}

/*** VEGLEGES **/
table.news{
    width:700px;
}
table.news td{
    padding-left: 5px;
    padding-top:2px;
    padding-right:2px;
    padding-bottom: 2px;

}

td.news_title{
    text-align: center;
    vertical-align:middle;
    font-size:20px;
    padding:2px;
    
    color:black;
    
    border-left:2px solid rgb(66,66,66);
    border-right:2px solid rgb(66,66,66);
    border-top:2px solid rgb(66,66,66);
   
    background: rgb(66,66,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,66,66,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(66,66,66,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(66,66,66,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(66,66,66,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(66,66,66,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}
td.news_content{
    background:white;
    border-left:2px solid rgb(66,66,66);
    border-right:2px solid rgb(66,66,66);
}
td.news_footer{
    font-size:20px;
    padding:4px;
    font-weight:bold;
    vertical-align:middle;
    
    border-left:2px solid rgb(66,66,66);
    border-right:2px solid rgb(66,66,66);
    
    background: rgb(234,234,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(66,66,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(66,66,66,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(234,234,234,1) 0%,rgba(66,66,66,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
    
}
span.news_author{    
    float:right;  
    font-size:14px;  
}
span.news_date{
    font-size:14px;    
    float: left;
    
}
td.news_editpanel{
    border-left:2px black;
    border-right:2px black;
}
span.news_edit{}
span.news_delete{}
td.news_bottom_padding{
    border-top:2px black;  
    background-image: none;
    background-repeat:no-repeat;   
}

/********************************************************************************************************************/

 #leftmenu_table{
    padding:0px;
    margin:0px;
    width:100%;
    
    font-weight:bold;
    text-align:center;
    vertical-align:middle;    
}
#leftmenu_table ul{
    width:100%;

}
#leftmenu_table li{

}
#leftmenu_table li.menu_title{
    width:100%;
    display:block;
    border-top: 1px solid black;
    border-bottom:1px solid black; 
    
    background-color: #505050;
    color:white;
    text-decoration:none;
}
#leftmenu_table a{
    /* #FFE273*/
    background-color:#CCCCCC;
    color:#341A1A;    
    display:block;    
    padding:3px;
    border:  1px solid black;    
    text-decoration:none;
} 
#leftmenu_table a:hover{
    background-color:#AAAAAA;
    color:yellow;
}

