* {
	margin: 0px;
}

body {
	font-family: Arial;
}

table {
	border-spacing: 0;
}

td {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	color: #3c3c3b;
	font-size: 10pt;
}

body {
	background-color: #000000;
	text-align: center;
	font-family: Arial;
}

select {
	float: left;
}

label {
	width: 40%;
}

#container {
	margin: auto;
	width: 1024px;
	height: auto;
	text-align: center;
}

#container-top {
	width: 1024px;
	height: 69px;
	background-image: url(../images/container_up.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#container-down {
	width: 1014px;
	height: 50px;
	margin-left: 5px;
	background-image: url(../images/container_down.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #ccccca;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	height: auto;
	background-color: #ccccca;
	padding: 5px 35px 5px 35px;
	text-align: left;
}

#container_header {
	width: 100%;
	height: 30px;
}

#ayw_logo {
	float: left;
	width: 208px;
	height: 27px;
	margin-top: 42px;
	margin-left: 45px;
}

.ayw_home {
	width: 208px;
	height: 27px;
	background: url(../images/ayw_logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#menu_header {
	float: left;
	width: 400px;
	height: 40px;
	margin-top: 32px;
	margin-left: 65px;
	text-align: center;
}

#menu_1st {
	width: 360px;
	height: 30px;
	margin-left: 30px;
	text-align: center;
}

.menu_1st_active {
	background-image: url(../images/frame_active_up.png);
	background-repeat: no-repeat;
	float: left;
	padding: 8px 0 0 0;
	width: 110px;
	height: 33px;
	font-family: Arial;
	font-size: 14pt;
	color: #cccccb;
	text-decoration: none;
	text-align: center;
}

#menu_1st a {
	float: left;
	padding: 8px 0 0 0;
	width: 110px;
	font-family: Arial;
	font-size: 14pt;
	color: #cccccb;
	text-decoration: none;
	text-align: center;
}

#menu_1st a:hover {
	float: left;
	padding: 8px 0 0 0;
	width: 110px;
	height: 33px;
	background-image: url(../images/frame_active_up.png);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 14pt;
	/*font-weight: bold;*/
	color: #ffffff;
	text-decoration: none;
}

.button_menu_left {
	float: left;
	width: 22px;
	height: 25px;
	margin-left: -4px;
	margin-top: 5px;
	background-image: url(../images/menu_up_left.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
}

.button_menu_left:hover {
	width: 22px;
	height: 25px;
	background-image: url(../images/menu_up_left_hover.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
}

.button_menu_right {
	float: right;
	width: 22px;
	height: 25px;
	margin-right: 10px;
	margin-top: -25px;
	background-image: url(../images/menu_up_right.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
}

.button_menu_right:hover {
	width: 22px;
	height: 25px;
	background-image: url(../images/menu_up_right_hover.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
}

#logout {
	float: right;
	width: 280px;
	height: 30px;
	margin-top: 32px;
	padding-top: 9px;
	text-align: center;
}

#loged_user {
	float: left;
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}

#logout_button {
	float: left;
	width: 66px;
	height: 20px;
	margin-left: 20px;
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
}

#logout_button:hover {
	float: left;
	width: 66px;
	height: 20px;
	margin-left: 20px;
	background-image: url(../images/logout_hover.png);
	background-repeat: no-repeat;
}

#about {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: block;
	text-indent: -99999px;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
}

#about:hover {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-image: url(../images/about_hover.png);
	background-repeat: no-repeat;
}

#help {
	float: left;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -99999px;
	margin-left: 30px;
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
}

#help:hover {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 30px;
	background-image: url(../images/help_hover.png);
	background-repeat: no-repeat;
}

#module_select {
	margin-top: 35px;
	padding-top: 4px;
	width: 944px;
	height: 44px;
	background-image: url(../images/modules/module_select_back.png);
	background-repeat: no-repeat;
	display: in-line;
}

