@charset "UTF-8";
/* CSS Document */

.font{font-family:Arial}
.f8{font-size: 8px;}
.f9{font-size: 9px;}
.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.k{font-weight: bold;}
.u{text-decoration: underline;}
.l{text-align: Left}
.c{text-align: Center}
.r{text-align: Right}
.rkm{ color: red;}
.rk{color: #990000}
.ry{color: #009900}
.rmm{ color: blue;}
.rm{color: #000099}
.rg{color: #666666}
.ch{cursor:pointer;cursor:hand;}
.wp{white-space: nowrap;}
.bgg{background: #eeeeee;}

.error {
background:#F9E5E6 none repeat scroll 0%;
color:#9E0B0E;
font-size:14pt;
font-weight:bold;
margin-top:10px;
padding:10px;
padding:10pt;
margin:0pt;
margin-left:10pt;

}

.message {
background:#C3E3AA none repeat scroll 0%;
color:#FFFFED;
font-size:14pt;
font-weight:bold;
margin-left:10pt;
padding:10px;
} 



/************************************************************************************************/

body, div {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color: #333333;
	line-height:18px;
	color: #333333;
	background-image: url(/imgsite/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EBEEEF;
}
#containerTop {
	width:960px;
	clear:both;
	margin:auto;
	text-align:left;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(/imgsite/containerTopBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageHeader {
	height:115px;
	width:960px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}
#pageBody {
	width:960px;
	position:relative;
	top:0px;
	left:0px;
}
.column {
	float:left;
	display: block;
}
#column_a {
	overflow:hidden;
	width:650px;
	top:0px;
	padding: 10px;
}
#column_b {
	overflow:visible;
	width:270px;
	top:0px;
	padding: 10px;
}
#column_full {
	overflow:hidden;
	width:920px;
	top:0px;
	padding: 10px; 
}
#containerBottom {
	position:relative;
	width:960px;
	margin:auto;
	overflow:visible;
	background:url(/imgsite/containerBottomBackground.jpg) no-repeat bottom center;
	background-color: #FFFFFF;
	display: block;
	padding-bottom: 5px;
}
/************************************************************************************************/



#companyTitle {
	background:url(/imgsite/kurumcell.jpg) no-repeat top center;
	height:70px;
	width:320px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#companyTitle span {
	display: none;
}
#loginAdmin {
	background:url(/imgsite/topTabButton.jpg) no-repeat top center;
	height:70px;
	width:92px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:610px;
	text-align: center;
}
#loginAgents {
	background:url(/imgsite/topTabButton.jpg) no-repeat top center;
	height:70px;
	width:92px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:710px;
	text-align: center;
}
#supportInfo {
	background:url(/imgsite/topTabSupportInfo.jpg) no-repeat top center;
	height:80px;
	width:145px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:5px;
}

#destekInfo {
/*background:transparent url(/img/topTabButton145.jpg) no-repeat scroll center top;*/
   height:70px;
   overflow:hidden;
   position:absolute;
   right:350px;
   text-align:center;
   top:6px;
   width:135px;
}

/************************************************************************************************/


.tablo{
  float: left;
  width: 100%;
}
.tablo th {
  border: 1px solid #bbb;
  padding: .3em;
  font-weight: bold;
  background: #e5e5e5;
  letter-spacing: 1.5px;
}
.tablo th h3 {
  font-size: 120%;
  margin: 0;
  border: 0;
  padding: 0;
}
.tablo td {
  border: 1px solid #ddd;
  padding: .3em;
  background: #f9f9f9;
}
.tablo td.bos, .tbbos td.bos {
  height:12px;
  border-bottom: 1px solid #bbb;
}
.tablo td.boss {
  height:12px;
}
.tablo td div {
  /*margin: 0 6px 0 6px;*/
  color: #C40606;
}
.tablo td div b {
  color: #009900;
}
.tablo td div dd {
  color: #404040;
}
.tablo input, .tablo textarea, .tablo select, .txtedit  {
  margin: 0 6px 0 6px;
  border: solid #cccccc 1px;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-size: 105%;
}


.menubar {
	position:absolute;
	top:71px;
	font: bold 13px Arial;
	width: 940px;
	left: 10px;
}



.menubar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 940px;
	background-image: url(/imgsite/menubar_webapp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



.menubar ul li {
	display: inline;
}
.menubar ul li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 13px; /* 13 */
	padding-right: 11px;
	padding-bottom: 11px;  /* 12 */
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5B97D3;
}
.menubar ul li a:visited {
	color: #FFFFFF;
}



.menubar ul li a:hover, .menubar ul li .current {
	color: #FFFFFF !important; /*text color of selected and active item*/
	padding-top: 13px;
	padding-bottom: 11px;
	background-image: url(/imgsite/menubar_webapp_reverse.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/************************************************************************************************/


#secondaryStage {
	height:170px;
	width:960px;
	overflow:hidden;
	position:relative;
	left:0px;
	padding-top: 10px;
}
.secondaryBox {
	overflow:hidden;
	position:absolute;
	width:306px;
	height:160px;
	background-image: url(/imgsite/secondaryStageBox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#secondary1 {
	left:5px;
}
#secondary2 {
	left:326px;
}
#secondary3 {
	right:5px;
}
.secondaryContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	width:292px;
	height:150px;
	top: 0px;
	left: 0px;
}
#secondary1content {
}
#secondary2content {
}
#secondary3content {
}
/************************************************************************************************/


#siteMap {
	width:942px;
	overflow:visible;
	position:relative;
	left:8px;
	background-image: url(/imgsite/sitemapBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F2F2F2;
	border: thin solid #CCCCCC;
}
#siteMapContent {
	padding: 10px;
        font: 9px Arial;
}
table#siteMapTable {
	text-align: left;
	width: 100%;
}
.siteMapColumn {
	vertical-align: top;
	width: 25%;
}
/************************************************************************************************/


#legal {
	width:940px;
	overflow:visible;
	position:relative;
	left:0px;
	top: 0px;
	padding: 10px;
}
/************************************************************************************************/

#futureDiv1, #futureDiv2, #futureDiv3, #futureDiv4, #futureDiv5 {
	display: none;
}
/************************************************************************************************/


#callfire_badge {
	display: none;
}



/************************************************************************************************/
/************************************************************************************************/



a:link, a:visited, a:active {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
p a {
	font-weight: bold;
}
/* Links within paragraphs (revealed) */
p:hover a {
	color: #0099FF;
	text-decoration: none;
}
/* Rollover effect for links within paragraphs */
p a:hover {
	color: #00CC00;
	text-decoration: underline;
}

.menubarItem a:hover !important {
text-decoration: underline;

}


.menubarItem a:link, .menubarItem a:visited, .menubarItem a:active {
	color: #FFFFFF;
}

}
/************************************************************************************************/


li {
}
ul {
	padding-left: 15px;
}

/************************************************************************************************/





h1 {
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	margin-top: 15px;
	font-size: 20px;

	height:40px;
	/* width:440px; */
}

h2 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

h3 {
	font-size: 14px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-top: 10px;
}

h3 #voicebroadcasting span {
	display: none;

}

h3 #voicebroadcasting
 {
	background:url(/imgsite/product_title.jpg) no-repeat top center;
	
}

h4 {
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-top: 10px;
}

h5 {
	font-size: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
h6 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 2px;
	font-size: 12px;
}

.rsk{
    border: 1px solid #999999;
    FILTER: progid:DXImageTransform.Microsoft.Shadow(color=#BDB7AB, Direction=135, Strength=3);
}
.rsk:HOVER{
   border: 1px solid #E40000;
   padding: 5px solid #0000FF;
}
