/*
CSS Credit: http://www.templatemo.com/
*/
html, 
body {
	
		
	width:100%;
	margin: 0;
	padding: 0;
	height:100%;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:White;
}

#body 
{
}

#header 
{
}

a:link, a:visited {text-decoration: none;} 
a:active, a:hover { color: #FF0000;}

p {
	margin: 0 0 5px 0;
	padding: 0px;

}
.button1
{
	margin-left:20px;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #750a20;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h3 
{
    color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	
}


h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #750a20;
}

.updatedtime {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.view_all a{
	clear: both;
	display: block;
	width: 100%;
	padding: 5px 0 1px 0;
	margin-bottom: 5px; 
	font-weight: bold;
	text-decoration: none;
	border-top: 1px dotted #CCC;
}

#container 
{	min-height:100%;
	position:relative;
	

}

#top_panel 
{
	float: left;
	width: 100%;
	height: 100px;
	margin: 0px;
	color: #FFF;
	background:  #185ECD url(images/Themes/top_panel_background.png) no-repeat right;
}

#sitetitle
 {
    color: #FFFFFF;
	float: left;
	width: 300px;
	margin: 25px 0 0 15px;
	padding: 10px 0 5px 0;
	font-size: 35px;
	font-weight: bold;
	
}

#searchbox {
	float: left;
	width: 320px;
	margin: 40px 0 0 15px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchfield{
	background:#FFFFFF;
	border: none;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 16px;
	line-height: normal;
	padding: 4px;
	width: 200px;
}


#searchbutton{
	background: url(images/search_button.gif); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

#currentdate {
	float: right;
	width: 300px;
	margin: 70px 0 0 0;
	text-align: right;
	font-weight: bold;
}

/*------------- Menu ------------------*/
#menu {
	float: left;
	width: 100%;
	height: 30px; 
	margin: 0;
	padding: 7px 0 0 0;
	background: #000000 ;
	border-bottom: 1px solid #333;
	list-style:none;
}

#menu li{ list-style: none; 
          display:inline; 
          margin: 0; 
          font-family:Arial, Helvetica, sans-serif;
          font-size:13px;float: left; }
          
 #menu li a
 {
 	    font-size: 12px;
		text-decoration: none;
		padding: 0 25px;
		margin:0px;
		font-weight: bold;
		text-align:left;
		border-right: 1px solid #FFFFFF;
		color: #FFFFFF;
		background: #000000 ;
	}  
#menu li div
	{  
		position: absolute;
		visibility: hidden;
		margin: 0;
		padding: 10px 0 0 0;
	}
	#menu div a
	{	
		height: 25px;
		position: relative;
	 	padding:6px 15px 6px 15px;
		display: block;
		margin-bottom:1px;
		text-align: left;
		vertical-align:top;
		text-decoration: none;
	}
	
#menu li a:hover, #menu li .current{
	color: #FFFF00;
}
#menu li a:hover, #menu li .hiddit
{
	color: #FFFFFF;
}	

.lb
{
	color:White;
	font-weight:bold;
	background-color:Maroon;
}
.lb:hover
{
	color:Yellow;
	font-weight:bold;
	background-color:Maroon;
}

#submenu{
	
	float: left;
	width: 100%;
	height: 30px;
	background: #000000 ;
	border-bottom: 1px solid #333;
}

#submenu ul {
	float: left;
	width: 800px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style:none;
}

#submenu ul li{
	display:block;
}
/* end of menu */

/* content */
#content {
	float: left;
	width: 100%;
}

#main_leftcol {
	float: left;
	width: 590px;
	margin-top: 15px;
	margin-left:10px;
}

.leftcol_subcol {
	float: left;
	width: 260px;
	padding: 0 15px 0 0;
	margin-right: 15px;
}

#main_rightcol {
	float: right;
	margin-top: 0;
	width: 380px;
}

* html #main_rightcol {
	margin-left: -15px;	
}

#topnews {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

#topnews img{
	margin-bottom: 5px;
}

