/* Start of CMSMS style sheet 'Standard' */
body{
font-family: Verdana,Helvetica; 
font-size: 14px; 
background-color: #000000;
color:#ccc;
padding:0px;
margin:0px;

background: #000000 url(http://hitekcolony.com/uploads/images/bg.jpg) top right no-repeat fixed;

}

font{
font-family: Verdana,Helvetica; 
font-size: 14px
}

td{
font-family: Verdana,Helvetica; 
font-size: 14px
}

p{
font-family: Verdana,Helvetica; 
font-size: 14px
}

div{
font-family: Verdana,Helvetica; 
font-size: 14px
}

img {
border: 0px;
}

A:link {
color: #00f; 
text-decoration: underline; 

}
A:active {
color: #c09; 
text-decoration: underline overline; 
 
}
A:visited {
color: #30f; 
text-decoration: underline; 
}
A:hover {
color: #fff; 
text-decoration: underline overline; 
background: #3300cc; 
 
}

.li {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #ccc;
}

.st1 {
	font-size: 16px;
font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.pd {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.footer {
color: #ccc;  
font-size: 9px; 
vertical-align: bottom; 
/*
position: absolute-bottom; 
text-align: center;
align: center;
*/
}

ul.menu {
list-style-type:none;
width:100%;
position:relative;
display:block;
height:33px;
font-size:.7em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0px;
padding:0px;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight: 400;
}
ul.menu li a:visited {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight: 400;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
font-weight: 400;
}

ul.menu .current a {
color:#fff;
font-weight:400;
}

/*BLUE*/
ul.menu.blue{
background-color:#76B3F1;
}
ul.menu.blue li a:hover, .menu.blue li.current {
background-color:#A3BAE6;
}	

textarea{
	width: 600px;
	height: 120px;
	border: 2px solid #666;
        background-color:#ccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/* background-image: url(bg.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
input{
	border: 2px solid #666;
        background-color:#ccc;
	font-family: Tahoma, sans-serif;
	/* background-image: url(bg.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
hr {
        border-top: 1px dashed #69c;/*the border*/
        border-bottom: 0px;
        height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
#pagewrapper{
margin:10px;
}
.noshow{
display:none;
}
/* End of 'Standard' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
/* .calendar tr td a
{
  color: red;
}
*/
/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid white;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid white;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid white;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: black;
}

#big .calendar-day
{
  background-color: #333333;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #333333;
}

.calendar-event{
border:0px;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