.inform {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/inform.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.inform_active,.inform:hover {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/inform_active.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.system {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/system.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.system_active,.system:hover {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/system.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.invite {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/invite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.invite_active,.invite:hover {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/invite_active.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.call {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/call.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.call_active,.call:active {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/call_active.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.stream {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/stream.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.stream_active,.stream:hover {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/stream_active.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.promote {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/promote.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.promote_active,.promote:hover {
	float: left;
	margin-left: 17px;
	width: 158px;
	height: 36px;
	display: block;
	background-image: url(../images/modules/promote_active.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#table_content {
	margin-top: 25px;
	width: 942px;
	height: auto;
	text-align: center;
}

#table_header_inform {
	padding-top: 10px;
	width: 944px;
	height: 40px;
	text-align: left;
	background-image: url(../images/menu_2nd/inform.png);
	background-repeat: no-repeat;
}

#table_header_invite {
	padding-top: 10px;
	width: 944px;
	height: 40px;
	text-align: left;
	background-image: url(../images/menu_2nd/invite.png);
	background-repeat: no-repeat;
}

#table_header_call {
	padding-top: 10px;
	width: 944px;
	height: 40px;
	text-align: left;
	background-image: url(../images/menu_2nd/call.png);
	background-repeat: no-repeat;
}

#table_header_stream {
	padding-top: 10px;
	width: 944px;
	height: 40px;
	text-align: left;
	background-image: url(../images/menu_2nd/stream.png);
	background-repeat: no-repeat;
}

#table_header_promote {
	padding-top: 10px;
	width: 944px;
	height: 40px;
	text-align: left;
	background-image: url(../images/menu_2nd/promote.png);
	background-repeat: no-repeat;
}

#table_header_asyouwish {
	padding-top: 10px;
	width: 944px;
	height: 40px;
	text-align: left;
	background-image: url(../images/menu_2nd/ayw.png);
	background-repeat: no-repeat;
}

.table_header_a_wrap {
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
}

.table_header_a_wrap_current {
	float: left;
	margin-top: -10px;
	padding-top: 10px;
	width: 130px;
	height: 40px;
	text-align: center;
	background-image: url(../images/menu_2nd/active_back.png);
	background-repeat: no-repeat;
}

#table_header_inform a,#table_header_invite a,#table_header_call a,#table_header_stream a,#table_header_promote a,#table_header_system a,#table_header_asyouwish a
	{
	width: 130px;
	height: 40px;
	margin-left: 15px;
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
}

#table_header_inform a:hover,#table_header_invite a:hover,#table_header_call a:hover,#table_header_stream a:hover,#table_header_promote a:hover,#table_header_system a:hover,#table_header_asyouwish a:hover
	{
	color: #dcdcdc;
}

#breadcrumbs {
	float: left;
	width: 750px;
	padding-top: 5px;
	padding-left: 15px;
}

ul,li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#crumbs {
	height: 10px;
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}

#crumbs li {
	float: left;
	line-height: 8px;
	padding-right: 5px;
}

#crumbs li a {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
	display: inline;
	padding-right: 15px;
	background: url(../images/breadcrumb_arrow.png) no-repeat right center;
}

#action_line {
	top: 0px;
	width: 944px;
	height: 41px;
	background-image: url(../images/table/action_back.png);
	background-repeat: no-repeat;
}

#action_line_footer {
	top: 0px;
	width: 944px;
	height: 41px;
	background-image: url(../images/table/action_back_footer.png);
	background-repeat: no-repeat;
}

#table_name {
	float: left;
	padding-left: 15px;
	width: 30%;
	height: 38px;
	text-align: left;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}

#table_name p {
	padding-top: 7px;
}

#icons_wrap {
	float: right;
	width: 60%;
	height: 30px;
	padding-right: 15px;
	padding-top:2px;
	text-align: right;
	font-size:12px;
}

#icons_wrap a.hover-adjust {
    float: right;
    width: 37px;
    height: 21px;
    display: block;
    text-align: left;
}

