﻿ul.niceList { 
  margin-left:20px; 
  padding-left:0.2em; 
  margin-bottom:1em; 
}

ul.niceList li { 
  background:url(/Images/Graphics/bullet_red_square.gif) 0em 0.5em no-repeat; /* change background em accordingly */
  padding-left: 0.8em; 
  list-style: none; 
}

.niceList ul li { background-image:url(/Images/Graphics/bullet_red_square.gif); }
 
ol.niceList li, ul.niceList li { margin-bottom:0.5em; }
 
ol.niceList { 
  margin-left:1.5em; 
  padding-left:0px; 
}

.niceList ol li { 
  list-style:decimal; 
  background-image:none; 
  padding-left:0em; 
} 


ul.checkList { 
  margin-left:20px; 
  padding-left:0.2em; 
  margin-bottom:1em; 
}

ul.checkList li { 
  background:url(/Images/Graphics/bullet_redcheck.gif) 0em 0.5em no-repeat; /* change background em accordingly */
  padding-left: 1.4em; 
  list-style: none; 
}

.checkList ul li { background-image:url(/Images/Graphics/bullet_redcheck.gif); }
 
ol.checkList li, ul.checkList li { margin-bottom:0.5em; }
 
ol.checkList { 
  margin-left:1.5em; 
  padding-left:0px; 
}

.checkList ol li { 
  list-style:decimal; 
  background-image:none; 
  padding-left:0em; 
} 

.firstTab
{
    background: transparent url(/Images/Tabs/firstTab.gif) no-repeat right top;
    width: 140px;
    padding-left: 4px !important;
    height: 30px;
    text-decoration:none;
    font: 12px/30px Arial;
    color: #ffffff !important;
}

.secondTab
{
    background: transparent url(/Images/Tabs/secondTab.gif) no-repeat left top;
    width: 140px;
    padding-left: 13px !important;
    height: 30px;
    text-decoration:none;
    font: 11px/36px Arial;
    color: #4b9800 !important;
}

.secondTabLong
{
    background: transparent url(/Images/Tabs/secondTabLong.gif) no-repeat right top;
    width: 200px;
    padding-left: 6px !important;
    height: 30px;
    text-decoration:none;
    font: 12px/30px Arial;
    color: #ffffff !important;
}
    
.thirdTab
{
    background: transparent url(/Images/Tabs/thirdTab.gif) no-repeat left top;
    width: 76px;
    padding-left: 13px !important;
    height: 36px;
    text-decoration:none;
    font: 11px/36px Arial;
    color: #ac4500 !important;
}

.lastTab
{
    background: transparent url(/Images/Tabs/lastTab.gif) no-repeat left top;
    width: 100px;
    padding-left: 4px !important;
    height: 30px;
    text-decoration:none;
    font: 12px/30px Arial;
    color: #ffffff !important;
}

.lastTabLong
{
    background: transparent url(/Images/Tabs/lastTabLong.gif) no-repeat left top;
    width: 130px;
    padding-left: 6px !important;
    height: 30px;
    text-decoration:none;
    font: 12px/30px Arial;
    color: #ffffff !important;
}

.firstTabSelected
{
    background-image:url(/Images/Tabs/firstTabSelected.gif);
}
.secondTabSelected
{
    background-image:url(/Images/Tabs/secondTabSelected.gif);
}

.secondTabLongSelected
{
    background-image:url(/Images/Tabs/secondTabLongSelected.gif);
}

.firstTabDisabled
{
    color: #ffffff !important;
}

.lastTabDisabled
{
    color: #ffffff !important;
}

.thirdTabSelected
{
    background-image:url(/Images/Tabs/thirdTabSelected.gif);
}
.lastTabSelected
{
    background-image:url(/Images/Tabs/lastTabSelected.gif);
}

.lastTabLongSelected
{
    background-image:url(/Images/Tabs/lastTabLongSelected.gif);
}

.firstTabHovered
{
    background-image:url(/Images/Tabs/firstTabHover.gif);
}
.secondTabHovered
{
    background-image:url(/Images/Tabs/secondTabHover.gif);
}
.thirdTabHovered
{
    background-image:url(/Images/Tabs/thirdTabHover.gif);
}
.lastTabHovered
{
    background-image:url(/Images/Tabs/lastTabHover.gif);
}

.rtsImg 
{
    float:right;
    margin-top: 10px !important;
    margin-right: 5px !important;
}

.videoUploadDisabled
{
	background-color: #ffffff;
}

.videoSuccess
{
	font-family: Verdana;
	font-weight: bold;
	color: #009100;
}

hr.thin {
height: 1px;
border: 0;
color: #cccccc;
background-color: #cccccc;
width: 100%;
} 



