html, body {
	background: #DDD;
	font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
	font-size: 11pt;
}

.main {
	background: #FFF;
	border: 1px solid #BBB;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
	box-shadow: 2px 2px 3px #BBB;
    -webkit-box-shadow: 2px 2px 3px #BBB;
    -moz-box-shadow: 2px 2px 3px #BBB;
	clear: all;
	display: block;
	margin-top: 10px;
}

.content {
	border-bottom: 1px solid #BBB;
	padding-bottom: 10px;
}

.footer {
	font-size: 9pt;
	margin-top: 5px;
}

.header {
	background: url('../img/header-bg.gif') bottom center repeat-x #FFF;
	box-shadow: 2px 2px 3px #BBB;
    -webkit-box-shadow: 2px 2px 3px #BBB;
    -moz-box-shadow: 2px 2px 3px #BBB;
	height: 65px;
	margin: 10px 10px 0 10px;
}

.greek_flag {
	background: url('../img/greek.jpg') center left no-repeat;
	display: inline-block;
	margin: 3px;
	vertical-align: middle;
	width: 22px;
	height: 14px;
}
.english_flag {
	background: url('../img/english.jpg') center left no-repeat;
	display: inline-block;
	margin: 3px;
	vertical-align: middle;
	width: 22px;
	height: 14px;
}

.breadcrumb {
	float: right;
}

.main .grid_13 {
	background: #FFF;
}

/**
 *	General rules
 */
h1, h2, h3 {
	font-weight: normal;
	margin: 10px 0 5px 0;
 	text-shadow: 1px 1px 1px #999;
}
h1 {
	font-size: 16pt;
	text-shadow: 1px 1px 1px #999;
}
#logo {
	background: url('../img/smsways_logo64.png') center left no-repeat;
	color; #6699CC;
	display: block;
	font-size: 20pt;
	margin: 0;
	padding: 12px 0 12px 50px;
	vertical-align: center;
}
#logo:hover {
	text-decoration: none;	
}
h2 {
	font-size: 14pt;
	margin-bottom: 10px;	
}
h3 {
	font-size: 13pt;
}

ul {
	margin-top: 0;
}

hr {
	margin: 10px 3px;
	padding: 0;
}

p {
	margin-bottom: 5px;
	text-align: justify;
}

p.error {
	color: #AA0000;
}
p.warning {
	background: #FFFFDD;
	border: 1px solid #FFFF00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;

	padding: 5px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #002288;
	text-decoration: underline;
}

dl {
	background: transparent;
}

dt {
	background: transparent;
	clear: left;
	display: block;
	float: left;
	font-size: 9pt;
	opacity: 0.8;
	padding: 4px;
	text-align: right;
	width: 100px;
}
dd {
	display: block;
	float: left;
	margin-left: 3px;
	padding: 2px;
	width: auto;
}

dl.ajax_info dt {
	font-size: 9pt;
	width: 100px;
}
dl.ajax_info dd {
	font-size: 10pt;
}

.number {
	text-align: right;
}

/**
 * 	End General rule
 */

/**
 * Sidebar
 */
.sidebar {
	background: #EEE;
	font-size: 12pt;
	min-height: 500px;
	margin-top: 5px;
}
.sidebar li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.sidebar a {
	color: #252525;
	display: block;
	font-size: 12pt;
	padding: 8px 4px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #999;
}
.sidebar a:hover, .sidebar a.selected {
	background: #555 url('../img/alert-overlay.png') repeat-x;
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
}

/**
 * End Sidebar
 */

/**
 * Tables
 */
table {
    border: 1px solid #BBB;
    border-collapse: collapse;
    box-shadow: 2px 2px 2px #BBB;
    -webkit-box-shadow: 2px 2px 2px #BBB;
    -moz-box-shadow: 2px 2px 2px #BBB;
}
th {
    height: 18px;
    background: #DDD;
    vertical-align: text-top;
    border-right: 1px dotted #BBB;
    padding: 1px 6px 2px 3px;
    color: #333;
    font-size: 8pt;
}
th a {
	color: #003399;
    display: block;
    margin: 0;
    padding: 1px 4px 2px 2px;
}
th a:hover {
	color: #002288;
}

