/**
 *
 *   Progress Bar Style Sheet Flie
 *   Copyright (c) 2008. by MASSVision, http://massvision.net
 *   Author: Mladen Mijatov
 *
 **/

/* definicija glavnog bloka */
div.progress_bar {
   display: block;
   width: 300px;
   height: 40px;

	margin-top: 10px;

   position: relative;
}

/* definicija tekstualnih delova */
div.progress_bar span.text {
   display: block;
   width: 100%;

   position: absolute;
   top: 0px;
   left: 0px;
}

div.progress_bar span.perc {
   display: block;
   width: 20%;
   height: 16px;

   position: absolute;
   bottom: 2px;
   right: 0px;
}

/* definicija progress bar-a */
div.progress_bar div.bar {
   display: block;
   width: 75%;
   height: 14px;

   padding: 1px;

   position: absolute;
   bottom: 0px;
   left: 0px;

   border: 1px solid #de0101;
}

div.progress_bar div.bar_fill_back {
   display: block;
   width: 100%;
   height: 100%;

   background-color: #f3f3f3;
}

div.progress_bar div.bar_fill {
   display: block;
   height: 100%;

   position: relative;

   background-color: #de0101;
}

div.progress_bar div.bar_fill_right_edge {
   display: block;
   width: 2px;
   height: 100%;

   position: absolute;
   top: 0px;
   right: 0px;

   background-color: #de0101;
}

.blockTableSurvey span.sortableList {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}