@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
}
.footer {
	text-align: center;
}
.wallybill{
	top: 2.5em;
	position: absolute;
	right: 5%;
}
.wallybill_l{
	top: 2.5em;
	position: absolute; 
	left: 5%;
}
.button_style_gray {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	background-color: #000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#5057ff', EndColorStr='#04023c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5057ff), to(#04023c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5057ff,  #04023c); /* for firefox 3.6+ */
        background: linear-gradient(#5057ff,  #04023c);
	border: 5px outset #1c1d7a;
	white-space: normal;
	color: #fff;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
        text-decoration: none;
        font-family: Verdana, Geneva, sans-serif;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        cursor: pointer;
        border-radius: 25px;
        background-image: linear-gradient(#5057ff,  #04023c);

}
.button_style_gray:hover{
	border-style: inset;
	padding: 2px 0px 0 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#04023c', EndColorStr='#5057ff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04023c), to(#5057ff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04023c,  #5057ff); /* for firefox 3.6+ */
        background-image: linear-gradient(#04023c,  #5057ff);
        font-size: .99em;
}
.button_style_delete {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	background-color: #000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e80012', EndColorStr='#3c0205'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e80012), to(#3c0205)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e80012,  #3c0205); /* for firefox 3.6+ */
	border: 5px outset #8c010c;
	white-space: normal;
	color: #fff;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
        text-decoration: none;
        font-family: Verdana, Geneva, sans-serif;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 0px;
        cursor: pointer;

}
.button_style_delete:hover{
	border-style: inset;
	padding: 2px 3px 0 5px;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#3c0205', EndColorStr='#e80012'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3c0205), to(#e80012)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #3c0205,  #e80012); /* for firefox 3.6+ */
        background-image: linear-gradient(rgb(160,160,160),rgb(200,200,200));
        font-size: .99em;
}
.button_style_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#49ff3e', EndColorStr='#045000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#49ff3e), to(#045000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #49ff3e,  #045000); /* for firefox 3.6+ */
        background-image: linear-gradient(#49ff3e,  #045000);
	border: 5px outset #009a01;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
	white-space: normal;
	color: #fff;
        text-decoration:none;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
        width:12em;
}
.button_style_green:hover{
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#045000', EndColorStr='#49ff3e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#045000), to(#49ff3e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #045000,  #49ff3e); /* for firefox 3.6+ */
	border-style: inset;
	padding: 2px 1px 0 3px;
        cursor: pointer;
}
.button_style_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f1ff3e', EndColorStr='#504a00'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1ff3e), to(#504a00)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f1ff3e,  #504a00); /* for firefox 3.6+ */
	border: 5px outset #9a9700;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
	white-space: normal;
	color: #fff;
        text-decoration:none;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
        width:12em;
}
.button_style_yellow:hover{
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#504a00', EndColorStr='#f1ff3e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#504a00), to(#f1ff3e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #504a00,  #f1ff3e); /* for firefox 3.6+ */
	border-style: inset;
	padding: 2px 3px 0 5px;
        cursor: pointer;
        width:11.8em;
        font-size: .99em;
}
.eventful-small {     
  position: relative    !important;
  float: right;
  margin-right: 10px;
  width: 100px          !important;
  font-size: 11px       !important;
  line-height: 11px     !important;
}