/* General settings */
/*@import "http://fonts.googleapis.com/css?family=Droid+Serif";*/
/* Above line is used for online google font */
h2 {
text-align:center
}
hr {
margin-bottom:-10px
}
span {
color:red;
margin-left:65px
}
div.main {
width:950px;
margin:10px auto;
font-family:'Droid Serif',serif
}
div.first {
float:center;
padding:30px 60px;
background:#f8f8ff;
box-shadow:0 0 10px gray;
margin:20px auto
}
div.main2 {
width:1350px;
margin:10px auto;
font-family:'Droid Serif',serif
}
div.second {
float:left;
padding:30px 60px;
background:#f8f8ff;
box-shadow:0 0 10px gray;
margin:10px auto
}
input {
width:80%;
padding:8px;
margin-top:10px;
font-size:16px;
margin-bottom:25px;
box-shadow:0 0 5px;
border:none
}
#btn {
width:100%;
padding:10px;
margin-top:10px;
background-color:#474242;
cursor:pointer;
color:#fff;
border:4px solid #adadad;
font-size:12px;
font-weight:700;
font-family:'Droid Serif',serif;
margin-bottom:10px
}
#btn:hover {
background-color:#adadad;
border:2px solid #474242
}
a {
    color: white;
}
.menu-txt {
    background:url(/ptimes/admin/menu_background2.png) no-repeat center center;
	font-family:Tahoma;
	font-weight:bold;
	color:#fff;
	font-size:21px;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
  }
body
{
  //background-color: lightgrey;
  background-color: black;
}

/* table settings */
/* for shell */
#table_shell 
{
  /* width:640px; */
  /* height:480px; */
  width:100%;
  height:500;
  //background-color:lightgrey;
  background-color:black;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom:auto;
}

#prayer_times_table
{
  //width:100%;
  width:90%;
  //margin-left:auto;
  //margin-right:auto;
  //margin-left:50px;
  //margin-right:50px;
  margin-left:5%;
  margin-right:5%;
  //width:80%;
  border-spacing: 0px;

}

#prayer_times_table th
{
  color:white;
  font-weight:bold;
  font-size:30px;
  border-color: white white white white;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  padding: 0px 0px 0px 0px;

}

#prayer_times_table td
{
  color:white;
  //font-size:20px;
  border-color: white white white white;
  border-width: 1px 1px 1px 1px;
  //border-style: solid solid solid solid;
  border-style: solid solid solid solid;
  padding: 0px 0px 0px 0px;

}

#prayer_times_table .prayer_highlight
{
  color:red;
  font-weight:bold;
  background-color: white;
  font-size:40px;
  //font-size:25px;

}

#prayer_times_table .prayer_name
{
  width:40%;
  font-weight:bold;
  font-size:40px;
  //border-color: white white white white;
  //border-width: 1px 1px 1px 1px;
  //border-style: inset inset inset inset;
  //padding: 0px 0px 0px 0px;

}

#prayer_times_table .prayer_time
{
  width:30%;
  //color:black;
  color:white;
  //font-weight:bold;
  font-size:40px;
  //border-color: white white white white;
  //border-width: 1px 1px 1px 1px;
  //border-style: inset inset inset inset;
  //padding: 0px 0px 0px 0px;

}

#prayer_times_table .iqama_time
{
  width:30%;
  color:yellow;
  font-size:40px;
  //border-color: white white white white;
  //border-width: 1px 1px 1px 1px;
  //border-style: inset inset inset inset;

}

#current_time
{
  width:100%;
}

#current_time td
{
  color:yellow;
  font-size:40px;
  font-weight:bold;
  text-align:center;
}

#current_time .curr_time
{
  color:white;
  font-size:50px;
  font-weight:bold;
}

#header
{
  width:100%;
}
#header td
{
  color:white;
  font-size:35px;
  font-weight:bold;
  text-align:center;
}


#time_left td
{
  color:red;
  font-size:40px;
  text-align:center;
}

#anounce_marquee
{
  color:yellow;
  font-size:60px;
  text-align:center;
  font-weight:bold;
}