.icon_add {
	background-image: url(../images/icons/normal/add.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	/*text-indent: -99999px;*/
}

.icon_add:hover {
	background-image: url(../images/icons/hover/add_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add span {
	display: none;
}

.icon_screenshot {
	background-image: url(../images/icons/normal/screenshot.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	margin-right: 5px;
	text-indent: -99999px;
}

.icon_screenshot:hover {
	background-image: url(../images/icons/hover/screenshot_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_screenshot span {
	display: none;
}

.icon_delete {
	background-image: url(../images/icons/normal/delete.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	white-space: nowrap;
}

.icon_delete span {
	display: none;
}

.icon_delete:hover {
	background-image: url(../images/icons/hover/delete_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_dvbs {
	background-image: url(../images/icons/normal/dvbs.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	margin-right: 15px;
}

.icon_dvbs:hover {
	background-image: url(../images/icons/hover/dvbs_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	margin-right: 15px;
}

.icon_dvbs span {
	display: none;
}

.icon_dvbt {
	background-image: url(../images/icons/normal/dvbt.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	margin-right: 15px;
}

.icon_dvbt:hover {
	background-image: url(../images/icons/hover/dvbt_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	margin-right: 15px;
}

.icon_dvbt span {
	display: none;
}

.icon_edit {
	background-image: url(../images/icons/normal/edit.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_edit:hover {
	background-image: url(../images/icons/hover/edit_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_edit span {
	display: none;
}

.icon_edit_streamlist {
	background-image: url(../images/icons/normal/edit_streamlist.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_edit_streamlist:hover {
	background-image: url(../images/icons/hover/streamlist_edit_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_edit_streamlist span {
	display: none;
}

.icon_new_file {
	background-image: url(../images/icons/normal/new_file.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_new_file:hover {
	background-image: url(../images/icons/hover/new_file_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_new_file span {
	display: none;
}

.icon_new_folder {
	background-image: url(../images/icons/normal/new_folder.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_new_folder:hover {
	background-image: url(../images/icons/hover/new_folder_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_new_folder span {
	display: none;
}

.icon_password {
	background-image: url(../images/icons/normal/password.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_password:hover {
	background-image: url(../images/icons/hover/password_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_password span {
	display: none;
}

.icon_preview {
	background-image: url(../images/icons/normal/preview.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	margin-right: 5px;
	text-indent: -99999px;
}

.icon_preview:hover {
	background-image: url(../images/icons/hover/preview_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_preview span {
	display: none;
}

.icon_save {
	background-image: url(../images/icons/normal/save.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_save:hover {
	background-image: url(../images/icons/hover/save_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_save span {
	display: none;
}

.icon_start {
	background-image: url(../images/icons/normal/start.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_start:hover {
	background-image: url(../images/icons/hover/start_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_start span {
	display: none;
}

.icon_stop {
	background-image: url(../images/icons/normal/stop.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_stop:hover {
	background-image: url(../images/icons/hover/stop_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_stop span {
	display: none;
}

.icon_stream_all {
	background-image: url(../images/icons/normal/stream_all.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_stream_all:hover {
	background-image: url(../images/icons/hover/streamlist_all_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_stream_all span {
	display: none;
}

.icon_streamlist {
	background-image: url(../images/icons/normal/streamlist.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_streamlist:hover {
	background-image: url(../images/icons/hover/streamlist_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_streamlist span {
	display: none;
}

.icon_users {
	background-image: url(../images/icons/normal/users.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_users:hover {
	background-image: url(../images/icons/hover/users_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_users span {
	display: none;
}

.icon_add_html {
	background-image: url(../images/icons/normal/add_html.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	margin-right: 10px;
	text-indent: -99999px;
}

.icon_add_html span {
	display: none;
}

.icon_add_html:hover {
	background-image: url(../images/icons/hover/add_html_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_occupied {
	background-image: url(../images/icons/normal/add_occupied.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	margin-right: 10px;
	text-indent: -99999px;
}

.icon_add_occupied span {
	display: none;
}

.icon_add_occupied:hover {
	background-image: url(../images/icons/hover/add_occupied_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}




.icon_restart {
	background-image: url(../images/icons/normal/restart.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_restart:hover {
	background-image: url(../images/icons/hover/restart_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_restart span {
	display: none;
}

.icon_reload {
	background-image: url(../images/icons/normal/reload.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_reload:hover {
	background-image: url(../images/icons/hover/reload_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_reload span {
	display: none;
}

.icon_add_info {
	background-image: url(../images/icons/normal/add_info.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_info:hover {
	background-image: url(../images/icons/hover/add_info_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_info span {
	display: none;
}

.icon_add_stream {
	background-image: url(../images/icons/normal/add_stream.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_stream:hover {
	background-image: url(../images/icons/hover/add_stream_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_stream span {
	display: none;
}

.icon_date {
	background-image: url(../images/icons/normal/date.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_date:hover {
	background-image: url(../images/icons/hover/date_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_date span {
	display: none;
}

.icon_download {
	background-image: url(../images/icons/normal/download.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_download:hover {
	background-image: url(../images/icons/hover/download_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_download span {
	display: none;
}

.icon_filter {
	background-image: url(../images/icons/normal/filter.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_filter:hover {
	background-image: url(../images/icons/hover/filter_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_filter span {
	display: none;
}

.icon_add_to_schedule {
	background-image: url(../images/icons/normal/dodaj_u_raspored.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_to_schedule:hover {
	background-image: url(../images/icons/hover/dodaj_u_raspored_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_add_to_schedule span {
	display: none;
}

.icon_schedule_by_windows {
	background-image: url(../images/icons/normal/raspored_po_prozorima.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_schedule_by_windows:hover {
	background-image:
		url(../images/icons/hover/raspored_po_prozorima_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_schedule_by_windows span {
	display: none;
}

.icon_windows {
	background-image: url(../images/icons/normal/prozori.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_windows:hover {
	background-image: url(../images/icons/hover/prozori_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_windows span {
	display: none;
}

.icon_povezivanje {
	background-image: url(../images/icons/normal/povezivanje.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_povezivanje:hover {
	background-image: url(../images/icons/hover/povezivanje_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_povezivanje span {
	display: none;
}

/*twitter*/
.icon_twitt_auth {
	background-image: url(../images/icons/normal/twit_auth.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_twitt_auth:hover {
	background-image: url(../images/icons/hover/twit_auth_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_twitt_auth span {
	display: none;
}

.icon_twitt_disable {
	background-image: url(../images/icons/normal/twit_disable.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_twitt_disable:hover {
	background-image: url(../images/icons/hover/twit_disable_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_twitt_disable span {
	display: none;
}

.icon_twitt_enable {
	background-image: url(../images/icons/normal/twit_enable.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_twitt_enable:hover {
	background-image: url(../images/icons/hover/twit_enable_hover.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 21px;
	display: block;
	text-indent: -99999px;
}

.icon_twitt_enable span {
	display: none;
}

/* tables */
table.tablesorter {
	font-family: arial;
	background-color: #ffffff;
	font-size: 12pt;
	text-align: left;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
	background-color: #70706f;
	font-size: 12pt;
}

table.tablesorter thead tr .header {
	background-image: url(../images/table/table_header.png);
	background-repeat: repeat-x;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #ebebeb;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #f5f5f5;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/table/arrow_up.png);
	background-repeat: no-repeat;;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/table/arrow_down.png);
	background-repeat: no-repeat;;
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp
	{
	height: 30px;
	background: url(../images/table/active_row_line.png);
}

.table_header {
	padding-left: 12px;
	height: 30px;
	background-image: url(../images/table/table_header.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	text-align: left;
}

.table_header_active {
	padding-left: 12px;
	height: 30px;
	background-image: url(../images/table/active_row_line.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	text-align: left;;
}

.sort_wrap {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 7px;
	height: 5px;
}

.sort_desc {
	width: 7px;
	height: 5px;
	display: block;
	text-indent: -99999px;
	background: url(../images/table/arrow_down.png) no-repeat;
}

.sort_asc {
	width: 7px;
	height: 5px;
	display: block;
	text-indent: -99999px;
	background: url(../images/table/arrow_up.png) no-repeat;
}

.table_icon {
	padding-right: 15px;
	display: block;
	float: right;
}

.table_delete {
	width: 33px;
	height: 22px;
	padding-right: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/icons/normal/delete.png);
	background-repeat: no-repeat;
	float: right;
}

.table_delete:hover {
	width: 33px;
	height: 22px;
	padding-right: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/icons/hover/delete_hover.png);
	background-repeat: no-repeat;
}

.table_view {
	width: 33px;
	height: 16px;
	padding-right: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/table/view.png);
	background-repeat: no-repeat;
	float: right;
}

.table_view:hover {
	width: 33px;
	height: 16px;
	padding-right: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/table/view_hover.png);
	background-repeat: no-repeat;
}

.table_list {
	width: 33px;
	height: 16px;
	padding-right: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/table/list.png);
	background-repeat: no-repeat;
	float: right;
}

.table_list:hover {
	width: 33px;
	height: 16px;
	padding-right: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/table/list_hover.png);
	background-repeat: no-repeat;
}

.table_body {
	margin-top: -3px;
	margin-left: 1px;
	border-left: 2px solid #333330;
	border-right: 2px solid #333330;
}

.table_row1 {
	height: 34px;
	background-color: #ebebeb;
}

.table_row2 {
	height: 34px;
	background-color: #f5f5f5;
}

.table_row_active {
	height: 34px;
	background-image: url(../images/table/active_body.png) repeat-x;
}

#login_back {
	width: 1024px;
	height: 768px;
	margin: auto;
	background-image: url(../images/login/back.png);
}

#login_form {
	padding-top: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	width: 382px;
	height: 285px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

#login_form p {
	height: 23px;
	padding-left: 10px;
}

#login_footer_wrap {
	width: 342px;
	height: 26px;
	margin-top: 25px;
}

.button_prijava {
	float: right;
	width: 88px;
	height: 28px;
	background-image: url(../images/login/prijava.png);
	border: none;
	background-repeat: no-repeat;
}

.button_prijava:hover {
	float: right;
	width: 86px;
	height: 26px;
	background-image: url(../images/login/prijava_hover.png);
	border: none;
}

.fieldHolder {
	width: 342px;
	height: 18px;
	padding-bottom: 10px;
	background: url(../images/login/input.png);
	background-repeat: no-repeat;
	border: none;
}

#login_about {
	float: right;
	margin-top: 260px;
	margin-right: 340px;
	width: 20px;
	height: 20px;
	background-image: url(../images/login/about.png);
	background-repeat: no-repeat;
}

#login_about:hover {
	width: 20px;
	height: 20px;
	background-image: url(../images/login/about_hover.png);
	background-repeat: no-repeat;
}

.highlight {
	background: url(../images/table/active_body.png) repeat-x;
}

*:focus {
	outline: none;
}

input[type="text"],input[type="password"],input[type="textarea"] {
	outline: none;
}

#pagination_wrap {
	width: 30%;
	height: 30px;
	float: right;
}

#pagination {
	float: left;
	width: 130px;
	height: 25px;
	text-align: right;
	padding: 6px 10px 0px 15px;
}

#pagination_label {
	float: left;
	width: 60px;
	height: 20px;
	text-align: right;
	padding: 6px 10px 0px 20px;
	font-family: arial;
	font-size: 12pt;
	color: #3c3c3b;
	border-right: 1px solid #3b3b3a;
}

#pagination_page {
	width: 25px;
	height: 30px;
	float: left;
	font-family: arial;
	font-size: 11pt;
	color: #3c3c3b;
	text-decoration: none;
	text-align: center;
}
.pagination_page {
    width: 25px;
    height: 30px;
    float: left;
    font-family: arial;
    font-size: 11pt;
    color: #3c3c3b;
    text-decoration: none;
    text-align: center;
}

.pager_link {
	font-family: arial;
	font-size: 11pt;
	color: #3c3c3b;
	text-decoration: none;
}

.pager_curpage {
	display: block;
	width: 23px;
	height: 23px;
	margin-top: -2px;
	padding-top: 2px;
	font-family: arial;
	font-size: 11pt;
	color: #3c3c3b;
	text-decoration: none;
	background-image: url(../images/page_active.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

.screenshot_table {
	text-align: center;
}

.screenshot_table img {
	border: 1px solid #424447;
}

#container_dashboard {
	width: 942px;
	height: auto;
	min-height: 500px;
	margin-top: 30px;
	background-color: #4c4c49;
	border: 1px solid #212120;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.dashboard_infopanel {
	margin-top: 20px;
	margin-left: 18px;
	width: 290px;
	height: auto;
	float: left;
}

.dashboard_infopanel_header_inform {
	width: 288px;
	height: 43px;
	background-image: url(../images/dashboard/inform.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: left;
	padding-left: 12px;
}

.dashboard_infopanel_header_invite {
	width: 288px;
	height: 43px;
	background-image: url(../images/dashboard/invite.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: left;
	padding-left: 12px;
}

.dashboard_infopanel_header_stream {
	width: 288px;
	height: 43px;
	background-image: url(../images/dashboard/stream.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: left;
	padding-left: 12px;
}

.dashboard_infopanel_header_promote {
	width: 288px;
	height: 43px;
	background-image: url(../images/dashboard/promote.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: left;
	padding-left: 12px;
}

.dashboard_infopanel_header_call {
	width: 288px;
	height: 43px;
	background-image: url(../images/dashboard/inform.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: left;
	padding-left: 12px;
}

.dashboard_infopanel td {
	height: 30px;
	width: 264px;
	border-left: 2px solid #1d1d1b;
	border-right: 2px solid #1d1d1b;
}

.dashboard_infopanel_last {
	height: 30px;
	width: 264px;
	border-left: 2px solid #1d1d1b;
	border-right: 2px solid #1d1d1b;
	border-bottom: 2px solid #1d1d1b;
}

.dashboard_infopanel_tr_1 {
	background-color: #f5f5f5;
}

.dashboard_infopanel_tr_2 {
	background-color: #ebebeb;
}

.dashboard_infopanel_tr_active {
	background-color: #fdc600;
}

.dashboard_name {
	width: 215px;
	float: left;
}

.dashboard_value {
	width: 25px;
	float: left;
}

.dashboard_icon {
	width: 17px;
	float: left;
	padding-top: 3px;
}

.dashboard_open {
	width: 16px;
	height: 10px;
	background-image: url(../images/dashboard/open.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
}

#verzija {
	width: 30%;
	height: 30px;
	font-size: 9pt;
	float: left;
	padding: 6px 10px 0px 15px;
	margin-left: 0px;
}