th a.asc {
    background: url('../img/up.gif') center right no-repeat transparent;
    padding: 0 16px 0 0;
}
th a.desc {
    background: url('../img/down.gif') center right no-repeat transparent;
    padding: 0 16px 0 0;
}
td {
    display: table-cell;
    border: 1px solid #BBB;
    border-left: 0;
    border-right: 1px dotted #BBB;
    border-collapse: collapse;
	font-size: 10pt;
    padding: 5px 5px 3px 5px;
    vertical-align: top;
}
.actions {
	white-space: nowrap;
}

tr.pending {
	color: #EE0000;
}

tfoot tr, tfoot tr.highlight, tfoot tr.even {
    background: #DDD;
	cursor: default;
    font-size: small;
}
tfoot td {
    color: #333;
    font-size: 7pt;
    font-weight: bold;
    height: 18px;
}
/**
 * End Tables
 */


/**
 * Forms
 */
legend {
	background: #EEE;
	border: 1px solid #BBB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 1px 5px;
 	text-shadow: 1px 1px 1px #999;
}
fieldset {
	background-color: #FFF;
	background: -moz-linear-gradient(center top , #F7F7F7, #FFFFFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#FFFFFF));
	border: 1px solid #BBB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	width: 45%;	
	margin-right: 10px;
	padding: 10px;
}
fieldset#credit, fieldset#deposit {
	border: 2px solid #AE0000;
}
label {
	clear:left;
	display:block;
	font-size: 9pt;
	font-color: #AAA;
	margin:0;
	padding:0;
}
div.input {
	font-size: 9pt;
}
.required label {
	font-weight: bold;
}
textarea, input[type="text"], input[type="password"], select {
    background: -moz-linear-gradient(top, #FFFFFF, #F3F3F3 1px, #FFFFFF 20px);  
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
   	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  	
	font-size: 12pt;
	margin-bottom: 3px;
	margin-left: 0;
	outline: 0;  
}
input:focus, select:focus, textarea:focus {
	background: #FFFFCC;
    border: 1px solid #336699;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input[type=radio], .radio label {
	display: inline;
	font-size: 12pt;
}
input[readonly], input[readonly]:focus {
	background: transparent;
	border: 0;
	box-shadow: none;
   	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.horizontal input, .horizontal label, .horizontal div {
	display: inline;
}
.horizontal label {
	padding: 5px;
}
td input[type=text] {
	font-size: 10pt;
	width: 100px;
}

.checkbox checkbox, .checkbox label {
	display: inline;
}
div.input label {
	display: inline-block;
	margin-right: 5px;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}
div.checkbox label {
	width: auto;
	margin-left: 5px;
	padding: 3px;
}
div.checkbox input[type=checkbox] {
	margin-left: 85px;
}
div.input input, div.input select {
	display: inline-block;
	margin: 3px;
}
select.later_execution {
	font-size: 9pt;
}

small, .small {
	font-size: 8pt;
}
.awesome {
	background-color: #333; 
	background-image: url('../img/alert-overlay.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #fff;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 5px 10px 6px;
	font-weight: bold;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-decoration: none;
	text-shadow: 0 -1px 1px #222;
	position: relative;
	cursor: pointer;
}
.awesome:hover { 
	background-color: #111; 
	color: #fff; 
	text-decoration: none;
}
.awesome:active { top: 1px; }

form .awesome {
	margin: 5px 5px 0 0;
}

#LoginForm {
	display: block;
	margin: 0 auto;
}

td .awesome {
	margin-right: 3px;
}

.blue {
	background-color: #003399; 
	border-bottom: 1px solid #003399;
/**	background-color: #6699CC; 
	border-bottom: 1px solid #6699CC;**/
}
.blue:hover { 
	background-color: #002288;
	border-bottom: 1px solid #002288;
}
.green {
	background-color: #009933;
	border-bottom: 1px solid #009933;
}
.green:hover {
	background-color: #008822;
	border-bottom: 1px solid #008822;
}
.red {
	background-color: #AE0000;
	border-bottom: 1px solid #AE0000;
}
.red:hover {
	background-color: #9D0000;
	border-bottom: 1px solid #9D0000;
}

/**
 * End Forms
 */

.ajax_info {
	background: #C6E2FF;
	background: -moz-linear-gradient(center top , #C6E2FF, #FFFFFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C6E2FF), to(#FFFFFF));
	border: 1px solid #002288;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin: 5px 0 15px 0;
	padding: 0 10px 10px 10px;
}

.contact_information, .invoice_information {
	background: #EFEFEF;
}

.links {
	padding: 0;	
/**	position: absolute;
	top: 15px;
	right: 70px;**/
}

.links li {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 0;	
}

/**
 * Paging
 */
a.first_link {
    background:transparent url(../img/go-first.png) no-repeat scroll left center;
    padding-left:25px;
}
a.prev_link {
    background:transparent url(../img/go-previous.png) no-repeat scroll left center;
    padding-left:25px;
}
a.next_link {
    background:transparent url(../img/go-next.png) no-repeat scroll right center;
    padding-right:25px;
}
a.last_link {
    background:transparent url(../img/go-last.png) no-repeat scroll right center;
    padding-right:25px;
}
div.paging .disabled {
    display:none;
}
div.paging {
    font-size:10pt;
    padding:0 0 10px;
    text-align:center;
}
p.paging_status {
	background: #EFEFEF;
    clear:left;
	color: #252525;
	font-size: 9pt;
    margin:5px 0;
    padding:0;
    text-align:left;
}
div.paging span {
    display: inline-block;
    padding: 2px 6px;
}
div.paging span:hover {
    background: #FF9;
}
div.paging span.current {
    background: #39649D;
    color: #FFF;
}

/**
 * End Paging
 */

tr {
	background: #FFF;
}
tr.even {
	background: #EFEFEF;
}
tr.highlight {
	background: #FFFFCC;
	cursor: pointer;
}

.grid_13 .grid_6, .grid_13 .grid_8 {
	margin: 0;
}

#user_status {
	background-color: #6699CC;
	background-image: url('../img/alert-overlay.png');
	box-shadow: 2px 2px 3px #BBB;
    -webkit-box-shadow: 2px 2px 3px #BBB;
    -moz-box-shadow: 2px 2px 3px #BBB;
	clear: left;
	display: block;
	font-style: small-caps;
	font-size: 9pt;
	height: 25px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 66;
}

/**
 * Notifications
 */
#notification {
    border-bottom: 2px solid #BBB;
    color: #000;
    height: 30px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#notification_close {
	float: right;
	margin: 5px;
}
#flashMessage {
	margin: 2px 5px;
}

