@charset "utf-8";
/* GLASSY CSS DOCUMENT */
/* BY MYSOCIALENGINE.COM */


body {
	background: #274c69 url(../templates/images/icelimebackgr.png) repeat-x;
	position: relative;
	text-align: center;
	font-size: 11px;
	margin: 0px; 
}

div, td {
	font-family: tahoma, "Trebuchet MS", arial, serif;
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
	line-height: 140%;
}

#body-wrapper {
	background: none;
	padding-top: 10px;
}

#header {
	height: 109px;
}

.top-span {
	background: url(../templates/images/top.png) no-repeat;
	padding: 5px;
	height: 20px;
}

.top-login {
	font-size: 12px;
	width: 900px;
	font-weight: bold;	
	margin-top: 5px;
}

.top-login a {
	color: #1645A5;
	text-decoration: none;
}

.top-login a:hover {
	text-decoration: underline;
}

div.newupdates {
	position: fixed; 
	left: 50%;
	top: 20px;
	height: 50px; 
	width: 170px; 
	margin: 0px 0px 0px 330px;
	border: 1px #000000;
	background: #7E9B0C; 
	opacity: 0.1; 
	background-repeat: repeat-x;
border-radius: 7px; 
-webkit-border-radius: 7px; 
-moz-border-radius: 7px; 
-khtml-border-radius: 7px; 

}
/*belső keret pl felhasználói profilnál*/
div.content {
	width: 920px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	background: #fff;
	border: 0px solid #000000;
}

div.content-home {
	width: 920px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	border: none;
}

td.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../templates/images/bluebutton.png); 
	background-repeat: repeat-x;
	background: #F0F0F0;
	color: #333333;
}

div.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../templates/images/bluebutton.png);
	background-repeat: repeat-x;
	background: #F0F0F0;
	color: #333333;
}

div.copyright {
	background: #ffffff;
	padding: 35px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	margin-bottom: 20px;
	color: #444444;
	border: none;
}

/* MENU */

td.top_menu {
    height: 37px;
	background: #30668E url(../templates/images/menubackground.png) repeat-x; 
	border-top: none; 
    border-bottom: 1px solid #285779;
    border-top: 1px solid #285779e;
    border-left: 1px solid #285779;
    border-right: 1px solid #285779;
    margin: 0px auto;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;

}

td.top_menu2 {
   height: 30px;
	background: #30668E url(../templates/images/greenbutton.png) repeat-x; 
	border-top: none; 
    border-bottom: 1px solid #285779;
    border-top: 1px solid #285779e;
    border-left: 1px solid #285779;
    border-right: 1px solid #285779;
    margin: 0px auto;
	padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: 30px;
	border-left: none;
}

div.top_menu_link_container {
	background: url(../templates/images/menu-border.gif) right no-repeat;
}

div.top_menu_link_container_end {
	border-left: none;
}

div.top_menu_link {
	font-size: 12px;
	font-family: Stencil Std;
	text-shadow: 1px 1px 1px #ffffff;

}

div.top_menu_link_loggedin {
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding: 6px 0px 0px 10px;
}

div.menu {
	width: 150px; 
	border: 1px solid #CCCCCC; 
	border-left: 3px solid #7391a8;
	background: #EEEEEE; 
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}
/*beállítások üzenetek alkalmazások rész menü*/
td.menu_user {
	background-image: url(../templates/images/greenbutton.png) repeat-x; 
	background-color: #5B7201;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #000000;  
	text-align: left;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;

}

.menu_user_table {
	margin-top: 10px;
}

/*Kereső rész*/

input.header-search { 
border: 1px solid #000000; 
padding: 3px; 
color: #000000; 
background: #ffffff; 
border-radius: 3px; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-khtml-border-radius: 3px; 

 }
input.header-search-button { 
padding: 3px; 
background: transparent url(../templates/images/greenbutton.png) repeat-x; 
cursor:pointer; color: #000000; 
font-size: 12px; 
border: 1px solid #86AE33;   
border-radius: 3px; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-khtml-border-radius: 3px; 
}


/* LINKS */

