﻿.standardButton { 
*border:1px transparent solid !important;
}



.standardButton{
background-color:#EAAF10;
border:1px solid #EAAF10;
border-left:1px solid #D69016;
border-bottom:1px solid #D69016;
color:#fff;
margin-bottom:4px;
margin-top:4px;
margin-right:4px;
background-image:url(/images/stdbutton.png);
-webkit-border-radius:2px;
-moz-border-radius:2px;
padding:3px;
text-shadow:0 1px 0 #EAAF10;


}
.standardButton:hover{
background-color:#E8A317;
border:1px solid #FBB117;
cursor:pointer;
cursor:hand;
color:#222;
text-decoration:underline;
background-image:url(/images/stdbuttonhover.png);
}
.stdButton2{
background-color:#FBB117;
background-image:url(/images/stdbutton.png);
border:1px solid #E8A317;
color:#fff;
padding:3px;
}
.stdButton2:hover{
background-color:#E8A317;
border:1px solid #FBB117;
cursor:pointer;
cursor:hand;
color:#222;
text-decoration:underline;
background-image:url(/images/stdbuttonhover.png);
}


.deleteButton{
background-color:#777;
border:1px solid #777;
border-left:1px solid #999;
border-bottom:1px solid #999;
color:#fff;
margin-bottom:4px;
margin-top:4px;
margin-right:4px;
background-image:url(/images/cancel.png);
-webkit-border-radius:2px;
-moz-border-radius:2px;
padding:3px;
}
.deleteButton:hover{
background-color:#BF0000;
border:1px solid #BF0000;
cursor:pointer;
cursor:hand;
color:#fff;
text-decoration:underline;
background-image:url(/images/cancelhover.png);
}
.cancelButton{
background-color:#949494;
border:1px solid #949494;
border-left:1px solid #999;
border-bottom:1px solid #999;
color:#fff;
margin-bottom:4px;
margin-top:4px;
margin-right:4px;
background-image:url(/images/cancel2.png);
-webkit-border-radius:2px;
-moz-border-radius:2px;
padding:3px;
}
.cancelButton:hover{
background-color:#6B6B6B;
border:1px solid #6B6B6B;
cursor:pointer;
cursor:hand;
color:#fff;
text-decoration:underline;
background-image:url(/images/cancel2hover.png);
}


/* a wrap to move buttons left when they are located outside of the div they were supposed to be inside.. */
.orderButtonsLeft{
float:left;
display:inline-block;
margin-top:4px;
margin-left:16px;
margin-bottom:4px;

}

/* MODIFICATIONS TO BUTTONS ACCORDING TO USAGE */

.contentInnerRight .standardButton{
display:inline;
float:right;
}

/* ADMINBUTTONS */

.adminButtons .standardButton{
margin:0px;
margin-right:4px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
background-image:url(/images/stdbutton.png);
}
.adminButtons .standardButton:hover{
text-decoration:underline;
background-image:url(/images/stdbuttonhover.png);
}

/* IN POPUPS */

.SlimPopupPanel td .standardButton{
margin:0px;
}

/* QUESTIONS TABLE */

.questionsTable .standardButton{
float:right;
margin-left:6px;
width:18px;
height:18px;
line-height:normal;
padding-top:0px;
}

/* SEARCHLIST */

.searchList .standardButton{
margin-top:0px;
margin-bottom:0px;
}

/* COURSE DETAILS */

#schedCourseDetailLeft table .standardButton{
margin-bottom:0px;
margin-top:0px;
}