﻿@import "../../CommonTools/CSS/bootstrap.min.css";
@import "Core.css";
@import "Advertisment.css";
@import "conference.css";
@import "eMag.css";
@import "eShop.css";
@import "Forum.css";
@import "Gallery.css";
@import "Links.css";
@import "Multimedia.css";
@import "News.css";
@import "Pages.css";
@import "Poll.css";
@import "Tabs.css";
@import "Products.css";
@import "this.css";

.Core_SearchText {
    background: url("Images/SearchIcon20.png") no-repeat scroll left center #ffffff;
    border-radius: 5px;
    height: 25px;
    width: 230px;
}
.Core_BTNSearch {
    display: none;
}

#CommonToolsPageCounter {
}
  #PagerNumber {
    color:white;
    border-radius:5px;
    background-color:#e1e1e1;
	padding:4px;
	padding-left:8px;
	padding-right:5px;
	border:1px solid #515151;
	margin:5px;
}
#PagerNumber-Active{
    color:#e1e1e1;
    border-radius:5px;
    background-color:#ffffff;
	padding:4px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #e1e1e1;
	margin:5px;
}
#LanguageSelectorBox{
    background-image: url("images/top3.jpg");
    border-bottom: 3px solid #ffa500;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
}
#LanguageSelector {
}
#LanguageSelector .active {
    background-color: gray;
}
#LanguageSelector td {
    padding: 5px;
}
#SimpleSearchBox {
}
#ActionDown{
	background-color:green;
	border-radius:5px;
	padding:5px;
	margin-top:10px;
}
.LoginHeader{
    background-image: url("images/top3.jpg");
    border-bottom: 3px solid #ffa500;
    border-radius: 5px;
    color: #fff;
    font-family: times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
	display:block;
}
.TicketTitleTxt{
    width:90%;
    height:34px;
}

.TicketCommentTxt {
    width:90%;
    height:200px;
}
.BtnAddGreen {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}