a:link { color: #1645A5; text-decoration: none; }
a:visited { color: #1645A5; text-decoration: none; }
a:hover { color: #1645A5; text-decoration: underline; }

a.top_menu_item:link { color: #000000; text-decoration: none; }
a.top_menu_item:visited { color: #000000; text-decoration: none; }
a.top_menu_item:hover { color: #1645A5; text-decoration: none; }

a.menu_item:link { color: #1645A5; text-decoration: none; }
a.menu_item:visited { color: #1645A5; text-decoration: none; }
a.menu_item:hover { color: #1645A5; text-decoration: underline; }

a.newupdates:link { color: #F2F2F2; text-decoration: none; }
a.newupdates:visited { color: #F2F2F2; text-decoration: none; }
a.newupdates:hover { color: #FFFFFF; text-decoration: underline; }

a.copyright:link { color: #1645A5; text-decoration: none; }
a.copyright:visited { color: #1645A5; text-decoration: none; }
a.copyright:hover { color: #1645A5; text-decoration: underline; }

a.portal_signup:link { color: #336699; text-decoration: none; }
a.portal_signup:visited { color: #336699; text-decoration: none; }
a.portal_signup:hover { color: #437ab1; text-decoration: none; }

label:hover { color: #3399FF; text-decoration: underline; }

/* HOME PAGE */

div.portal_whatsnew {
	border: none;
	padding: 0;
}

.recentaction_div {
	background: #fafafa;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin: 5px;
}


.sublink {
	text-align: right;
}

	/* HOME PAGE - HIGHLIGHT MODULE */

div.home-hightlight { padding:0; margin-bottom: 10px; }
ul.home-hightlight-navigation { margin:0 10px; padding:0; text-align:left; }
ul.home-hightlight-navigation li { list-style:none; display:inline; margin:0; padding:0; }
ul.home-hightlight-navigation li a {
	padding:6px 6px;
	background: #149bdb url(../templates/images/bluebutton.png) top left repeat-x;
	color: #fefefe;
	text-shadow: 1px 1px 0px #003f5c;
	font-size:12px;
	text-decoration:none;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	}
ul.home-hightlight-navigation li a:hover { text-decoration:none; background:#8bab0e url("../templates/images/greenbutton.png") top left repeat-x;color: #fefefe; text-shadow: 1px 1px 0px #6e8a00; }
ul.home-hightlight-navigation li a.current {
	background:#8bab0e url("../templates/images/greenbutton.png") top left repeat-x;
	color: #fefefe;
	text-shadow: 1px 1px 0px #6e8a00;
	border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	}
div.home-highlight-content {
	background: none;
	padding:5px 15px 15px 15px;
	margin-top:5px;
	-webkit-box-shadow: 0px 0px 7px  none;
	-moz-box-shadow: 0px 0px 7px none;
	box-shadow: 0px 0px 7px none 
	}
div.home-highlight-content span { font-size: 10pt; color: #000000; font-weight: bold; }

input.go-highlight {
	padding: 3px; 
	background: #97cb00 url(../templates/images/gomb.png) top left repeat-x; 
	cursor:pointer; 
	color: #fff;
	text-shadow: 1px 1px 0px #6e8a00;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #86AE33;      
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
}

input[type=text], input[type=password], textarea, select {
	background: #fff url("../templates/images/input.png") top left repeat-x;
	border: 1px solid #a6a6a6;
	outline: none;
	}
	


	/* HOME PAGE - MODULE */

div.home-module {margin-bottom: 10px; }
div.home-module-header {
	background: transparent url(../templates/images/bluebutton.png) top left repeat-x;
	font-weight: bold;
	color: #fefefe;
	text-shadow: 1px 1px 0px #003f5c;
	padding: 5px;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px; }
div.home-module-content { padding: 10px; background: none; margin-bottom: 10px;-webkit-box-shadow: 0px 0px 7px  none;-moz-box-shadow: 0px 0px 7px none;box-shadow: 0px 0px 7px none }
div.home-module-content ul { list-style-type:none; padding:0px; margin:0px; }
div.home-module-content li { background-image:url(../images/bullet.png); background-repeat:no-repeat; background-position:0px 5px; padding-left:20px; line-height: 20px;}

	/* HOME PAGE - SIMPLETABS */

div.simpleTabs { padding: 10px 10px 10px 0; }
ul.simpleTabsNavigation { margin:0 10px; padding:0; text-align:left; }
ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; }
ul.simpleTabsNavigation li a {
	padding:6px 6px;
	background: #68A6D5 url(../templates/images/bluebutton.png);
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	font-size:12px;
	text-decoration:none;
	color: #fefefe;
	text-shadow: 1px 1px 0px #003f5c
	}
ul.simpleTabsNavigation li a:hover { text-decoration:none; background: #68A6D5 url(../templates/images/greenbutton.png); top left repeat-x;color: #fefefe; text-shadow: 1px 1px 0px #6e8a00; border: none }
ul.simpleTabsNavigation li a.current { background: #97cb00 url(../templates/images/greenbutton.png); border: none; color: #fefefe; text-shadow: 1px 1px 0px #6e8a00 }
div.simpleTabsContent {
	border: none;
	background: none; 
	overflow: hidden;
	padding:5px 15px 15px 15px;
	margin-top:5px;
	display:none;
	-webkit-box-shadow: 0px 0px 7px  none;
	-moz-box-shadow: 0px 0px 7px none;
	box-shadow: 0px 0px 7px none 
	}
div.simpleTabsContent.currentTab { display:block; }