#gallery_section {
	display: block;
	width: 278px;
	padding: 5px 0 5px 5px;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}

#image_section {
	float: left;
	width: 278px;	
	padding-bottom: 5px;
}

#image_section img{
	float: left;
	margin: 0 3px 3px 0;
	border: none;
}

.regular_section {
	display: block;
	width: 285px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

.newsbox {
	clear: both;
	width: 285px;
	padding-bottom: 15px;
}


.newsbox img{
	float: left;
	margin: 0 5px 0 0;
	padding: 0px;
}

.newsbox .newstitle {
	font-size: 16px;
	color:#C00;
	font-weight: bold;
}

.newsbox p{
	font-size: 11px;
}

.regular_section ul{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.regular_section li a{
	font-weight: bold;
}

.regular_section li a:hover{
	text-decoration: underline;
}

.leftcol_fullrow {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px 0 0 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	
}

.rcol_sectionwithborder {
	display: block;
	width: 368px;
	border: 1px solid #CCC;
	margin-bottom: 25px;	
}

#video_section {
	display: block;
	width: 358px;
	margin-top: 10px;	
	margin-left: 10px;
}

* html #video_section {
	margin-left: 5px;
}

#video_section .video_box {
	float: left;
	width: 106px;
	margin: 0 10px 10px 0;
}

#video_section .video_box img{
	margin: 0 0 5px 0;
}

#video_section .video_box a{
	font-size: 10px;
	font-weight: bold;
}

#video_section .video_box a span{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

#newsletter_section {
	width: 348px;
	margin: 10px;
}

#newsletter_section  form {
	margin: 0 30px 0 0;
	text-align: right;
}

#newsletter_section  select {
	width: 200px;
	height: 25px;
	padding: 2px 0;
	margin: 0px;
}

#newsletter_section .form_row{
	padding: 3px 0px;
}


#newsletter_section label {
	margin-right: 10px;
}

#newsletter_section input{
	width: 195px;
	height: 15px;
}

#newsletter_section .button{
	height: 25px;
	width: 80px;
}

#blog_section {
	width: 348px;
	margin: 10px;
}

#blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

#blog_section .datetime{
	font-weight: bold;
}

#poll_section {
	width: 348px;
	margin: 10px;
}

#poll_section p{
	padding-bottom: 10px;
}


#poll_section img{
	float: right;
}

#poll_section .button{
	height: 25px;
	width: 50px;
	margin-right: 25px;
}

#partner_section {
	width: 348px;
	margin: 10px;
}

.partner_box {
	width: 348px;
	padding: 0px;
	margin-bottom: 25px;
}

.partner_box p{
	clear: both;
}

/* ----- Footer ----- */
#footer {
	/*clear:both;*/
	float: left;
	position:absolute;
	width: 100%;
	color:Black;
	text-align: left;
	background: #333333;
	left:0;
	right:0;
	
	
	padding:0px 0 0px 0;
	margin:0;
	bottom:0;
}


.footer_leftcol {
	float: left;
	margin: 10px 0 0 15px;
}

/*.footer_rightcol {
	float: right;
	color: #FFF;
	text-decoration: none;
	margin: 10px 20px 0 15px;
}*/
.footer_rightcol {
	float: right;
	color: #FFF;
	text-decoration: none;
	margin: 10px 20px 0 15px;	
	
}

.footer_rightcol_version {
	text-align:center;
	color: #FFF;
	text-decoration: none;
	margin: 1% 2% 0 45%;
	padding:0 0 15px 0;
	
}


#footer p{
	padding: 0;
	margin-bottom: 10px;	
	text-align: justify;
	color:White;
}

#footer a{
	color:White;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}



/* ----- End of Footer ----- */

#left {
	float: left;
	width: 635px;
	margin: 0 0 0 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 10px 0 10px;
		
		background: #fff 
		color: #454545;
		padding: 0px 0px 0px 0px;
	}
	
.button
{
	margin-left:320px;
	height: 26px;
}
.button2
{
	margin-left:270px;
	height: 26px;
}

