a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
body{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
}
td {
	font-size: 12px;
	font-family: arial;
	color: #ffffff;
}
p {
    font-size: 12px;
	font-family: arial;
	color: #ffffff;
}
.leftAdmin{
    padding: 2px 2px 2px 20px;
    color: #ffffff;
    text-decoration: none;
}
.leftAdmin:hover{
    color: #323277;
    text-decoration: none;
}
.leftAdmin1{
    padding: 2px;
    background-color: #7c98ae;
}
.subm{
    cursor: pointer;
}
.subm_gal{
    cursor: pointer;
    border: none;
    background: none;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
}
.subm_gal:hover{
    text-decoration: underline;
}

.add{
   padding: 10px;
   padding-left: 20px;
   background-color: Transparent;
   background-image: url(../images/add.png);
   background-position: left center;
   background-repeat: no-repeat;
}
.add:hover{
   padding: 10px;
   padding-left: 20px;
   background-color: Transparent;
   background-image: url(../images/add1.png);
   background-position: left center;
   background-repeat: no-repeat;
}

.view_edit{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/view_edit.png);
   background-position: center center;
   background-repeat: no-repeat;
}
.view_edit:hover{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/view_edit1.png);
   background-position: center center;
   background-repeat: no-repeat;
}

.delete{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/delete.png);
   background-position: center center;
   background-repeat: no-repeat;
}
.delete:hover{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/delete1.png);
   background-position: center center;
   background-repeat: no-repeat;
}
.maxDimEvent{max-width: 176px;}
.maxDimGal{max-width: 185px; cursor: pointer; border: solid 1px Transparent;}
.maxDimGal:hover{border: dashed 1px #ffffff;}
.maxDimGal_nolarge{max-width: 185px; border: solid 1px Transparent;}
form
{
	margin: 0;
	padding: 0;
}
#outputSample
{
	table-layout: fixed;
	width: 100%;
}
pre
{
	margin: 0;
	padding: 0;

	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
#outputSample thead th
{
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}
#outputSample tbody th
{
	vertical-align: top;
	text-align: left;
}
textarea{
 font-family: Arial;
}
/*Calendar Styles*/
.blackBacking {
    background-color: #000000;
    }
.calCurrentDay {
    background-color: #DFDFDF;
    font-size: 11px;
}
.calOtherDay {
    background-color: #DFDFDF;
    font-size: 11px;
}
.calNotDay {
    background-color: #DFDFDF;
    font-size: 11px;
}
.names {
    background-color: #1f1f1f;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
}
.names:hover {
    background-color: #1f1f1f;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
}
.calendarBody {
    background-color: #DFDFDF;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}
.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
.text {
    background-color: #FFFFFF;
    font-size: 12px;
    color: #000000;
    text-align: center;
    font-family: Verdana;
}