.notify_success {
    background: #33EE33;
}
.notify_warn {
    background: #FFFF99;
}
.notify_error {
    background: #FF3333;
}
#authMessage {
	background-color: #AE0000;
	border: 1px solid #BBB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
}
div.error-message {
	color: red;
	font-size: 9pt;
	margin-left: 110px;
}

#PhonesListEditForm div.error-message {
	margin: 0;
}

.errors {
	color: red;
}
/**
 * End Notifications
 */

.add_button, .view_button {
	background: url('../img/list-add.png') center left no-repeat;	
	display: inline-block;
	margin-right: 3px;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}
.view_button {
	background: url('../img/view.png')	center left no-repeat;
}

/**
 *	Navigation
 */
.nav_container {
	background: #6699CC url('../img/alert-overlay.png') repeat-x;
	margin: 0 10px 10px 10px;
	box-shadow: 2px 2px 3px #BBB;
    -webkit-box-shadow: 2px 2px 3px #BBB;
    -moz-box-shadow: 2px 2px 3px #BBB;
}
.nav_container .grid_16 {
	margin: 0;
	width: 940px;
}

#nav, #nav ul {
	background: #6699CC url('../img/alert-overlay.png') repeat-x;
	color: #EEE;
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
	padding: 0;
	z-index: 999;
}
#nav a {
    border-left: 1px solid #CCC;
    display: block;
    color: #333;
    line-height: 1.3em;
    padding: 0.4em 0.3em 0.5em 0.3em;
    text-decoration: none;
    text-shadow: 1px 1px 1px #999;
    width: 100%;
}
#nav a:hover, #nav a.selected {
	color: #FFF;
}

#nav li {
	display: block;
	float: left;
	font-size: 12pt;
	margin: 0;
    padding: 0;
    z-index: 999;
}

#nav li ul {
	clear: left;
    position: absolute;
	left: -999em;
	height: auto;

    width: 12.4em;
    w\idth: 11.9em;
    font-weight: normal;
    border-width: 0.1em;
    margin: 0;
}


#nav li li {
    border-right: 1px solid #6EB8DE;
    border-bottom: 1px solid #DDD;
    padding-right: 1em;
    width: 10em;
    w\idth: 10.9em;
}

#nav li ul a {
    width: 95%;
}

#nav li ul ul {
    margin: -2em 0 0 11.6em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}
#nav li:hover, #nav li.sfhover, #nav li.selected {
    color: #FFF;
    background: #77AADD url('../img/alert-overlay.png') repeat-x;
}