#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
.label
{
	margin-left:200px;
	}
	.agrid
{
    color:blue;
    text-decoration:underline;
}

#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

.labeldescription
{
	text-align:justify;
}
.imagetopnews
{
	width:75px;
	height:60px;	
}

.imageCompanyLogo
{
	margin:0;
	width:250px;
	height:100px;
}
.side
{
	margin:0;
	width:100%;
	height:119px;
	/*background: #003 url(images/top_panel_background.jpg) no-repeat;	*/
}

.about{
width:70%;
float:left;
margin:0 0 0 10px;
display:inline;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959;
background-color:White;
}

#sidebar{
width:25%;
float:right;
background-color:#FFFFFF;
margin:0 0 0 22px;
	height: 80%;
}
#block{
width:214px;
float:left;

background-color:#174F63;
padding:10px 0 7px 0;
}
#login{
background-image:url('images/login.jpg');
background-position:left top;
background-repeat:no-repeat;
height: 80%;
width:80%;

margin:0 0 0 0;
padding:52px 0 0 27px;
}

#login img{
float:left;
}
.input{
width:80%;
height:6%;
border:2px inset #D5D5D5;
float:left;
margin:0 0 6px 0;
padding:0 0 0 2px;
font-family:Tahoma;
font-size:11px;
color:#828282
}
.signinbutton{
background-image:url(images/button.gif);
background-position:top left;
background-repeat:no-repeat;
background-color:#FFFFFF;
width:75%;
border:0px;

/*margin:7px 0 5px 7px;*/



padding:3px 6px 6px 3px;
cursor:hand;
cursor:pointer;
color:#2C2C2C;
font-family:Tahoma;
font-size:11px;
}
.checkbox{
float:left;
/*border:2px inset #D5D5D5;*/
padding:0 0 0 2px;
margin:0 0 5px 0;
width:8%;
height:8%;
}
.forgot{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#2083B6;
text-decoration:underline;
display:block;
/* display:inline;*/
float:left;
margin:10px 0 0 27px
}
.forgot:visited{text-decoration:underline}
.forgot:hover{text-decoration:none}
.rememberimg
{
	margin-left:5px;
	margin-top:0;
	margin-bottom:5px;
	
}
.aa
{
	background-image:url(images/list_bg.gif);
background-position:top bottom;
background-repeat:repeat;

}
#wrapper{

width:100%;
overflow:hidden;
}
#content1 {
	
	width: 100%;
	
}
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info {float: right; color:White;margin: 0 15px 0 0; text-align: right;  }
.rowheight
{

	height:0px;
}
.hideit
{
	display:none;
}
.pager span { /*font-weight:bold ;*/
              color:Blue;
              font-size:16px;
              
              
             
              
              }	
              
              /* ajax__tab_ie-theme theme */
