<!--

/* Main layout and style declarations */
.mapLink {
        font-size: 0.8em;
        padding: 4px;
        margin-top: 23px
}

.mapLink input {
        background-color: #eee;
        border: 1px solid #555;
        color: #000;
}

.mapLink input:hover {
        background-color: #ccc;
        border: 1px solid #555;
        color: #000;
}


ul {
	list-style-type: none;
        margin: 0px;
        padding: 0px;
        margin-top: 15px;
        line-height: 1.75em;
}


li select {
	margin-left: 0px;
        padding: 0px;
        margin-left: -200px;
}


.ajax {
	position: absolute;
        z-index: 100;
        margin-left: 0px;
	display: none;
	background-color: #000
}

.ajax select {
	position: absolute;
        z-index: 100;
	margin-left: 0px
}

.ajax select option {
border: 0px;
}

pre {
	font-family: "Bradley Hand ITC", "Lucida Handwriting", "Freestyle Script", Serif;
        font-size: 1.5em;
}


.links:hover {
        border: 1px solid #fff;
        padding-left: 6px;
        padding: 3px;
}

.links {
        border: 1px solid #777;
        padding-left: 6px;
        padding: 3px;
        background-color: #222;
}

.secs {
	position: absolute;
        visibility: hidden;
        z-index: 100;
}

.secs textarea {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

.secs select {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

.secs input {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

textarea {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 1.2em;
	background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

body {
	/*background: url("../img/base.jpg") no-repeat fixed;*/
	background-color: #000000;
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 0.85em;
	margin-top: 0px;
        color: #9f947e;
}

a:visited, a:link, a:active {
	text-decoration: none;
}

a:hover.t {
	border-bottom: 1px solid #333;
}

p {
	text-align: justify;
}

.pm {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 1.1em;
	background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

input {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 0.85em;
        background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

input[type="radio"] {
        background-color: #000 !important;
        border: 0px;
        padding: 0px !important;
}

input[type="checkbox"] {
        background-color: #000 !important;
        border: 0px;
        padding: 0px !important;
}

select {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 0.85em;
	background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

.big {
	font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
	font-size: 1.5em;
        background-color: #000;
	border: 1px solid #333;
	padding: 2px;
}

input:hover {
        font-family: "Tahoma", "Eras Light ITC", "Lucida Sans", "Century Gothic", "Verdana Ref", "Arial", sans-serif;
        background-color: #000000;
	border: 1px solid #fff;
	padding: 2px;
}



#content {
	margin-top: 10px;
	width: 100%

}

#footer {
	background-color: #000000;

}

#cp {
	font-size: 1em;
	/* border: 1px solid #333; */
	padding-bottom: 0px;
        /* height: 135px; */
        width: 250px;
	z-index: 50;

}

#cp input {
	font-size: 1em;
	background-color: #000000;
	border: 1px solid #333;
	padding-left: 0.5em;
}

#cp select {
	font-size: 1em;
        border: none;

}

fieldset {
	border: 1px solid #000;
	padding: 8px;
}

legend {
      	padding: 2px 6px;
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3, h4 {
	margin-top: 0px;
        margin-bottom: 0px;
}

.searchBar {
	border: 1px solid #444;
        background: #000;
        padding: 4px;
}


.littleBoxes {
	border-top: 1px solid #444;
        border-right: 2px solid #444;
        border-bottom: 2px solid #222;
        border-left: 2px solid #222;
        font-size: 1em;
}

.littleBoxes b {
	color: #ddd;
        font-size: 1.2em;
}

.littleBoxes h1 {
	font-size: 2em;
        padding: 4px;
}

/* Style for poll */

.pborder {
  	height: 13px;
  	width: 100%;
  	background: #000000;
  	border: 1px solid #444;
  	margin: 0;
 	padding: 0;
}


.pbar {
  	height: 11px;
  	margin: 1px;
  	padding: 0;
}




/* Cities menu style */


#dropmenudiv{
	position:absolute;
	background-color: #333;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background: url(../img/black-white.png) repeat-y;
}

.prohi {
	font-weight: 500;
}


/* Calender css */

.calTd {
       text-align: center;
       width: 20px;
}

.calTd a, .calTd a:hover {
        color: #aaa !important;
}

.calTds a, .calTds a:hover  {
        color: #fff !important;
        font-weight: 800;
        border: 1px solid #444;
}



.line {
       border-bottom: 1px solid #333;
       text-align: center;
}

.show {
      background: #494bc4;
      text-align: center;
      width: 20px;
}

.festival {
      background: #278c3b;
      text-align: center;
      width: 20px;
}

.pinvite {
      background: #ab2e30;
      text-align: center;
      width: 20px;
}


/* Profile Style */

-->