

.namazTabelle table
{
	font-size:200%;
}

.redColor
{
	color: red;
}

#bodyText
{
	font-family: Myriad Pro,Century Gothic,Trebuchet MS,Arial,Sans-Serif;
	background-color: #F1ECE6;
	text-align: center;
        margin-left: auto;
        margin-right: auto;
}

.bosluk
{
	width:10%;
}

#cityTitle
{
	color: #2daebf;
	font-size: 26pt;
	margin-bottom: 10px;
	margin-top: 10px;
}

#tarih
{
	font-size: 18pt;
	color: #333;
	text-shadow: 0px 1px 1px #2a7b7c;
}

#namazTitle
{
	font-size: 16pt;
	//font-weight: bold;
	
}

.icerikYazi
{
	font-size: 16pt;
}

hr.style-one 
{ 
	border: 0; 
	height: 3px; 
	background: #2daebf; 
	background-image: -webkit-linear-gradient(left, #F1ECE6, #2daebf, #F1ECE6); 
	background-image: -moz-linear-gradient(left, #F1ECE6, #2daebf, #F1ECE6); 
	background-image: -ms-linear-gradient(left, #F1ECE6, #2daebf, #F1ECE6); 
	background-image: -o-linear-gradient(left, #F1ECE6, #2daebf, #F1ECE6); 
margin-bottom:15px;
}

input.buttonStyle
{
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 7px 10px 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #2daebf;
	width:30%;
}

input.buttonStyle:hover, input.buttonStyle:focus
{
	color:#dfe7ea;
	background-color :#2daeb0;
}


.select-style
{
	border: 1px solid #2daebf;
	border-radius: 3px;
	overflow: hidden;
}

select.select-style
{
	margin-top:10px;
	padding: 3px 6px;
	border: 1px solid #2daebf;
	box-shadow: 0 0 4px rgba(0,0,0, .5);
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	font-family: Myriad Pro,Century Gothic,Trebuchet MS,Arial,Sans-Serif;
	font-size:18pt;
	width: 60%;
}

select.select-style:focus
{
	outline: none;
}