#nav #nav_jobs, #nav #nav_reports, #nav #nav_settings {
	display: inline-block;
	padding-left: 36px;
}

#nav #nav_jobs {
	background: url('../img/sms36.png') center left no-repeat;
}
#nav #nav_reports {
	background: url('../img/logs36.png') center left no-repeat;
}
#nav #nav_settings {
	background: url('../img/settings36.png') center left no-repeat;
}

#nav_user_preferences {
	background: url('../img/user_settings36.png') center left no-repeat transparent;
	display: inline-block;
	height: 36px;
	width: 36px;
	float: right;
}
#nav_user_preferences:hover {
	background: url('../img/user_settings36.png') center left no-repeat #77AADD;
}

/**
 * 	End Navigation
 */
#edit_name, #edit_prefix {
	background: #EFEFEF;
	border: 1px solid #BBB;

	display: inline-block;
	padding: 3px;	
}

.help {
	background: url('../img/light.png') center left no-repeat;
	font-size: 8pt;
	padding: 3px 3px 3px 26px;
	text-align: justify;
}

/** top right background icons **/
.message_background {
	background: url('../img/message.png') top right no-repeat transparent;
}
.recipients_background {
	background: url('../img/mobile.png') top right no-repeat transparent;
}
.execution_background {
	background: url('../img/watch.png') top right no-repeat transparent;
}
.outlook_background {
	background: url('../img/outlook.png') top right no-repeat transparent;
}
.options_background {
	background: url('../img/options.png') top right no-repeat transparent;
}
.email_background {
	background: url('../img/email_setting.png') top right no-repeat transparent;
}
.status_background {
	background: url('../img/on.png') top right no-repeat transparent;
}
.credit_background {
	background: url('../img/credit.png') top right no-repeat transparent;
}
.bank_background {
	background: url('../img/bank.png') top right no-repeat transparent;
}
.user_background {
	background: url('../img/key_blue.png') top right no-repeat transparent;
}
.user1_background {
	background: url('../img/user1_64.png') top right no-repeat transparent;
}
.contact_background {
	background: url('../img/contact.png') top right no-repeat transparent;
}
.certificate_background {
	background: url('../img/certificate.png') top right no-repeat transparent;
}
.password_background {
	background: url('../img/lock_open_orange.png') top right no-repeat transparent;
}
.soap_background {
	background: url('../img/webservice.png') top right no-repeat transparent;
}
.senderid_background {
	background: url('../img/executive.png') top right no-repeat transparent;
}

/** used in warnings when there are no available messages **/
.locked_background {
	background: url('../img/lock_closed_orange.png') center left no-repeat transparent;
	padding-left: 50px;
}

.user_link {
	background: url('../img/man16.png') center left no-repeat;
	padding-left: 16px;
}
.logout_link {
	background: url('../img/logout.png') center left no-repeat;
	color: #EE0000;
	font-size: 8pt;
	padding-left: 16px;
}
.sms_link {
	background: url('../img/sms-call16.png') center left no-repeat;
	padding-left: 16px;
}

.iconlinks a {
	border: 1px solid transparent;
	display: inline-block;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	width: 70px;
	height: 48px;
}
.iconlinks a:hover {
	border: 1px solid #DDD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.buy_link {
	background: url('../img/shopping_trolley.png') top center no-repeat transparent;
}
.buy_link:hover {
	background: url('../img/shopping_trolley.png') top center no-repeat #EEE;
}

.webservice_link {
	background: url('../img/webservice48.png') top center no-repeat transparent;
}
.webservice_link:hover {
	background: url('../img/webservice48.png') top center no-repeat #EEE;
}
.pricelist_link {
	background: url('../img/credit48.png') top center no-repeat transparent;
}
.pricelist_link:hover {
	background: url('../img/credit48.png') top center no-repeat #EEE;
}
.outlook_link {
	background: url('../img/email2sms48x48.png') top center no-repeat transparent;
}
.outlook_link:hover {
	background: url('../img/email2sms48x48.png') top center no-repeat #EEE;
}
.faq_link {
	background: url('../img/question48.png') top center no-repeat transparent;
}
.faq_link:hover {
	background: url('../img/question48.png') top center no-repeat #EEE;
}
.contact_link {
	background: url('../img/phone48.png') top center no-repeat transparent;
}
.contact_link:hover {
	background: url('../img/phone48.png') top center no-repeat #EEE;
}

.screenshots a {
	margin: 15px;
	vertical-align: top;
}