.ajax__tab_ie-theme .ajax__tab_header 
{
    padding-left:5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
    background:url(images/ie/tab_unselected.gif);
    width:110px;
    padding:9px 0px 3px 0px;
    text-align:left;    
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
    padding:6px 0px 3px 0px;
    background:url(images/ie/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body 
{
   /* background:url(images/ie/ie_tabbacker_720x296.jpg) no-repeat;*/
    font-size:13px;
    font-family:verdana;
    height:296px;
    width:716px;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
     padding:8px;
}
.lb_Back
{
	float:right;
}
.imgstyle
{
	margin-left:10px;
}  

.upvideo
{
	margin-left:10px;
} 

/* Buttons */

.Generatexml
{
      background: white url('images/Themes/Generate XML.png') no-repeat center;
      margin-left:20px;
}
.Generatexml:hover
{
      background: white url('images/Themes/Generate XML_Over.png') no-repeat center;
      margin-left:20px;
}
.UpcomingEvents
{
      background: white url('images/Themes/upcoming events.png') no-repeat center;
      margin-left:20px;
}
.UpcomingEvents:hover
{
      background: white url('images/Themes/upcoming events over.png') no-repeat center;
      margin-left:20px;
}
.History
{
      background: white url('images/Themes/history.png') no-repeat center;
      margin-left:20px;
}
.History:hover
{
      background: white url('images/Themes/history_over.png') no-repeat center;
      margin-left:20px;
}
.SavePublish
{
      background: white url('images/Themes/Save & Publish.png') no-repeat center;
}
.SavePublish:hover
{
      background: white url('images/Themes/Save & Publish_Over.png') no-repeat center;
}
.Order
{
      background: white url('images/Themes/Order.png') no-repeat center;
}
.Order:hover
{
      background: white url('images/Themes/Order_Over.png') no-repeat center;
}
.RemoveStories
{
	background: white url('images/Themes/Remove stories.png') no-repeat center;
}
.RemoveStories:hover
{
	background: white url('images/Themes/Remove stories_Over.png') no-repeat center;
}
.GeneratePlaylist
{
	background: white url('images/Themes/Generate_Playlist.png') no-repeat center;
}
.GeneratePlaylist:hover
{
	background: white url('images/Themes/Generate_Playlist_Over.png') no-repeat center;
}
.Distribute
{
      background: white url('images/Themes/Distribute.png') no-repeat center;
}
.Distribute:hover
{
      background: white url('images/Themes/Distribute_Over.png') no-repeat center;
}
.ChangePwd
{
      background: white url('images/Themes/Change Password.png') no-repeat center;
}
.ChangePwd:hover
{
      background: white url('images/Themes/Change Password_Over.png') no-repeat center;
}
.Submit
{
      background: white url('images/Themes/Submit.png') no-repeat center;
}
.Submit:hover
{
      background: white url('images/Themes/Submit_Over.png') no-repeat center;
}
.Cancel
{
      background: white url('images/Themes/Cancel.png') no-repeat center;
}
.Cancel:hover
{
      background: white url('images/Themes/Cancel_Over.png') no-repeat center;
}
.Go
{
      background: white url('images/Themes/Go.png') no-repeat center;
}
.Go:hover
{
      background: white url('images/Themes/Go_Over.png') no-repeat center;
}
.Clear
{
      background: white url('images/Themes/Clear.png') no-repeat center;
}
.Clear:hover
{
      background: white url('images/Themes/Clear_Over.png') no-repeat center;
}
.AssignEditor
{
      background: white url('images/Themes/Assign VT Editor.png') no-repeat center;
}
.AssignEditor:hover
{
      background: white url('images/Themes/Assign VT Editor_Over.png') no-repeat center;
}
.MakeLive
{
      background: white url('images/Themes/Make Live.png') no-repeat center;
}
.MakeLive:hover
{
      background: white url('images/Themes/Make Live_Over.png') no-repeat center;
}
.CreateSlug
{
      background: white url('images/Themes/Create Slug.png') no-repeat center;
}
.CreateSlug:hover
{
      background: white url('images/Themes/Create Slug_Over.png') no-repeat center;
}
.UploadVideo
{
      background: white url('images/Themes/Upload Video.png') no-repeat center;
}
.UploadVideo:hover
{
      background: white url('images/Themes/Upload Video_Over.png') no-repeat center;
}
.UploadStory
{
      background: white url('images/Themes/Upload Story.png') no-repeat center;
}
.UploadStory:hover
{
      background: white url('images/Themes/Upload Story_Over.png') no-repeat center;
}
.UploadImages
{
      background: white url('images/Themes/Upload Images.png') no-repeat center;
}
.UploadImages:hover
{
      background: white url('images/Themes/Upload Images_Over.png') no-repeat center;
}
.Uploadcomplete
{
      background: white url('images/Themes/Upload complete.png') no-repeat center;
}
.Uploadcomplete:hover
{
      background: white url('images/Themes/Upload complete_Over.png') no-repeat center;
}
.txticon
{
		height:50px;
	width:50px;
      background: white url('images/Themes/txticon.png') no-repeat center;
}
.htmlicon
{
      background: white url('images/Themes/htmlicon.gif') no-repeat center;
}
.pdficon
{
	height:50px;
	width:50px;
    background: white url('images/Themes/pdfIcon.jpg') no-repeat center;
}
.Generateplaylist
{
      background: white url('images/Themes/Generate playlist.png') no-repeat center;
}
.Generateplaylist:hover
{
      background: white url('images/Themes/Generate Playlist_Over.png') no-repeat center;
}
.Generatestory
{
      background: white url('images/Themes/Generate Story.png') no-repeat center;
}
.Generatestory:hover
{
      background: white url('images/Themes/Generate Story_Over.png') no-repeat center;
}
.Add
{
      background: white url('images/Themes/Add.png') no-repeat center;
}
.Add:hover
{
      background: white url('images/Themes/Add_Over.png') no-repeat center;
}
.Uncheckall
{
      background: white url('images/Themes/Uncheck All.png') no-repeat center;
}
.Uncheckall:hover
{
      background: white url('images/Themes/Uncheck All_Over.png') no-repeat center;
}
.CheckAll
{
      background: white url('images/Themes/Check All.png') no-repeat center;
}
.CheckAll:hover
{
      background: white url('images/Themes/Check All_Over.png') no-repeat center;
}
.Remove
{
      background: white url('images/Themes/Remove.png') no-repeat center;
}
.Remove:hover
{
      background: white url('images/Themes/Remove_Over.png') no-repeat center;
}
.RemoveStories
{
      background: white url('images/Themes/Remove stories.png') no-repeat center;
}
.RemoveStories:hover
{
      background: white url('images/Themes/Remove stories_over.png') no-repeat center;
}
.Addmore
{
      background: white url('images/Themes/Add More.png') no-repeat center;
}
.Addmore:hover
{
      background: white url('images/Themes/Add More_Over.png') no-repeat center;
}
.DistributeToWeb
{
      background: white url('images/Themes/Distribute To Web.png') no-repeat center;
}
.DistributeToWeb:hover
{
      background: white url('images/Themes/Distribute To Web_Over.png') no-repeat center;
}
.GetStories
{
      background: white url('images/Themes/Get stories.png') no-repeat center;
}
.GetStories:hover
{
      background: white url('images/Themes/Get stories_over.png') no-repeat center;
}
.Addmore:hover
{
      background: white url('images/Themes/Add More_Over.png') no-repeat center;
}
.message
{
	font-size:large;
	color:Green;
  font-weight:bold;
	
}
a.btn {color:Blue;}
a.btn:visited	{color:Black;}
a.btn:hover	{color:Red;}

.Save
{
	background: white url('images/Themes/Save.png') no-repeat center;
}
.Save:hover
{
	background: white url('images/Themes/Save_Over.png') no-repeat center;
}
.Cancel
{
	background: white url('images/Themes/Cancel.png') no-repeat center;
}
.Cancel:hover
{
	background: white url('images/Themes/Cancel_Over.png') no-repeat center;
}
.Clear
{
      background: white url('images/Themes/Clear.png') no-repeat center;
      margin-left:20px;
}
.Clear:hover
{
      background: white url('images/Themes/Clear_Over.png') no-repeat center;
      margin-left:20px;
}
.Submit
{
      background: white url('images/Themes/Submit.png') no-repeat center;
}
.Submit:hover
{
      background: white url('images/Themes/Submit_Over.png') no-repeat center;
}
.Cancel
{
      background: white url('images/Themes/Cancel.png') no-repeat center;
      margin-left:20px;
}
.Cancel:hover
{
      background: white url('images/Themes/Cancel_Over.png') no-repeat center;
      margin-left:20px;
}
.addcity
{
	background: white url('images/Themes/Add City.png') no-repeat center;
}
.addcity:hover
{
	background: white url('images/Themes/Add City_Over.png') no-repeat center;
}
.Create
{
	background: white url('images/Themes/Create.png') no-repeat center;
}
.Create:hover
{
	background: white url('images/Themes/Create_Over.png') no-repeat center;
}
.add
{
	background: white url('images/Themes/Add.png') no-repeat center;
}
.add:hover
{
	background: white url('images/Themes/Add_Over.png') no-repeat center;
}
.DistributeWeb
{
	background: white url('images/Themes/Distribute To Web.png') no-repeat center;
}
.DistributeWeb:hover
{
	background: white url('images/Themes/Distribute To Web_Over.png') no-repeat center;
}
.purge
{
	background:white url('images/Themes/purge.png')
}
.purge:hover
{
	background:white url('images/Themes/Purge_Over.png')
}
.copystory
{
	background:white url('images/Themes/Copy & Paste Story.png')
}
.copystory:hover
{
	background:white url('images/Themes/Copy & Paste Story_Over.png')
}
.approve
{
	background:white url('images/Themes/Approve.png')
}
.approve:hover
{
	background:white url('images/Themes/Approve_Over.png')
}
.reject
{
	background:white url('images/Themes/reject.png')
}
.reject:hover
{
	background:white url('images/Themes/reject_over.png')
}
.SaveChanges
{
      background: white url('images/Themes/save_changes.png') no-repeat center;
       margin-left:20px;
}
.SaveChanges:hover
{
      background: white url('images/Themes/save_changes_over.png') no-repeat center;
       margin-left:20px;
}
.distributetoclient
{
      background: white url('images/Themes/distribute to client.PNG') no-repeat center;
       margin-left:20px;
}
.distributetoclient:hover
{
      background: white url('images/Themes/distribute to client over.PNG') no-repeat center;
       margin-left:20px;
}
.Update
{
      background: white url('images/Themes/Update.png') no-repeat center;
       margin-left:20px;
}
.Update:hover
{
      background: white url('images/Themes/Update Over.png') no-repeat center;
       margin-left:20px;
}
.Ok
{
      background: white url('images/Themes/ok.png') no-repeat center;
       margin-left:20px;
}
.Ok:hover
{
      background: white url('images/Themes/ok over.png') no-repeat center;
       margin-left:20px;
}
.Goback
{
      background: white url('images/Themes/Go Back.png') no-repeat center;
       margin-left:20px;
}
.Goback:hover
{
      background: white url('images/Themes/Go Back_Over.png') no-repeat center;
       margin-left:20px;
}
.Copy
{
      background: white url('images/Themes/copy.PNG') no-repeat center;
       margin-left:20px;
}
.Copy:hover
{
      background: white url('images/Themes/copy over.PNG') no-repeat center;
       margin-left:20px;
}
.Blank
{
      background: white url('images/Themes/blank format.PNG') no-repeat center;
       margin-left:20px;
}
.Blank:hover
{
      background: white url('images/Themes/blank format over.PNG') no-repeat center;
       margin-left:20px;
}
.Copyraw
{
      background: white url('images/Themes/copy from raw.PNG') no-repeat center;
       margin-left:20px;
}
.Copyraw:hover
{
      background: white url('images/Themes/copy from raw over.PNG') no-repeat center;
       margin-left:20px;
}
.Back
{
      background: white url('images/Themes/back.PNG') no-repeat center;
       margin-left:20px;
}
.Back:hover
{
      background: white url('images/Themes/back over.PNG') no-repeat center;
       margin-left:20px;
}

.login_name
{
    color:#CC3366;
}
#top_info 
{  
     color:#CC3366;     
}
.do_not_purge
{
      background: white url('images/Themes/do not purge.PNG') no-repeat center;
       margin-left:20px;
}
.do_not_purge:hover
{
      background: white url('images/Themes/do not purge orver.PNG') no-repeat center;
       margin-left:20px;
}
.apply
{
      background: white url('images/Themes/apply.PNG') no-repeat center;
       
}
.apply:hover
{
      background: white url('images/Themes/apply over.PNG') no-repeat center;
       
}
.print
{
      background: white url('images/Themes/print.PNG') no-repeat center;
     
}
.print:hover
{
      background: white url('images/Themes/print over.PNG') no-repeat center;
       
}
