/* CSS Document */
body
		{
		margin: 0;
		padding: 0;
		}
td		
		{
		font-family: arial;
		color: #666666;
		font-size: 12px;
		font-weight:normal;
		line-height:17px;
		}
p		{
		margin: 0px;
		padding: 0px;
		}
ul
		{
		margin-top: 0px;
		margin-left: 0em;
		padding-left: 0px;
		list-style: none;
		line-height: 1.2em;
		}
li
		{
  		margin: 0px;
  		padding: 0px;
		}
select {
		border: 1px solid #666666;
		width: 160px;
		font-family: arial;
		color: #666666;
		font-size: 11px;
		font-weight:normal;
		margin-bottom: 10px;
}

.logininput
		{
		background:#ffffff;
		border: 1px solid #bbbbbb;
		width: 160px;
		font-family: arial;
		color: #666666;
		font-size: 11px;
		font-weight:normal;
		}
.forminputBig
		{
		background:#ffffff;
		border: 1px solid #ffffff;
		width: 120px;
		height: 50px;
		font-family: arial;
		color: #666666;
		font-size: 40px;
		font-weight:normal;
		text-align: center;
		}
		
#user
		{
		width: 85px;
		}
#mainpane
		{
		padding: 30px;
		}
.pink
		{
		color: #cf0566;
		}
.white		
		{
		color: #ffffff;
		}
.yellow		{
		color: #fcd116;
		}
.spacer
		{
		clear: both;
		display: block;
		height: 10px;
		font-size: 0;
		line-height: 0
		}
		
.bottomcontent
		{
		padding-left:22px;
		vertical-align:top;
		background-image: url(img/TvBg.gif);
		background-repeat: no-repeat;
		}

.Lspacer
		{
		margin-bottom:25px;
		}
		
.Mspacer
		{
		margin-bottom:15px;
		}
		
.Sspacer
		{
		margin-bottom:8px;
		}
		
.backImg
		{
		margin-top:10px;
		margin-bottom:5px;
		}
.roundContPink
		{
		background-color: #CF0566;
		color: #ffffff;
		}
.roundContPink p
		{
		margin: 0 10px;
		}
.roundTopPink
		{ 
		background: url(img/corner_r_t_pink.gif) no-repeat top right; 
		}

.roundBottomPink
		{
		background: url(img/corner_r_b_pink.gif) no-repeat top right;
		}
img.corner
		{
   		width: 15px;
   		height: 15px;
   		border: none;
   		display: block !important;
		}
.submitLink
		{
		padding: 0px;
		margin: 0px;
   		color: #0000ff;
   		background-color: transparent;
   		text-decoration: underline;
   		border: none;
   		cursor: pointer;
   		cursor: hand;
  }